https://github.com/justinhchae/city_budget
Automating the process of creating an SQLAlchmey schema from a csv file
https://github.com/justinhchae/city_budget
city-government database pandas python sqlalchemy sqlite
Last synced: 7 months ago
JSON representation
Automating the process of creating an SQLAlchmey schema from a csv file
- Host: GitHub
- URL: https://github.com/justinhchae/city_budget
- Owner: justinhchae
- License: gpl-3.0
- Created: 2021-03-12T04:57:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T00:05:11.000Z (over 4 years ago)
- Last Synced: 2025-02-08T17:46:04.659Z (8 months ago)
- Topics: city-government, database, pandas, python, sqlalchemy, sqlite
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# city_budget
Consumes the 2021 budget for the city of Chicago and normalizes it into tables.
The normalized tables are used to exercise alchemy relationships and back population.
Automates creation of class variables needed to make schema.