arctic icon indicating copy to clipboard operation
arctic copied to clipboard

Remove Panel reference

Open fl4p-old opened this issue 5 years ago • 2 comments

.../python3.7/site-packages/arctic/store/_pandas_ndarray_store.py:6: FutureWarning: The Panel class is removed from pandas. Accessing it from the top-level namespace will also be removed in the next version
  from pandas import DataFrame, Series, Panel

Used by PandasPanelStore https://github.com/manahl/arctic/blob/master/arctic/store/_pandas_ndarray_store.py#L209

fl4p-old avatar Sep 12 '19 15:09 fl4p-old

arctic/_util.py:6: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead.
  from pandas.util.testing import assert_frame_equal

Here is another future warning when import arctic.

upwell avatar Mar 18 '20 06:03 upwell

Please have a look at my pull request which should fix these import errors/warnings

enricodetoma avatar Jan 13 '21 11:01 enricodetoma