locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
243 stars 46 forks source link

Prep to depend on pandas 1.x series #456

Open vpipkt opened 4 years ago

vpipkt commented 4 years ago

So far, I have seen one difference. The pandas set_option function throws on passing in a -1 as is done in the custom dataframe formatter in rf_ipython submodule. It should either be non-negative or None. Versions 0.2x. require the value passed to be type int.

I am not sure what our strategy should be, either to support both versions as soon as we can, or make a clean break to 1.0 at a known version, perhaps RF 1.0?

It's not clear to me how much traction pandas 1.0 is getting.