sidetable
sidetable copied to clipboard
append - future warning
Just a kind warning that append will not work in the future:
/Users/andrej/Library/Python/3.9/lib/python/site-packages/sidetable/sidetable.py:377: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. return self._obj.append(
Thanks. I have updated the current github code to remove this warning. Feel free to check it out and see if it works for you. I will try to formally release it soon.
Thanks, it works fine.
Finally deployed new release that includes the fix. Closing out.