modin icon indicating copy to clipboard operation
modin copied to clipboard

Remove read_pickle_distributed/to_pickle_distributed

Open anmyachev opened this issue 1 year ago • 1 comments

They were deprecated for 0.28.0.

anmyachev avatar Feb 26 '24 13:02 anmyachev

We also have a bunch of other methods like from_*/to_* we deprecated. Can we remove them in one go?

YarShev avatar Feb 26 '24 14:02 YarShev

We also have a bunch of other methods like from_/to_ we deprecated. Can we remove them in one go?

We can. Do you have a list of such functions?

anmyachev avatar May 13 '24 10:05 anmyachev

E.g., from_pandas, from_arrow, from_dataframe and from_non_pandas from location modin.pandas.utils. You may find some more examples by searching for will be removed in a future version in codebase.

YarShev avatar May 13 '24 11:05 YarShev