print the groupby results in panda code example
Example 1: pandas get group
gp.get_group(key)
Example 2: pandas print groupby
grp = df.groupby['colName']
grp.describe()
gp.get_group(key)
grp = df.groupby['colName']
grp.describe()