sidetable icon indicating copy to clipboard operation
sidetable copied to clipboard

append - future warning

Open andrej1919 opened this issue 3 years ago • 2 comments

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(

andrej1919 avatar Apr 16 '22 10:04 andrej1919

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.

chris1610 avatar Apr 16 '22 15:04 chris1610

Thanks, it works fine.

andrej1919 avatar Apr 17 '22 07:04 andrej1919

Finally deployed new release that includes the fix. Closing out.

chris1610 avatar Oct 30 '22 21:10 chris1610