no commit message

parent d8d6aa51
...@@ -2212,16 +2212,16 @@ ...@@ -2212,16 +2212,16 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 35, "execution_count": 37,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fdaec5f64a8>" "<matplotlib.axes._subplots.AxesSubplot at 0x7fdaec4698d0>"
] ]
}, },
"execution_count": 35, "execution_count": 37,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
}, },
...@@ -2239,7 +2239,7 @@ ...@@ -2239,7 +2239,7 @@
} }
], ],
"source": [ "source": [
"sorted_data['inc'] = pd.to_numeric(sorted_data['inc'],)\n", "sorted_data['inc'] = pd.to_numeric(sorted_data['inc'])\n",
"sorted_data['inc'].plot()" "sorted_data['inc'].plot()"
] ]
}, },
......
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