Skip to content

Commit ae3ec72

Browse files
author
Vladimir Vilimaitis
committed
Add pip install instruction to README
1 parent 34bd3b9 commit ae3ec72

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Small janitorial helpers for Polars dataframes.
88

9+
```bash
10+
pip install polars-janitor
11+
```
12+
913
This project is inspired by R's janitor, but it is not a parity port. The aim is smaller: keep a few boring dataframe cleanup chores easy, predictable, and Polars-shaped.
1014

1115
## Why this exists

0 commit comments

Comments
 (0)