Skip to content

Code, data, and materials for my SQL Python workshop at Frauenloop, Berlin, October 7, 2019.

Notifications You must be signed in to change notification settings

laufergall/pythonsql_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo

Code, data, and materials for my SQL Python workshop at Frauenloop, Berlin, October 7, 2019.

Requirements

Technical requirements

Please follow this guide to get python, anaconda environments, and an IDE set up.

You will learn:

  1. How to use jupyter notebooks. In basics_pandas.ipynb we have an example of how to read, manipulate, and save a dataset. You can extend this notebook our create your own to e.g. expore data under /data.

  2. Using pandas to explore data. Examples and exercises are provided in exercises_airbnb_listings.md based on the code in airbnb_listings.py.

  3. SQL language, by playing with our mock movie rental service data. The doc exercises_movie_rentals.md together with the script movie_rentals.py walk you through an example of creating and querying a sqlite database. Some introductory notes about databases and RDBMSes can also be consulted.

  4. (advanced) Install and use the GeoPandas library to work with geospatial data. We will follow airbnb_geopandas.md and airbnb_geopandas.py.

About

Code, data, and materials for my SQL Python workshop at Frauenloop, Berlin, October 7, 2019.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages