Skip to content

Commit

Permalink
integrating-with-pandas csv link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
demenskyi committed Jan 26, 2024
1 parent e290845 commit 5197da8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks/integrating-with-pandas/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
"metadata": {},
"outputs": [],
"source": [
"iris = pd.read_csv('https://raw.githubusercontent.com/singlestore-labs/spaces-notebooks/'\n",
" 'master/notebooks/integrating-with-pandas/data/iris.csv')\n",
"iris = pd.read_csv('https://raw.githubusercontent.com/singlestore-labs/spaces-notebooks/master/notebooks/integrating-with-pandas/data/iris.csv')\n",
"iris"
]
},
Expand Down

0 comments on commit 5197da8

Please sign in to comment.