holoviz-topics / examples

Visualization-focused examples using HoloViz for specific topics
https://examples.holoviz.org
Creative Commons Attribution 4.0 International
84 stars 24 forks source link

Census example spatial indexing #178

Open ablythed opened 3 years ago

ablythed commented 3 years ago

In the version of the census notebook in #166, I removed the deprecated datashader.spatial import and therefore had to find an alternative to spatial.read_parquet() for the second cell. I tried to replace it with spatialpandas.io.read_parquet_dask() but that gave the following error:

Screen Shot 2021-08-18 at 3 24 10 PM

Pinning fastparquet latest version didn't help, and I'm unsure of what else to try. In the final version in #166, spatial indexing is removed altogether and that step is replaced with dd.read_parquet().