We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc0555 commit 20a4c37Copy full SHA for 20a4c37
how-to-drop-null-values-in-pandas/exercise solutions.py
@@ -1,3 +1,5 @@
1
+import pandas as pd
2
+
3
grades = pd.read_csv(
4
"grades.csv",
5
).convert_dtypes(dtype_backend="pyarrow")
0 commit comments