You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [38]: pd.DataFrame({'a':0.1})
ValueError: If using all scalar values, you must pass an index
In [39]: pd.DataFrame({'a':0.1}, columns=['b'])
Out[39]:
Empty DataFrame
Columns: [b]
Index: []
The text was updated successfully, but these errors were encountered:
xref #9456
[39] should raise.
The text was updated successfully, but these errors were encountered: