-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
BUG: fix issue with concat creating SparseFrame if not all series are sparse. #18924
Merged
Commits on Jan 11, 2018
-
BUG: fix issue with sparse concatting
This was originally brought up in :issue:`18686` and :issue:`18914`. Basically the problem is when you use get_dummies with sparse=True it will return a SparseDataFrame with sparse and dense columns. This is in fact not what we want. What we want is a DataFrame with sparse and dense columns. Inside of pandas.core.dtypes.concat is a function that defines the factory class which needed to be changed.
Configuration menu - View commit details
-
Copy full SHA for ba8dc29 - Browse repository at this point
Copy the full SHA ba8dc29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a0717 - Browse repository at this point
Copy the full SHA 05a0717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc6369 - Browse repository at this point
Copy the full SHA 6fc6369View commit details
Commits on Jan 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4116da7 - Browse repository at this point
Copy the full SHA 4116da7View commit details
Commits on Jan 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ee0391 - Browse repository at this point
Copy the full SHA 2ee0391View commit details
Commits on Jan 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 44aa41a - Browse repository at this point
Copy the full SHA 44aa41aView commit details -
Merge remote-tracking branch 'origin/reindex_sparse_column' into rein…
…dex_sparse_column
Configuration menu - View commit details
-
Copy full SHA for 1b9e976 - Browse repository at this point
Copy the full SHA 1b9e976View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3c0a4da - Browse repository at this point
Copy the full SHA 3c0a4daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a5003 - Browse repository at this point
Copy the full SHA 90a5003View commit details
Commits on Jan 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 126db41 - Browse repository at this point
Copy the full SHA 126db41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d01387 - Browse repository at this point
Copy the full SHA 6d01387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81aba2e - Browse repository at this point
Copy the full SHA 81aba2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0768990 - Browse repository at this point
Copy the full SHA 0768990View commit details
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.