We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest released version of Modin.
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
import pandas import modin.pandas as pd import numpy as np data = np.random.randint(0, 100, size=(2**16, 2**8)) df = pandas.DataFrame(data) mdf = pd.DataFrame(df) df.loc[len(df)] = list(range(2**8)) mdf.loc[len(df)] = list(range(2**8)) ValueError: Length of values (256) does not match length of index (65537)
Failed to append a row.
Match pandas.
Replace this line with the error backtrace (if applicable).
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered:
FIX-modin-project#7135: Fix appending a new row
77b3fb5
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
FIX-#7135: Fix appending a new row (#7172)
e334922
Successfully merging a pull request may close this issue.
Modin version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest released version of Modin.
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Issue Description
Failed to append a row.
Expected Behavior
Match pandas.
Error Logs
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered: