no commit message

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