Skip to content

A Jupyter notebook designed to connect to any database, data munge using pandas and then deliver the data to a slack channel via API

Notifications You must be signed in to change notification settings

dylanpulver/Database-Querying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Jupyter Notebook Querying

The notebook in this repository is a template for easily connecting to any database, 
converting any SQL query to a pandas dataframe, munging the resulting data with pandas, 
converting the resulting pandas dataframe to a csv file, and then sending that csv file directly to a slack channel.

The notebook is broken up into steps with headers.
In order to use the notebook, the following must be specified within the notebook:
database credentials, sql query, csv filename, 
slack channel and slack token (create a new slack app here: https://api.slack.com/apps )

About

A Jupyter notebook designed to connect to any database, data munge using pandas and then deliver the data to a slack channel via API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published