Forum Discussion
rraghvani
3 years agoChampion Level 3
My suggestion is to create a Data Structure, a B-tree may be complex to write, but an Array will be able store the data, read from the csv file. You can then manipulate the Array, using rows and columns to perform the required actions you need, and then write the Array data back to the csv file.
Examples, Convert from CSV to array in Python, Dump a NumPy array into a csv file
Related Content
- 6 years ago
Recent Discussions
- 18 hours ago
- 5 days ago