Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.