no commit message

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