Skip to content

Commit

Permalink
improve assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
WHQWHQWHQ committed Dec 18, 2023
1 parent 6e8fce2 commit 4f4e3f1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"metadata": {},
"outputs": [],
"source": [
"df = pd.read_csv(\"FILE_PATH_TO_metadata.csv\")\n",
"df = pd.read_csv(\n",
" \"https://static-1300131294.cos.ap-shanghai.myqcloud.com/data/data-science/metadata.csv\"\n",
")\n",
"df.head()"
]
},
Expand Down Expand Up @@ -402,7 +404,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.7.16"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 4f4e3f1

Please sign in to comment.