Creating a Dict from CSV dataflow python
问题 I am trying to make a dict from csv data in python, I do not want to use the traditional split(',') and then using renaming the rows to the heading I would like, as I will be recieving different csv files with different amounts of information, and I will not be able to consistently target the rows I want with that method. THE HEADER NAMES WILL BE CONSISTENT, just their maybe more headers in one file compared to another Instead, I have been trying to formulate a list from the CSV file, then