AttributeError: 'Series' object has no attribute 'to_pickle_distributed' (in Experimental mode)

Open Beginner friendly
#6,765 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
pandas, python
Domain
data

Research direction

Start in modin/experimental/pandas/init.py at the DataFrame setup around line 51, then inspect how Series is exposed in the same module. Make Series provide to_pickle_distributed in the same way as DataFrame, and verify that the method is available and callable in Experimental mode.

Written by the indexing model from the issue text.

Description

bug 🦗 P2

Modin version: b8323b5f46e25d257c08f55745c018197f7530f5

We should set the method the same way as for DataFrame:

https://github.com/modin-project/modin/blob/b8323b5f46e25d257c08f55745c018197f7530f5/modin/experimental/pandas/__init__.py#L51

Dominant language
Python
Stars
10.4k
Forks
677
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from modin-project/modin

All issues in modin-project/modin

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.