-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: validate index/data length match in DataFrame construction #35590
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
Conversation
doc/source/whatsnew/v1.1.1.rst
Outdated
@@ -50,6 +50,10 @@ Categorical | |||
|
|||
- | |||
|
|||
**Other** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you put in 1.2? (also don't put in other generally)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or is this a regression / easy patch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont think its a regression, but it is a bugfix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok its in 1.1.1 that's ok
ping on green. |
ping |
hmm this didn't backport |
@meeseeksdev backport to 1.1.x |
…n DataFrame construction
…e construction (#35597) Co-authored-by: jbrockmendel <[email protected]>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff