It used to be easy to analyze your Twitter data: you'd go to your settings and ask for a download, and there among all the files would be a CSV file full of your tweets and the associated metadata.
The task of converting JSON file data to Excel file was implemented using a web application. The goal of this project is to read and parse the JSON file data uploaded by the user, and display the data ...
json_file (str, optional): Path to the input JSON file. data_dict (dict, optional): Dictionary to be converted to Excel. excel_file (str, optional): Path to the input ...