Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertdavidwest/sqlalchemy_silly_example
Creates a silly dataset using Pandas and moves the data into a MySQL database.
https://github.com/robertdavidwest/sqlalchemy_silly_example
Last synced: about 10 hours ago
JSON representation
Creates a silly dataset using Pandas and moves the data into a MySQL database.
- Host: GitHub
- URL: https://github.com/robertdavidwest/sqlalchemy_silly_example
- Owner: robertdavidwest
- Created: 2014-10-12T18:56:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-12T18:59:48.000Z (about 10 years ago)
- Last Synced: 2024-04-19T16:13:55.560Z (7 months ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sqlalchemy_silly_example
========================Creates a silly dataset using Pandas and moves the data into a MySQL database.
## Dependencies
### Python Packages:
* `pandas` (create dataset)
* `sqlalchemy` (send data from `pandas.DataFrame` to MySQL)## Py files
* `sqlalchemy_silly_example.py`: Creates a silly dataset using Pandas and moves the data into a MySQL database.