We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data
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