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

https://github.com/christopherkindl/python-data-to-sql-database

Transferring data from a Python file to a PostgreSQL database
https://github.com/christopherkindl/python-data-to-sql-database

postgresql python3 sql

Last synced: about 1 month ago
JSON representation

Transferring data from a Python file to a PostgreSQL database

Awesome Lists containing this project

README

          

# Transfer Python Data Into PostgreSQL Database

Jupyter Notebook that connects to Yahoo's finance API and sends analysis data to a PostgreSQL database.

![alt text](https://github.com/christopherkindl/python-data-to-sql-database/blob/main/01_assets/architecture.png)

## Installation of dependencies

Non-standard Python libraries required to run the Jupyter Notebook.

```Shell
$ pip install -r requirements.txt

```