Shinyshell Community Forums > Coding > Using CSV data in Python |
||||||
Sign Up | Member List | New Posts | Help |
[1]
February 01 02010, 22:22 GMT | ||||
Pikachu Kelp is good! Location: California Post count: 50 ![]() |
Okay, I've been (trying) messing around with Eevee's Pokedex code. It's mostly .csv files, so I looked up the .csv module for Python. I tried it out, and it doesn't exactly do what I want.
Is there any way to use a specific row (or column) in the .csv file ? I've looked, but haven't succeeded. I also have another question: can you call a specific column (say name) and a specific row (say 5) and output Charmeleon? Thanks again. ______________________________ Linux | Chrome | Python | Chuck |
February 03 02010, 20:31 GMT | ||||
lec** Supra stultitiam Location: Varaždin, Croatia Post count: 173 ![]() |
You can combine the csv module and SqlAlchemy, as Eevee does in db/load.py.
That, or you can import the csv files via PHPMyAdmin into a MySQL database. |
[1]
Forum Information |
||||||||||
|