Skip to content

Commit

Permalink
file names to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-haru committed Jul 20, 2024
1 parent 915f380 commit 648ddd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 15_Pooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"outputs": [],
"source": [
"# データの読み込み\n",
"cps = wooldridge.data('CPS78_85')"
"cps = wooldridge.data('cps78_85')"
]
},
{
Expand All @@ -156,7 +156,7 @@
"outputs": [],
"source": [
"# データの内容の確認\n",
"wooldridge.data('CPS78_85', description=True)"
"wooldridge.data('cps78_85', description=True)"
]
},
{
Expand Down Expand Up @@ -1435,7 +1435,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.9"
},
"toc": {
"base_numbering": 1,
Expand All @@ -1452,5 +1452,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
8 changes: 4 additions & 4 deletions 21_TruncregTobitHeckit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@
},
"outputs": [],
"source": [
"htv = wooldridge.data('HTV')\n",
"wooldridge.data('HTV', description=True)"
"htv = wooldridge.data('htv')\n",
"wooldridge.data('htv', description=True)"
]
},
{
Expand Down Expand Up @@ -2292,7 +2292,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.9"
},
"nteract": {
"version": "0.23.3"
Expand All @@ -2312,5 +2312,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 648ddd2

Please sign in to comment.