issues
search
modin-project
/
modin
Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.91k
stars
653
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
BUG: can't use list of tuples of select multiple columns when columns are multiindex
#7409
MarcoGorelli
opened
1 week ago
1
BUG: jupyter loading of serialized modin objects from ray tasks converts to pandas objects
#7408
eyadgaran
opened
2 weeks ago
1
BUG: Modin datetime64 values not compatible with Seaborn
#7407
gtomitsuka
opened
4 weeks ago
0
BUG: Cannot insert lists into individual cells with `at` or `loc`. Works in pandas.
#7406
bdalal
opened
1 month ago
0
BUG: incorrect iloc behavior in modin when assigning index values based on row indices
#7405
SchwurbeI
opened
1 month ago
1
FEAT: Add extensions accessors for `DataFrameGroupBy`, `Resample`, and other accessor objects
#7404
noloerino
opened
1 month ago
0
Low Physical Core Utilization
#7403
azhuvath
opened
1 month ago
0
FEAT-#7401: Implement DataFrame/Series.attrs
#7402
noloerino
opened
1 month ago
0
BUG: Writes to `DataFrame.attrs` are not preserved
#7401
noloerino
opened
1 month ago
1
REFACTOR-#7315: Refactor axis checks in squeeze
#7400
noloerino
closed
2 months ago
2
FIX-#7383: Avoid broadcast issue in partition manager with custom `NPartitions`
#7399
anmyachev
closed
2 months ago
0
PERF-#7397: Avoid materializing index/columns in shape checks
#7398
noloerino
closed
2 months ago
0
PERF: Add explicit query compiler method for len/shape checks
#7397
noloerino
closed
2 months ago
0
FIX-#7327: Use sort parameter of DataFrame.stack
#7396
noloerino
closed
2 months ago
0
FIX-#7375: Fix Series.duplicated dropping name
#7395
noloerino
closed
2 months ago
0
FIX-#7381: Fix Series binary operators ignoring fill_value
#7394
noloerino
closed
2 months ago
0
Release version 0.32.0
#7393
anmyachev
closed
2 months ago
0
BUG: extra row gets inserted when using `.iloc` on Series
#7392
MarcoGorelli
opened
2 months ago
0
whats the fastest way to add a new column that already has the same partitions (probably)?
#7391
Liquidmasl
opened
2 months ago
1
FIX-#7389: Fix uploading artifacts
#7390
YarShev
closed
2 months ago
0
Error: No artifacts found matching pattern 'coverage-data-*'
#7389
YarShev
closed
2 months ago
0
FIX-#7387: Limit the number of pytest workers for tests with Ray engine on Windows
#7388
YarShev
closed
2 months ago
1
CI tests are failing with Ray engine on Windows using multiple pytest workers
#7387
YarShev
opened
2 months ago
1
DOCS-#7382: Add documentation on how to use Modin Native query compiler
#7386
arunjose696
closed
2 months ago
0
FEAT: Add type annotations to frontend methods
#7385
noloerino
opened
2 months ago
0
BUG: Merge on Ray Engine does not produce the column "_merge" when indicator is True
#7384
castelojb
opened
2 months ago
0
BUG: operations with NPartitions not a power of 2 fails in some cases. BUG IN PARTITON_MANAGER?. possible solution in here!
#7383
Liquidmasl
closed
2 months ago
9
DOC: Add documentation on how to use Modin Native query compiler
#7382
arunjose696
closed
2 months ago
0
BUG: Series binary operators don't respect fill_value
#7381
noloerino
closed
2 months ago
1
FIX-#7379: Fix __imul__ performing addition instead of multiplication
#7380
noloerino
closed
2 months ago
0
BUG: __imul__ uses __add__ instead of __mul__
#7379
sfc-gh-joshi
closed
2 months ago
0
BUG: when ray is shutdown and re initialized, modin methods dont work anymore, throwing exception
#7378
Liquidmasl
closed
2 months ago
5
BUG: df[col].replace(dict, inplace=True) is brutally slow, while .apply which does the same is blazing fast
#7377
Liquidmasl
opened
2 months ago
0
FEAT-#7308: Interoperability between query compilers
#7376
arunjose696
closed
2 months ago
0
BUG: Series.duplicated doesn't preserve Series name
#7375
MarcoGorelli
closed
2 months ago
1
FIX-#7373: Try a previous version of `motoserver/moto` service, pin to 5.0.13
#7374
anmyachev
closed
2 months ago
2
CI: `botocore.exceptions.ClientError: An error occurred (InvalidLocationConstraint) when calling the CreateBucket operation: The specified location-constraint is not valid`
#7373
noloerino
closed
2 months ago
1
FIX-#7371: Fix inserting datelike values into a DataFrame
#7372
noloerino
closed
2 months ago
0
BUG: can't create a new column with string which looks like a date
#7371
MarcoGorelli
closed
2 months ago
3
Define heuristics to automatically enable dynamic partitioning without performance penalty.
#7370
Retribution98
opened
3 months ago
0
FEAT-#7368: Add a new environment variable for using dynamic partitioning
#7369
Retribution98
closed
3 months ago
0
Add a new environment variable for using dynamic partitioning
#7368
Retribution98
closed
3 months ago
0
df.max()/min() on 1 column df leads to "could not broadcast input array from shape (6,) into shape (5,)" what from parquet loaded with ray
#7367
Liquidmasl
closed
2 months ago
1
Improve the user facing DataFrame and Series constructor by hide the query_compiler parameter
#7366
sfc-gh-yzou
opened
3 months ago
3
Use pre-commit library to run linters
#7365
noloerino
opened
3 months ago
0
BUG: `Dataframe.astype(...)` Fails With `'bool' object has no attribute 'all'`
#7364
zombie-einstein
opened
3 months ago
2
BUG: outofmemory read from big file and dump to a new one
#7363
wanghaisheng
opened
3 months ago
1
to_parquet() needs option of how many files to create, or like rays implementation: num_rows_per_file
#7362
Liquidmasl
closed
2 months ago
3
BUG: [RAY] ray initialisation sets _memory and object_store_memory to the same value, leading to crashes and less flexibility
#7361
Liquidmasl
opened
3 months ago
2
[RAY] to_parquet() fails when spilled objects reach 64gig... Also my data is just 40gig
#7360
Liquidmasl
closed
2 months ago
11
Next