Skip to content

Commit 445b8c1

Browse files
author
Antonio Penta
authored
Create README.md
create readme
1 parent f732f91 commit 445b8c1

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# sql-python-tutorial
2+
This repository contains some examples of how to use SQL with python and jupyter notebook
3+
4+
* CrimesRatesForPubsAroundGoldsmiths.ipynb
5+
The notebook is used to compute the crime rates around pubs using data from:
6+
https://data.police.uk/ and
7+
https://www.getthedata.com/open-pubs/london.
8+
The map with the results can be found here: https://www.google.com/maps/d/u/0/edit?hl=it&hl=it&mid=19uIqMzanBu69XsLNsjlJsO4zopMML2uo&ll=51.473514041170944%2C-0.03435662565607345&z=13
9+
10+
11+
* ScrapingCocktailDatasets.ipynb
12+
The notebook is used to pre-process the data from https://www.thecocktaildb.com/api.php. The JSON file with all the data has been downloaded
13+
from https://github.com/VincentRbbmnd/cocktail-scraper
14+
15+
* TemplateToRunQuery.ipynb
16+
The notebook is a template used to query an RDS instance on Amazon (is no longer available)
17+
18+
* data
19+
It is a folder with all the data, and the backup of the database, that can be imported in PostgresSQL
20+
21+
* SQLPrimer.pdf
22+
It is a presentation used to explain SQL operators like join, cartesian product, group by, having, select * from * where *.
23+

0 commit comments

Comments
 (0)