You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
**Percentify is a niche data science library for practitioners and learners alike, drawing its main dependencies from pandas and numpy, and including everyday statistics.**
11
11
12
-
Following the **Pareto principle**, Percentify brings the 20% of operations that make up 80% of daily data work to the forefront — each as a single, readable function call. It does not aim to compete with pandas, scipy, statsmodels, or scikit-learn; it stands on their shoulders and works alongside them, naming the library each function draws from so you always know where to dig deeper.
12
+
Following the **Pareto principle**, Percentify brings the 20% of operations that make up 80% of daily data work to the forefront, each as a single, readable function call. It not built to compete with pandas, scipy, statsmodels, or scikit-learn; it stands on their shoulders and works alongside them, naming the library each function draws from so you always know where to dig deeper.
13
13
14
14
## 📖 Documentation
15
15
@@ -48,7 +48,7 @@ One import, one line — a clean, sorted DataFrame you can read or feed into the
48
48
49
49
| Function | What it answers |
50
50
|---|---|
51
-
|`change`| Growth — as numbers, columns, or a whole series |
51
+
|`change`| Growth as numbers, columns, or a whole series |
52
52
|`vif`| Which features are collinear? |
53
53
|`missing`| How much of each column is missing? |
54
54
|`cv`| How variable is each column, relative to its mean? |
@@ -69,7 +69,7 @@ One import, one line — a clean, sorted DataFrame you can read or feed into the
69
69
70
70
## 🤝 Contributing
71
71
72
-
Contributions are welcome — but they must follow the repo's guiding principle:
72
+
Contributions are welcome but they must follow the repo's guiding principle:
73
73
74
74
> **Keep each method as direct-to-output as possible.** A percentify function should return the single most common answer in one line, and point users to the underlying library (pandas, scipy, statsmodels, scikit-learn) for the full, configurable version when the simplest output isn't what they're after.
0 commit comments