Skip to content

Commit 51ae8a1

Browse files
authored
Remove some examples (#361)
1 parent 8b1a2cd commit 51ae8a1

File tree

4 files changed

+2
-167
lines changed

4 files changed

+2
-167
lines changed

pandas-iterate-over-rows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
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

5-
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:
5+
To install all dependencies into your virtual environment, you can run the following command:
66

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

1111
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.

pandas-iterate-over-rows/cumulative_sum_perfplot.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

pandas-iterate-over-rows/fix_place_of_pub_perfplot.py

Lines changed: 0 additions & 85 deletions
This file was deleted.

pandas-iterate-over-rows/take_sum_perfplot.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)