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
@carlohamalainen
carlohamalainen / plot_shapefile_on_map.py
Created April 17, 2013 00:50
Plot polygons for a bunch of shapes using basemap.
"""
Carlo Hamalainen <[email protected]>
Given a directory of shapefiles, e.g.
$ ls /path/to/shapefiles/
Project_Name.dbf
Project_Name.prj
Project_Name.sbn
Project_Name.sbx
@bsweger
bsweger / useful_pandas_snippets.md
Last active April 4, 2025 21:20
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)

@psychemedia
psychemedia / undataInformal_pandasAPI.ipynb
Created August 15, 2014 14:04
Informal, scraper based pandas API for UN data website
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.