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
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')