Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up.describe().unstack() -> .describe() for SeriesGroupBy #237
Conversation
The output that is displayed is generated by planets.groupby('method')['year'].describe(), not planets.groupby('method').describe().unstack().


The output that is displayed is generated by planets.groupby('method')['year'].describe(), not planets.groupby('method').describe().unstack().