Skip to content

Commit 20a4c37

Browse files
committed
Pre-TR-Upload 2 - missing import
1 parent afc0555 commit 20a4c37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

how-to-drop-null-values-in-pandas/exercise solutions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import pandas as pd
2+
13
grades = pd.read_csv(
24
"grades.csv",
35
).convert_dtypes(dtype_backend="pyarrow")

0 commit comments

Comments
 (0)