You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The materials contained in this download are designed to complement the Real Python tutorial [How to Drop Null Values in pandas](https://realpython.com/how-to-drop-null-values-in-pandas/).
2
4
3
-
You should create a new folder named `pandas_nulls` on your computer and place each file inside it. You may also consider creating a [Python virtual environment](https://realpython.com/python-virtual-environments-a-primer/) within this folder.
5
+
Consider creating a [Python virtual environment](https://realpython.com/python-virtual-environments-a-primer/) before installing the dependencies:
Your download bundle contains the following four files:
4
14
5
-
Your download bundle contains the following four files. The first three files contain the code from different tutorial sections, while the fourth contains the solutions to the exercise.
15
+
1.`drop_null_rows.py`
16
+
2.`drop_null_columns.py`
17
+
3.`drop_a_subset.py`
18
+
4.`exercise_solutions.py`
6
19
7
-
`drop_null_rows.py`
8
-
`drop_null_columns.py`
9
-
`drop_a_subset.py`
10
-
`exercise_solutions.py`
20
+
The first three files contain the code from different tutorial sections, while the fourth contains the solutions to the exercise.
11
21
12
22
There are also two data files containing the data used throughout the tutorial:
0 commit comments