This project was submitted as project "Wrangle and Analyze Data" for Udacity's Data Analyst Nanodegree program.
wrangle_act.ipynb: code for gathering, assessing, cleaning, analyzing, and visualizing datawrangle_act.html: HMTL version ofwrangle_act.ipynbwrangle_report.html: documentation for data wrangling steps: gather, assess, and cleanwrangle_report.ipynb: sourcewrangle_report.htmlexportact_report.html: documentation of analysis and insights into final dataact_report.ipynb: sourceact_report.htmlexporttwitter_archive_enhanced.csv: file as givenimage_predictions.tsv: file downloaded programmaticallytweet_json.txt: file constructed via APItwitter_archive_master.csv: combined and cleaned datatwitter_api_cleaned.csv: twitter API data saved as CSV
Ensure that you install the packages to run the Jupyter Nootebook.
Requirements generated for conda environment:
conda list -e > conda_requirements.txt
Requirements generated using pip:
pip freeze > pip_requirements.txt