Pandas#
Aggregating data#
https://www.shanelynn.ie/summarising-aggregation-and-grouping-data-in-python-pandas/
Plotting#
How to join data#
https://datacarpentry.org/python-ecology-lesson/05-merging-data/index.html
How to pivot data#
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.pivot_table.html https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html
How to customize data review?#
pd.options.display.max_rows = None pd.options.display.max_columns = None