I get the following warning:
/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
I get the following warning:
seems like it is just a matter of removing tslib