Jake VanderPlas 8/14/2015

Out-of-Core Dataframes in Python: Dask and OpenStreetMap

Read Original

This technical article explores using the Dask library in Python to perform out-of-core dataframe operations on a large, real-world dataset: the OpenStreetMap Points of Interest file. It provides a practical guide on handling datasets larger than memory, covering Dask basics, data ingestion, manipulation, and visualization with matplotlib's Basemap toolkit.

Out-of-Core Dataframes in Python: Dask and OpenStreetMap

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week