Devin Petersohn
Devin Petersohn
### Describe the problem First reported here: https://github.com/modin-project/modin/pull/413#issuecomment-455852817 If a partition only contains non-numeric data, pandas will ignore the `numeric_only` kwarg and do the operation anyway. ### Source code /...
https://github.com/modin-project/modin/blob/9782a027568d9ad16bf2c3dea434646cec5e4898/modin/config/envvars.py#L415
Add content from the notebok found here: https://github.com/modin-project/modin/tree/master/examples/tutorial/tutorial_notebooks/cluster * It should go on the TOC tree under USING MODIN. * It is no longer experimental, so that label should be...
Signed-off-by: Devin Petersohn ## What do these changes do? - [ ] commit message follows format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) - [ ] passes `flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py` - [ ] passes...
### Describe the problem We should test on larger datasets that are commonly used in benchmarking so that we can also evaluate performance. @gshimansky will lead this effort - [...
https://github.com/bigdatagenomics/avocado/blob/master/pom.xml#L378 In upstream packages (ADAM, utils, etc.) version is 2.0.31 https://github.com/bigdatagenomics/utils/blob/master/pom.xml#L417
I have spent a lot of time trying to understand users and their behaviors in order to optimize for them. As a part of this work, I have done numerous...
Hi folks, I'm Devin from the Modin group. Between our groups, I believe there's a high potential for collaboration and improving the data science experience for Dask and Modin users....
This commit adds a polars namespace to Modin, and the DataFrame and Series objects and their respective APIs. This doesn't include error handling and is still missing several polars features:...