- Python code of the analysis: analysis.ipynb
- Report in .html and .Rmd files: analysis_report.html, analysis_report.Rmd
- Dataset: HXPC13_DI_v3_11-13-2019.csv
After Harvard released Massive Online Open Course dataset to the public, I was curious about the impact of open online courses made to users. This project hereby applied the descriptive methodology to explore users' behavior of open online courses using graphs and plots.
- To run the analysis.ipynb, the following packages should be pre-installed in the IDE.
| Package |
|---|
| pandas |
| numpy |
| matplotlib.pyplot |
| matplotlib.ticker |
- To run Python in the analysis_report.Rmd file, the package
reticulateshould be pre-installed in the IDE.