Anatoly Myachev

Results 135 issues of Anatoly Myachev

If necessary, this way it will be possible to pass indexes to remote functions asynchronously. Context: https://github.com/modin-project/modin/pull/5546#discussion_r1082899022

Performance 🚀
Internals

Tests marked with `exclude_by_default` marker are not run at all in CI because they take a long time to execute. We need to choose how to run them - scheduled...

Testing 📈
P2

Continuation of https://github.com/modin-project/modin/pull/6788 Also need to enable `test_dtype_consistency` for HDK.

bug 🦗
P1

## What do these changes do? - [x] first commit message and PR title follow format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) > **_NOTE:_** If you edit the PR title to match this format,...

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

bug 🦗
P2

Modin version: b8323b5f46e25d257c08f55745c018197f7530f5 Reproducer: ```python import pandas import modin.pandas as pd pandas.Series([1,2,3,4]).to_pickle("test_series.pkl") pd.read_pickle("test_series.pkl") #

bug 🦗
pandas.io
P1

There is an error: `TypeError: 'coroutine' object is not iterable` when trying to pickle Modin objects. Initially found in https://github.com/modin-project/modin/pull/6673

bug 🦗
Dask âš¡
P2

I think that we should not give this warning if the data that will be placed in the distribution storage is small in size.

good first issue 🔰
Code Quality 💯
P2

## What do these changes do? - [x] first commit message and PR title follow format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) > **_NOTE:_** If you edit the PR title to match this format,...

## What do these changes do? - [x] first commit message and PR title follow format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) > **_NOTE:_** If you edit the PR title to match this format,...