Skip to content

Instantly share code, notes, and snippets.

@jakevdp
Last active December 21, 2015 14:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jakevdp/b0272667cae9c83e442e to your computer and use it in GitHub Desktop.
Save jakevdp/b0272667cae9c83e442e to your computer and use it in GitHub Desktop.
Map of Public Libraries in the Continental USA
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willettk
Copy link

Neat map. I notice there are lots of duplicates in the Fusion Tables dataset; removing them likely wouldn't make a difference on the map, but it's easy to do in pandas.

libraries.drop_duplicates(("Latitude","Longitude"),inplace=True)

@ivezic
Copy link

ivezic commented Aug 20, 2015

Great map! An interesting question is how well this map follows the
population map. It would be good to run kernel density estimator on
both datasets and show their ratio. Is it really true that the number
of libraries per capita is much higher in Austin, TX than in Seattle, WA?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment