/SQL-for-DataScience

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

Primary LanguagePython

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)