File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,3 +102,5 @@ venv.bak/
102102
103103# mypy
104104.mypy_cache /
105+
106+ .DS_Store
Original file line number Diff line number Diff line change 55![ SQLAlchemy] ( https://img.shields.io/badge/SQLAlchemy-1.3.6-red.svg?longCache=true&style=flat-square&logo=scala&logoColor=white&colorA=4c566a&colorB=bf616a )
66![ Psycopg2-Binary] ( https://img.shields.io/badge/Psycopg2--Binary-v2.7.7-red.svg?longCache=true&style=flat-square&logo=PostgreSQL&logoColor=white&colorA=4c566a&colorB=bf616a )
77![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c )
8- [ ![ GitHub Issues] ( https://img.shields.io/github/issues/toddbirchard/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b )] ( https://github.com/toddbirchard/googlecloud-storage-tutorial/issues )
9- [ ![ GitHub Stars] ( https://img.shields.io/github/stars/toddbirchard/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a )] ( https://github.com/toddbirchard/googlecloud-storage-tutorial/stargazers )
10- [ ![ GitHub Forks] ( https://img.shields.io/github/forks/toddbirchard/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b )] ( https://github.com/toddbirchard/googlecloud-storage-tutorial/network )
8+ [ ![ GitHub Issues] ( https://img.shields.io/github/issues/hackersandslackers/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b )] ( https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/issues )
9+ [ ![ GitHub Stars] ( https://img.shields.io/github/stars/hackersandslackers/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a )] ( https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/stargazers )
10+ [ ![ GitHub Forks] ( https://img.shields.io/github/forks/hackersandslackers/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b )] ( https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/network )
11+
12+ Source code for the accompanying tutorial.
Original file line number Diff line number Diff line change @@ -50,5 +50,6 @@ def get_dataframe_from_sql(table_name):
5050
5151
5252jobs_DF = prepare_data ()
53+ print (jobs_DF .info ())
5354upload_dataframe_to_sql (jobs_DF )
5455get_dataframe_from_sql ('nyc_jobs' )
You can’t perform that action at this time.
0 commit comments