Skip to content
Advertisement

Read CSV file with Python function

I’m trying to write my read/write function to a csv, but it can’t return any value.

I’m reading from a CSV, replacing the ” ; ” in the second column with ” ” and performing and saving the csv already handled.

But for some reason it doesn’t save my csv, is my function wrong?

I’m starting out in the Python world, and I’m having a bit of trouble.

JavaScript

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement