DataFrame.from_records fails when the argument is Series with non-default index #40429
Labels
Constructors
Series/DataFrame/Index/pd.array Constructors
Enhancement
Error Reporting
Incorrect or improved errors from pandas
Summary: if
from_records
is called upon aSeries
with index that doesn't start with0
, it fails.Output
The text was updated successfully, but these errors were encountered: