Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 311 Bytes

File metadata and controls

2 lines (2 loc) · 311 Bytes

Converting-csv-file-into-list-of-dictionaries-and-vice-versa

Taking a csv file as input and converting it into a list of dictionaries without using pandas. The list of dictionaries can be easily used for analysis. The program also consist a function to again convert the list of dictionaries into a csv file.