Skip to content

DOC: Missing examples of from_records. #34057

New issue

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

Closed
bdice opened this issue May 7, 2020 · 1 comment · Fixed by #34058
Closed

DOC: Missing examples of from_records. #34057

bdice opened this issue May 7, 2020 · 1 comment · Fixed by #34058
Assignees
Labels
Milestone

Comments

@bdice
Copy link
Contributor

bdice commented May 7, 2020

Location of the documentation

pandas.DataFrame.from_records: https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.from_records.html

Documentation problem

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.

@bdice bdice added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels May 7, 2020
@bdice
Copy link
Contributor Author

bdice commented May 7, 2020

take

@simonjayhawkins simonjayhawkins removed the Needs Triage Issue that has not been reviewed by a pandas team member label May 8, 2020
@jorisvandenbossche jorisvandenbossche added this to the 1.1 milestone May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants