Skip to content

Commit 21b0ee8

Browse files
committed
fixes in readme
1 parent 571c6d9 commit 21b0ee8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ display(0.45, multiply=True) # → "45.0%"
6464
display(change(100, 20)) # → "-80.0%"
6565
```
6666

67+
### Example Use Case
68+
69+
<img src="asset/testcase.jpeg" alt="Screenshot" width="400">
70+
6771
---
6872

6973
## 📊 Beyond Percentages — Data Science & Analytics
@@ -91,10 +95,6 @@ missing(df)
9195
# → {"salary": 12.4, "age": 3.1, "name": 0.0}
9296
```
9397

94-
### Example Use Case
95-
96-
<img src="asset/testcase.jpeg" alt="Screenshot" width="400">
97-
9898
### `cv` — Coefficient of Variation
9999
Not built-in anywhere — one line instead of `df.std() / df.mean() * 100`.
100100
```python

0 commit comments

Comments
 (0)