gpdvega
gpdvega copied to clipboard
Altair producing a deprication warning
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.
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 since https://github.com/altair-viz/altair/pull/1664 Altair has support of geopandas - try it.
OH! Thanks!