Commit 8dfbb86c by 前钰

Update Data cleaning.ipynb

parent 8077e73d
{ {
...@@ -764,7 +764,7 @@ ...@@ -764,7 +764,7 @@
], ],
"source": [ "source": [
"df_drop = df.dropna() # 删除含缺失值的行\n", "df_drop = df.dropna() # 删除含缺失值的行\n",
"df" "df_drop"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment