no commit message

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