We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56847c5 commit c8811fbCopy full SHA for c8811fb
web/pandas/community/ecosystem.md
@@ -590,7 +590,7 @@ df = pd.read_csv("big.csv") # use all your cores!
590
### [Pandarallel](https://github.com/nalepae/pandarallel)
591
592
Pandarallel provides a simple way to parallelize your pandas operations on all your CPUs by changing only one line of code.
593
-If also displays progress bars.
+It also displays progress bars.
594
595
```python
596
from pandarallel import pandarallel
0 commit comments