You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with pandas 2.2 now released and installed, I get this warning from pyogrio
pyogrio/geopandas.py:49: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_datetime without passing `errors` and catch exceptions explicitly instead
res = pd.to_datetime(ser, **datetime_kwargs)
The text was updated successfully, but these errors were encountered:
with pandas 2.2 now released and installed, I get this warning from pyogrio
The text was updated successfully, but these errors were encountered: