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
Examples are provided for constructors like DataFrame.from_dict but no examples are present for DataFrame.from_records, which makes it slightly harder to tell whether it's appropriate for a desired use case.
Suggested fix for documentation
Add examples.
The text was updated successfully, but these errors were encountered:
Location of the documentation
pandas.DataFrame.from_records
: https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.from_records.htmlDocumentation problem
Examples are provided for constructors like
DataFrame.from_dict
but no examples are present forDataFrame.from_records
, which makes it slightly harder to tell whether it's appropriate for a desired use case.Suggested fix for documentation
Add examples.
The text was updated successfully, but these errors were encountered: