Skip to content

Commit 20be477

Browse files
authored
README LE
1 parent fdd22f6 commit 20be477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas-iterate-over-rows/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# How to Iterate Over a pandas DataFrame's Rows
1+
# How to Iterate Over Rows in pandas, and Why You Shouldn't
22

3-
In these supplementary materials you'll find the examples discussed in the tutorial [How to Iterate Over Rows in pandas, and Why You Shouldn't](https://realpython.com/pandas-iterate-over-rows/), along with some bonus materials.
3+
In these supplementary materials, you'll find the examples discussed in the Real Python tutorial [How to Iterate Over Rows in pandas, and Why You Shouldn't](https://realpython.com/pandas-iterate-over-rows/), along with some bonus materials.
44

55
In addition to the third-party packages used in the tutorial, you should also install [perfplot](https://github.com/nschloe/perfplot) to play with the bonus examples. To install all dependencies into your virtual environment, you can run the following command:
66

77
```console
88
$ python -m pip install pandas httpx codetiming perfplot
99
```
1010

11-
You'll also find some additional code samples along the way, showing alternatives to looping, such as by using list comprehensions, and even alternative ways of looping.
11+
You'll also find some additional code samples along the way, showing alternatives to looping, such as using list comprehensions. You'll also learn about alternative ways of looping.

0 commit comments

Comments
 (0)