jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks
http://jakevdp.github.io/PythonDataScienceHandbook
MIT License
42.77k stars 17.83k forks source link

.describe().unstack() -> .describe() for SeriesGroupBy #237

Closed ghost closed 3 months ago

ghost commented 4 years ago

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