Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
haghbinh committed Apr 18, 2023
1 parent bf62496 commit d65b637
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ch04/ch04.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -249,7 +249,7 @@
"dtype: int64"
]
},
"execution_count": 4,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -2813,7 +2813,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -2827,7 +2827,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.9.13"
},
"toc": {
"nav_menu": {},
Expand Down
4 changes: 4 additions & 0 deletions ch04/test.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
A,B,C,D
1.0,2.0,3.0,4.0
5.0,6.0,,8.0
10.0,11.0,12.0,

0 comments on commit d65b637

Please sign in to comment.