Question: USING PYTHON: How would I write code that would allow me to use the split() method on multiple lines in a CSV file? For example,
USING PYTHON:
How would I write code that would allow me to use the split() method on multiple lines in a CSV file?
For example, the CSV file I have as 100 lines of data. I have imported the CSV file into my code but in order to manipulate the data I need to use the split function. I know I should use a loop, I am just not sure the best way to write the code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
