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 21a1311 commit 5ee6000Copy full SHA for 5ee6000
2886. Change Data Type.py
@@ -0,0 +1,4 @@
1
+import pandas as pd
2
+
3
+def changeDatatype(students: pd.DataFrame) -> pd.DataFrame:
4
+ return students.astype({'grade': 'int'})
0 commit comments