- 1
Hey guys got a quick question regarding dictionaries and csv file
Guys can you help me out here. I am trying to load the csv file, after loading the csv file I would like to bring the content (there are only 4 random bunch of numbers spread out, e.g: hdheuj2h4hh4h5, shhey588dhdb, behhrhg5, kind of like this), I would like to write a code such that it brings the content as a dictionary and it opens up and I don't want to open the content but name them something and open it by putting an index value.
1 Resposta
+ 2
You could use pandas or csv module for handling csv-stored data.
https://realpython.com/JUMP_LINK__&&__python__&&__JUMP_LINK-csv/#parsing-csv-files-with-pythons-built-in-csv-library