Skip to content

Commit 382553c

Browse files
authored
Fix grammar and clarity in README.md
Corrected grammatical errors and improved readability in the README.
1 parent 1363a6b commit 382553c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**Percentify is a niche data science library for practitioners and learners alike, drawing its main dependencies from pandas and numpy, and including everyday statistics.**
1111

12-
Following the **Pareto principle**, Percentify brings the 20% of operations that make up 80% of daily data work to the forefronteach 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.
1313

1414
## 📖 Documentation
1515

@@ -48,7 +48,7 @@ One import, one line — a clean, sorted DataFrame you can read or feed into the
4848

4949
| Function | What it answers |
5050
|---|---|
51-
| `change` | Growth as numbers, columns, or a whole series |
51+
| `change` | Growth as numbers, columns, or a whole series |
5252
| `vif` | Which features are collinear? |
5353
| `missing` | How much of each column is missing? |
5454
| `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
6969

7070
## 🤝 Contributing
7171

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:
7373

7474
> **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.
7575

0 commit comments

Comments
 (0)