pandas.core.groupby.GroupBy.get_group¶
Construct DataFrame from group with provided name.
- param name
- object
the name of the group to get as a DataFrame
- param obj
- DataFrame, default None
the DataFrame to take the DataFrame out of. If it is None, the object groupby was called on will be used
- return
group : same type as obj
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler