Skip to content

Commit 540077e

Browse files
Merge pull request #1 from alihussainia/main
Updated README with binder link
2 parents 2a8fcf0 + 1008cfa commit 540077e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Chapter_3/My_DA_Ch_3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"If you are interested in only one file, then clickon Raw and on the page, right click and save the file.\n",
7575
"\n",
7676
"Or a very simple way, is if you want to read it in Pandas then below code should work\n",
77-
"df= pd.read_csv(r'https://raw.githubusercontent.com/wblakecannon/DataCamp/master/05-importing-data-in-python-(part-1)/_datasets/digits.csv')\n",
77+
"df= pd.read_csv(r'https://github.com/just4jc/DataCamp-3/blob/master/05-importing-data-in-python-(part-1)/_datasets/digits.csv?raw=true')\n",
7878
" df.head()"
7979
]
8080
},
@@ -2135,4 +2135,4 @@
21352135
"outputs": []
21362136
}
21372137
]
2138-
}
2138+
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ All notebooks are prepared to run on google Colab. But you can run these books o
1919
#### %cd is used to change the directory and used to give the path of where the file is located on google Drive. You can set your path according to your own.
2020

2121
Comments are placed above or inline to understand what line is doing.
22+
23+
Binder Link: [link](https://mybinder.org/v2/gh/alihussainia/Data-Analysis-with-Python/main?urlpath=lab)

0 commit comments

Comments
 (0)