-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
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
FEAT-#4144: Implement dataframe exchange protocol for pandas storage format #4150
FEAT-#4144: Implement dataframe exchange protocol for pandas storage format #4150
Commits on Mar 3, 2022
-
FEAT-modin-project#4144: Implement dataframe exchange protocol
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for f144a23 - Browse repository at this point
Copy the full SHA f144a23View commit details -
Fix some dostrings, and some renamings
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 866856a - Browse repository at this point
Copy the full SHA 866856aView commit details -
Move the protocol to lower layer
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 70e2ddf - Browse repository at this point
Copy the full SHA 70e2ddfView commit details -
Implement methods for DataFrame
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d8aca3f - Browse repository at this point
Copy the full SHA d8aca3fView commit details -
Move the protocol in df.pandas; impl some column methods
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for db884cd - Browse repository at this point
Copy the full SHA db884cdView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 56b631e - Browse repository at this point
Copy the full SHA 56b631eView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 3ac61a2 - Browse repository at this point
Copy the full SHA 3ac61a2View commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5bcdfbc - Browse repository at this point
Copy the full SHA 5bcdfbcView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 88f6d6a - Browse repository at this point
Copy the full SHA 88f6d6aView commit details -
Some fixes taking into account some tests
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 53c5592 - Browse repository at this point
Copy the full SHA 53c5592View commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 9232312 - Browse repository at this point
Copy the full SHA 9232312View commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 115bbd9 - Browse repository at this point
Copy the full SHA 115bbd9View commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b927b5d - Browse repository at this point
Copy the full SHA b927b5dView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for a71b6c3 - Browse repository at this point
Copy the full SHA a71b6c3View commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for f11fd7a - Browse repository at this point
Copy the full SHA f11fd7aView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4c938af - Browse repository at this point
Copy the full SHA 4c938afView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for eb6c9aa - Browse repository at this point
Copy the full SHA eb6c9aaView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 32249bd - Browse repository at this point
Copy the full SHA 32249bdView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for fb1eda3 - Browse repository at this point
Copy the full SHA fb1eda3View commit details
Commits on Mar 4, 2022
-
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for c79c1ee - Browse repository at this point
Copy the full SHA c79c1eeView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for c7477ad - Browse repository at this point
Copy the full SHA c7477adView commit details -
Simplfy new_lengths computation
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 8105e3f - Browse repository at this point
Copy the full SHA 8105e3fView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 202300b - Browse repository at this point
Copy the full SHA 202300bView commit details -
Add a comment on pandas.RangeIndex(1) usage
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4f2bc6e - Browse repository at this point
Copy the full SHA 4f2bc6eView commit details
Commits on Mar 5, 2022
-
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 60477dd - Browse repository at this point
Copy the full SHA 60477ddView commit details -
Return offset that is always equal to 0
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b2fa39b - Browse repository at this point
Copy the full SHA b2fa39bView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 86bb363 - Browse repository at this point
Copy the full SHA 86bb363View commit details -
Use specific exceptions for unsuitable buffers
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 65fea9e - Browse repository at this point
Copy the full SHA 65fea9eView commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5e385b8 - Browse repository at this point
Copy the full SHA 5e385b8View commit details -
Add docstrings for the exceptions
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 44dfef8 - Browse repository at this point
Copy the full SHA 44dfef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6574f7 - Browse repository at this point
Copy the full SHA c6574f7View commit details
Commits on Mar 11, 2022
-
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4ad1703 - Browse repository at this point
Copy the full SHA 4ad1703View commit details
Commits on Mar 14, 2022
-
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b3beb79 - Browse repository at this point
Copy the full SHA b3beb79View commit details -
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 831e8a4 - Browse repository at this point
Copy the full SHA 831e8a4View commit details