An open API service indexing awesome lists of open source software.

https://github.com/h-fuzzy-logic/python-exploring-user-generated-events

Using Python and Pandas to explore log files of user generated events. Inspired by Kaggle's 2019 Data Science Bowl
https://github.com/h-fuzzy-logic/python-exploring-user-generated-events

exploratory-data-analysis json kaggle-competition pandas python

Last synced: 3 months ago
JSON representation

Using Python and Pandas to explore log files of user generated events. Inspired by Kaggle's 2019 Data Science Bowl

Awesome Lists containing this project

README

          

# Python-Exploring-User-Generated-Events
Wrangling user generated event data from Kaggle's 2019 Data Science Bowl with Python and Pandas. Code demonstrates:
* How Python's def can make code easier to comprehend within a Jupyter notebook
* How Python's %%time can help uncover performance bottlenecks
* How Python's json module can make parsing JSON data easier
* How Pandas can be used to summarize events by user when faced with a log-style data file

NOTE: Data files are not included with the repo and can be found at https://www.kaggle.com/c/data-science-bowl-2019/data.