gpdvega icon indicating copy to clipboard operation
gpdvega copied to clipboard

Altair producing a deprication warning

Open afonit opened this issue 4 years ago • 3 comments

fyi, Altair is now producing a deprecation warning:

AltairDeprecationWarning: alt.pipe() is deprecated, and will be removed in a future release. Use toolz.curried.pipe() instead.

afonit avatar Jun 24 '20 14:06 afonit

gpdvega/geodata.py:38: FutureWarning: Using short name for 'orient' is deprecated. Only the options: ('dict', list, 'series', 'split', 'records', 'index') will be used in a future version. Use one of the above to silence this warning.
  data.drop(

Is this library still supported? It's a great tool, so I hope so!

nickeubank avatar Nov 28 '21 18:11 nickeubank

@nickeubank since https://github.com/altair-viz/altair/pull/1664 Altair has support of geopandas - try it.

iliatimofeev avatar Nov 29 '21 12:11 iliatimofeev

OH! Thanks!

nickeubank avatar Nov 30 '21 00:11 nickeubank