no commit message

parent 1485afb1
......@@ -1098,8 +1098,7 @@
"source": [
"Y1 = data_1['Wages'].astype(float)\n",
"Y2 = data_1['Wheat'].astype(float)\n",
"X1 = data_1['Year'].astype(float)\n",
"Y1"
"X1 = data_1['Year'].astype(float)"
]
},
{
......@@ -1300,8 +1299,7 @@
}
],
"source": [
"Y3=Y1/Y2\n",
"Y3"
"Y3=Y1/Y2"
]
},
{
......
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