Anatoly Myachev
Anatoly Myachev
Looks like my problem related to the issue (was launched on standard Ubuntu). It starts appearing after I start using `shell: bash -l {0}` in order to correctly activate the...
@dchigarev it seems that at first it makes sense to increase the size only by row. However, now changing this parameter will also affect the data columns. Here, apparently, it...
The current state of affairs is that we do not use backend information anywhere. The main place where this is needed is when accessing the type, through fields `Series.dtype` and...
Hi @abhi211199, thanks for the question! What version of Modin are you using? Spilling occurs when there is not enough memory to store all objects in distributed storage. Therefore, there...
`NotImplementedError: unsupported type conversion` error appear for: ```python df.astype("category") ``` @Garra1980 What are the advances in supporting categories?
@Garra1980 reproducer is outdated. **Note:** Currently the `astype` call works but defaults to pandas. If we need native support for categories (for HDK), maybe it makes sense to make a...
Hello @xiwen1995! First of all, I want to express my gratitude for the desire to combine your great work with MODIN. When adding a new backend, your architectural decisions look...
@YarShev ready for review
It works for, at least, `fsspec==2023.12.0`. Thanks @TomAugspurger!
Looks outdated. @Garra1980 feel free to reopen it if needed