Fixing the NotImplementedError name#29
Merged
kunalgosar merged 1 commit intomodin-project:masterfrom Jul 7, 2018
Merged
Conversation
kunalgosar
approved these changes
Jul 7, 2018
williamma12
pushed a commit
that referenced
this pull request
Apr 14, 2019
* Initial commit. DataFrame.sum now returns Modin distributed series Update implementation Fix repr Update mapreduce functionality Update Add more methods work in progress updates from home Fix test files Add several methods to Series Fix comment Remove duplicate code Add some defaulting to pandas Push today's progress Fix some test failures Fix failures Fix indexing Fix python2 compat Address comments, cleanup Lint Cleanup Fix test error for Ray, propagate errors Lint * Fix failures and improve empty DataFrame ops * More cleanup * Fix regression * Add some Series tests * Update tests * Add more tests * Add tests * Add tests * Add more tests * Add tests * Add tests * Add tests * Address comments * Add Series to coverage test * Run series tests on travis * Add tests * Add tests * Fix general tests * Add tests (#28) * complete tests upto and including test_timestamp * Move to_timestamp back to original spot * Finished everything below and including valid (#29) * Add tests * Lint * Fix flipped axis * Fix failures for unmaterialized DataFrames * Lint * Fix failures * Fix Py2 error * Fix defaulting to pandas for Series * Cleanup * Address comments
dchigarev
pushed a commit
to dchigarev/modin
that referenced
this pull request
Aug 25, 2020
Support for astype operation
mvashishtha
added a commit
to mvashishtha/modin
that referenced
this pull request
Mar 31, 2023
…-project#29) Co-authored-by: Mahesh Vashishtha <mvashishtha@users.noreply.github.com>
vnlitvinov
pushed a commit
to vnlitvinov/modin
that referenced
this pull request
Apr 12, 2023
…-project#29) Co-authored-by: Mahesh Vashishtha <mvashishtha@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Correcting the link in the error.