Certain documentation under wrong heading
Datamance opened this issue · 0 comments
Datamance commented
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?