Skip to content

Commit

Permalink
fixed api mismatch in pandas api notebook
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Sharma <amit_sharma@live.com>
  • Loading branch information
amit-sharma authored and bloebp committed Nov 27, 2023
1 parent df05cad commit c35cf4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/example_notebooks/lalonde_pandas_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
" outcome='re78',\n",
" common_causes=['nodegr', 'black', 'hisp', 'age', 'educ', 'married'],\n",
" variable_types={'age': 'c', 'educ':'c', 'black': 'd', 'hisp': 'd', \n",
" 'married': 'd', 'nodegr': 'd','re78': 'c', 'treat': 'b'},\n",
" proceed_when_unidentifiable=True)"
" 'married': 'd', 'nodegr': 'd','re78': 'c', 'treat': 'b'}\n",
" )"
]
},
{
Expand Down Expand Up @@ -265,8 +265,8 @@
" outcome='re78',\n",
" common_causes=['nodegr', 'black', 'hisp', 'age', 'educ', 'married'],\n",
" variable_types={'age': 'c', 'educ':'c', 'black': 'd', 'hisp': 'd', \n",
" 'married': 'd', 'nodegr': 'd','re78': 'c', 'treat': 'b'},\n",
" proceed_when_unidentifiable=True)"
" 'married': 'd', 'nodegr': 'd','re78': 'c', 'treat': 'b'}\n",
" )"
]
},
{
Expand Down Expand Up @@ -304,7 +304,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -318,7 +318,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit c35cf4b

Please sign in to comment.