We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data
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
carried over from #3487
DataFrame.from_records([], columns=['a','b','c']) Empty DataFrame Columns: [a, b, c] Index: []
vs.
DataFrame.from_records([], columns=['a','b','b']) AssertionError: Number of manager items must equal union of block items
The text was updated successfully, but these errors were encountered:
yep....I think its a failure in the dup columns....will take a look
Sorry, something went wrong.
easy
closed by #3564
jreback
Successfully merging a pull request may close this issue.
carried over from #3487
vs.
The text was updated successfully, but these errors were encountered: