Skip to content

Commit c8811fb

Browse files
authored
DOC: Correct a typo in ecosystem.md (#61059)
1 parent 56847c5 commit c8811fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/community/ecosystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ df = pd.read_csv("big.csv") # use all your cores!
590590
### [Pandarallel](https://github.com/nalepae/pandarallel)
591591

592592
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.
593+
It also displays progress bars.
594594

595595
```python
596596
from pandarallel import pandarallel

0 commit comments

Comments
 (0)