1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-12-15 09:38:16 +00:00

Changed cif2cif 2 gsi-upm

This commit is contained in:
J. Fernando Sánchez
2016-03-29 11:21:43 +02:00
parent 3165eac23c
commit f56dc93804
4 changed files with 11 additions and 11 deletions

View File

@@ -270,7 +270,7 @@
],
"source": [
"#We get a URL with raw content (not HTML one)\n",
"url=\"https://raw.githubusercontent.com/cif2cif/sitc/master/ml2/data-titanic/train.csv\"\n",
"url=\"https://raw.githubusercontent.com/gsi-upm/sitc/master/ml2/data-titanic/train.csv\"\n",
"df = pd.read_csv(url)\n",
"df_original = df.copy() # Copy to have a version of df without modifications\n",
"df.head()"