diff --git a/README.md b/README.md index dc08f7d..ad762e3 100644 --- a/README.md +++ b/README.md @@ -911,8 +911,6 @@ Use `stb.pretty()` to format it nicely so you can have the same order or magnitu ```python df.groupby(['pclass', 'sex']).agg({'fare': 'sum'}).div(df['fare'].sum()).stb.pretty() ``` - @@ -963,8 +961,6 @@ Here's an example of a percentage format: df.groupby(['pclass', 'sex']).agg({'fare': 'sum'}).div(df['fare'].sum()).stb.pretty(precision=0, caption="Fare Percentage") ``` -
Fare Percentage