Iaroslav Igoshev

Results 189 comments of Iaroslav Igoshev

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.

Hi @HerePraveenPal, thanks for posting the issue! Could you provide more details like what Modin, Ray and python versions you use? The stack trace would be also useful.

Is there a planned resolution on this?

```python import dfsql.utils ./miniconda3/lib/site-packages/dfsql/utils.py in ----> 1 from pyparsing import basestring 2 3 from dfsql.engine import pd 4 from dfsql.exceptions import QueryExecutionException 5 ImportError: cannot import name 'basestring' from 'pyparsing'...

Yes, I do not see the issue related to the import error in `basestring_fix` branch but it would be great to have a new release of `dfsql` to support it...

@btseytlin, what is the status on this issue?

HDK engine is deprecated and will be removed in a future version.

HDK engine is deprecated and will be removed in a future version.

Hi @SiRumCz, thanks for posting this issue. I guess there might be an issue with multiple Ray initialization in Modin codebase. We would have to look into this deeper. Meanwhile,...