/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.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Stargazers