Skip to content

pandas_alive v0.1.11

Compare
Choose a tag to compare
@JackMcKew JackMcKew released this 09 May 08:49
  • period_summary_func provided for charts to display overall period calculations on plot
  • Bar chart functionality extended
    • fixed_order can be used to disable bars moving on bar chart
    • fixed_max set limits of axis on charts to be total maximum of dataframe rather than dynamic
    • perpendicular_bar_func Plot perpendicular black bar on plot to demonstrate different stats, eg, max, min, median, etc. Use with Series.agg()