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
/site-packages/xlwings/_xlmac.py:1125: FutureWarning: pandas.tslib is deprecated and will be removed in a future version
You can access Timestamp as pandas.Timestamp
elif pd and isinstance(x, pd.tslib.Timestamp):
seems like it is just a matter of removing tslib
The text was updated successfully, but these errors were encountered:
I get the following warning:
seems like it is just a matter of removing tslib
The text was updated successfully, but these errors were encountered: