Skip to content

Commit 3485cb7

Browse files
Update README.md
1 parent 43ad39e commit 3485cb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

how-to-drop-null-values-in-pandas/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The materials contained in this download are designed to complement the RealPython tutorial [How to Drop Null Values in pandas](https://realpython.com/how-to-drop-null-values-in-pandas/).
1+
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/).
22

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

55
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.
66

@@ -13,4 +13,3 @@ There are also two data files containing the data used throughout the tutorial:
1313

1414
`sales_data_with_missing_values.csv`
1515
`grades.csv`
16-

0 commit comments

Comments
 (0)