https://github.com/psygo/data_playground
A place to study data.
https://github.com/psygo/data_playground
Last synced: 25 days ago
JSON representation
A place to study data.
- Host: GitHub
- URL: https://github.com/psygo/data_playground
- Owner: psygo
- Created: 2026-05-31T04:27:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-31T04:46:57.000Z (about 1 month ago)
- Last Synced: 2026-05-31T06:20:42.313Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Playground
A place to study data.
## Datasets
Storing whole datasets on Github is possible, but it should typically be avoided. Git and Github do offer solutions for this type of problem, namely _Git LFS_, but for now, the original versions of the files used in this project will be stored on a [Google Drive folder](https://drive.google.com/drive/folders/1nvdWLXSu_GCRibgxPthnSrWt97sHM3N8?usp=drive_link).
### References
- E-Commerce
- [Olist](https://www.kaggle.com/datasets/olistbr/brazilian-ecommerce/data)
- [UCI E-Commerce Dataset](https://www.kaggle.com/datasets/carrie1/ecommerce-data)
- Board Games
- [EGD - European Go Database](https://europeangodatabase.eu/docs/about/)
- [FIDE - The International Chess Federation](https://ratings.fide.com/download_lists.phtml)
- [Lichess](https://database.lichess.org/?utm_source=chatgpt.com#standard_games)
- Sports
- [Biggest NBA dataset on Kaggle](https://www.kaggle.com/datasets/wyattowalsh/basketball)
## SQL Practice and Study
- [Data Lemur](https://datalemur.com/)