This is a project that allows SQL usage in Data Science with demonstration.
Libraries:
- pandas = used for datasets
- requests = make requests to APIS
- 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)