How can I access individual cells in a csv document to parse and edit them? Also is there a way I can convert the csv document into a two-dimensional array?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You are going to want to use the csv package that is made for python. You may want to try something like this (assuming your file is regularly structured and has no headers):
Give that a try and look through the csv package docs to learn more. |
|||
|
|
|
Here is a solution for you.
Also read the dokumentation Best of luck :) |
|||
|
|