|
5 | 5 |  |
6 | 6 |  |
7 | 7 |  |
8 | | -[](https://github.com/toddbirchard/googlecloud-storage-tutorial/issues) |
9 | | -[](https://github.com/toddbirchard/googlecloud-storage-tutorial/stargazers) |
10 | | -[](https://github.com/toddbirchard/googlecloud-storage-tutorial/network) |
| 8 | +[](https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/issues) |
| 9 | +[](https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/stargazers) |
| 10 | +[](https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/network) |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +Easily drop data into Pandas from a SQL database, or upload your DataFrames to a SQL table. Tutorial found here: https://hackersandslackers.com/connecting-pandas-to-a-sql-database-with-sqlalchemy/ |
| 15 | + |
| 16 | +## Getting Started |
| 17 | + |
| 18 | +Installation is recommended with Pipenv: |
| 19 | + |
| 20 | +```shell |
| 21 | +$ git clone https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial.git |
| 22 | +$ cd pandas-sqlalchemy-tutorial |
| 23 | +$ pipenv shell |
| 24 | +$ pipenv update |
| 25 | +$ python3 main.py |
| 26 | +``` |
| 27 | + |
| 28 | +Alternatively, try installing via `setup.py`: |
| 29 | + |
| 30 | +```shell |
| 31 | +$ git clone https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial.git |
| 32 | +$ cd pandas-sqlalchemy-tutorial |
| 33 | +$ python3 setup.py install |
| 34 | +$ python3 main.py |
| 35 | +``` |
| 36 | +----- |
| 37 | + |
| 38 | +**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content. |
0 commit comments