Commit d545dd10 authored by Joaquin Torres's avatar Joaquin Torres

Fixed issue with ind_vars

parent 6ebd95e9
......@@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 69,
"execution_count": 128,
"metadata": {},
"outputs": [],
"source": [
......@@ -38,7 +38,7 @@
},
{
"cell_type": "code",
"execution_count": 70,
"execution_count": 129,
"metadata": {},
"outputs": [],
"source": [
......@@ -53,7 +53,7 @@
},
{
"cell_type": "code",
"execution_count": 71,
"execution_count": 130,
"metadata": {},
"outputs": [
{
......@@ -100,7 +100,7 @@
},
{
"cell_type": "code",
"execution_count": 72,
"execution_count": 131,
"metadata": {},
"outputs": [
{
......@@ -129,7 +129,7 @@
},
{
"cell_type": "code",
"execution_count": 73,
"execution_count": 132,
"metadata": {},
"outputs": [
{
......@@ -442,7 +442,7 @@
},
{
"cell_type": "code",
"execution_count": 74,
"execution_count": 133,
"metadata": {},
"outputs": [
{
......@@ -497,7 +497,7 @@
},
{
"cell_type": "code",
"execution_count": 75,
"execution_count": 119,
"metadata": {},
"outputs": [
{
......@@ -542,7 +542,7 @@
},
{
"cell_type": "code",
"execution_count": 76,
"execution_count": 134,
"metadata": {},
"outputs": [
{
......@@ -870,7 +870,7 @@
},
{
"cell_type": "code",
"execution_count": 77,
"execution_count": 135,
"metadata": {},
"outputs": [],
"source": [
......@@ -901,7 +901,7 @@
},
{
"cell_type": "code",
"execution_count": 78,
"execution_count": 136,
"metadata": {},
"outputs": [],
"source": [
......@@ -978,7 +978,7 @@
},
{
"cell_type": "code",
"execution_count": 79,
"execution_count": 137,
"metadata": {},
"outputs": [],
"source": [
......@@ -1011,7 +1011,7 @@
},
{
"cell_type": "code",
"execution_count": 80,
"execution_count": 142,
"metadata": {},
"outputs": [],
"source": [
......@@ -1051,14 +1051,14 @@
},
{
"cell_type": "code",
"execution_count": 81,
"execution_count": 143,
"metadata": {},
"outputs": [],
"source": [
"# Drop unknown columns\n",
"corr_cols = [corr_col for corr_col in corr_cols if corr_col not in ['Ed_Unknowledge', 'JobIn_unkwnodledge', 'Hous_unknowledge', 'Frec30_Desconocido']]\n",
"soc_vars_enc = [corr_col for corr_col in soc_vars_enc if corr_col not in ['Ed_Unknowledge', 'JobIn_unkwnodledge', 'Hous_unknowledge', 'Frec30_Desconocido']]\n",
"ind_vars_enc = [corr_col for corr_col in soc_vars_enc if ind_vars_enc not in ['Ed_Unknowledge', 'JobIn_unkwnodledge', 'Hous_unknowledge', 'Frec30_Desconocido']]"
"ind_vars_enc = [corr_col for corr_col in ind_vars_enc if corr_col not in ['Ed_Unknowledge', 'JobIn_unkwnodledge', 'Hous_unknowledge', 'Frec30_Desconocido']]"
]
},
{
......@@ -1070,7 +1070,7 @@
},
{
"cell_type": "code",
"execution_count": 82,
"execution_count": 144,
"metadata": {},
"outputs": [],
"source": [
......@@ -1080,7 +1080,7 @@
},
{
"cell_type": "code",
"execution_count": 83,
"execution_count": 145,
"metadata": {},
"outputs": [],
"source": [
......@@ -1137,7 +1137,7 @@
},
{
"cell_type": "code",
"execution_count": 87,
"execution_count": 146,
"metadata": {},
"outputs": [],
"source": [
......@@ -1149,7 +1149,7 @@
},
{
"cell_type": "code",
"execution_count": 85,
"execution_count": 147,
"metadata": {},
"outputs": [],
"source": [
......@@ -1159,7 +1159,7 @@
},
{
"cell_type": "code",
"execution_count": 88,
"execution_count": 148,
"metadata": {},
"outputs": [],
"source": [
......@@ -1190,7 +1190,7 @@
},
{
"cell_type": "code",
"execution_count": 89,
"execution_count": 149,
"metadata": {},
"outputs": [],
"source": [
......@@ -1200,7 +1200,7 @@
},
{
"cell_type": "code",
"execution_count": 90,
"execution_count": 150,
"metadata": {},
"outputs": [],
"source": [
......@@ -1240,7 +1240,7 @@
},
{
"cell_type": "code",
"execution_count": 93,
"execution_count": 151,
"metadata": {},
"outputs": [],
"source": [
......@@ -1328,7 +1328,7 @@
},
{
"cell_type": "code",
"execution_count": 94,
"execution_count": 152,
"metadata": {},
"outputs": [],
"source": [
......
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