Skip to content

Certain documentation under wrong heading #113

Open
@Datamance

Description

@Datamance

This part:

To set full_name as the DataFrame index

qs.to_dataframe(['age', 'wage'], index='full_name'])
You can use filters and excludes

qs.filter(age__gt=20, department='IT').to_dataframe(index='full_name')

Should be under the DataFrameManager heading, no?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions