holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 24 forks source link

pyarrow.ArrayValue is deprecated as of 1.0.0, please use pyarrow.Scalar instead #47

Closed brl0 closed 4 years ago

brl0 commented 4 years ago

Using latest spatialpandas and pyarrow 1.0.0, I receive the following deprecation warning (repeatedly):

/miniconda3/envs/default/lib/python3.7/site-packages/pyarrow/util.py:55: FutureWarning: pyarrow.ArrayValue is deprecated as of 1.0.0, please use pyarrow.Scalar instead