https://github.com/bayunova28/parisolympics_dwh_analytics
This repository contains about data analytics & data warehouse project from Olympic Summer Games at Paris
https://github.com/bayunova28/parisolympics_dwh_analytics
Last synced: 2 months ago
JSON representation
This repository contains about data analytics & data warehouse project from Olympic Summer Games at Paris
- Host: GitHub
- URL: https://github.com/bayunova28/parisolympics_dwh_analytics
- Owner: Bayunova28
- Created: 2024-12-10T12:33:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T13:09:19.000Z (11 months ago)
- Last Synced: 2025-04-05T09:28:47.539Z (7 months ago)
- Language: SQL
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Dataset
The Paris 2024 Olympic Summer Games dataset provides comprehensive information about the Summer Olympics held in 2024. It covers various aspects of the event, including participating countries, athletes,
sports disciplines, medal standings, and key event details. More about the Olympic Games on the official site https://olympics.com/en/paris-2024
## Database Diagram

## ETL Pipeline

## OLAB Multidimensional Tabular Cube

## Dataset Structure
| Table | Description |
| ------- | ---------- |
| athletes.csv | personal information about all athletes |
| coaches.csv | personal information about all coaches |
| events.csv | all events that had a place |
| medals.csv | all medal holders |
| medals_total.csv | all medals (grouped by country) |
| schedule.csv | day-by-day schedule of all events |