Skip to content

Commit

Permalink
Remove style tag in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1610 committed Oct 29, 2022
1 parent 7024ed0 commit 3e4d709
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
```
<style type="text/css">
</style>
<table id="T_1e94c">
<thead>
<tr>
Expand Down Expand Up @@ -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")
```

<style type="text/css">
</style>
<table id="T_e031b">
<caption>Fare Percentage</caption>
<thead>
Expand Down

0 comments on commit 3e4d709

Please sign in to comment.