Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 394 Bytes

File metadata and controls

11 lines (9 loc) · 394 Bytes

SQL-for-DataScience.

This is a project that allows SQL usage in Data Science with demonstration.

Libraries:

  1. pandas = used for datasets
  2. requests = make requests to APIS
  3. pandasql = connects pandas library to sql queries structure

NB: Use Jupyter Notebook for visualizing the data representation.

pip install jupyterlab (How to install jupyter) jupyter-lab (How to launch jupyter)