Skip to content

Instantly share code, notes, and snippets.

View ojdo's full-sized avatar
👨‍💻

Johannes Dorfner ojdo

👨‍💻
  • x-ion GmbH
  • Oldenburg, Germany
View GitHub Profile
@psychemedia
psychemedia / undataInformal_pandasAPI.ipynb
Created August 15, 2014 14:04
Informal, scraper based pandas API for UN data website
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bsweger
bsweger / useful_pandas_snippets.md
Last active April 19, 2024 18:04
Useful Pandas Snippets

Useful Pandas Snippets

A personal diary of DataFrame munging over the years.

Data Types and Conversion

Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)

@carlohamalainen
carlohamalainen / plot_shapefile_on_map.py
Created April 17, 2013 00:50
Plot polygons for a bunch of shapes using basemap.
"""
Carlo Hamalainen <carlo.hamalainen@gmail.com>
Given a directory of shapefiles, e.g.
$ ls /path/to/shapefiles/
Project_Name.dbf
Project_Name.prj
Project_Name.sbn
Project_Name.sbx