Skip to content

Commit

Permalink
Mit Colab erstellt
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler committed Oct 24, 2024
1 parent 5be4556 commit df57cad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Data_Detective_NLP_Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"colab": {
"provenance": [],
"machine_shape": "hm",
"authorship_tag": "ABX9TyN6kZA3DECxqBJGGvD8QRth",
"authorship_tag": "ABX9TyOWkGH/hQfEFzavxhhUcJFb",
"include_colab_link": true
},
"kernelspec": {
Expand All @@ -24,7 +24,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/ieg-dhr/NLP-Kurs_DMGK_Digitale-Geisteswissenschaften/blob/main/Data_Detective_NLP_Introduction.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/ieg-dhr/NLP-Course4Humanities_2024/blob/main/Data_Detective_NLP_Introduction.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"outputs": [],
"source": [
"!git clone https://github.com/ieg-dhr/NLP-Kurs_DMGK_Digitale-Geisteswissenschaften.git"
"!git clone https://github.com/ieg-dhr/NLP-Course4Humanities_2024.git"
]
},
{
Expand All @@ -89,7 +89,7 @@
"import pandas as pd\n",
"\n",
"# Replace 'your_file.xlsx' with the actual path to your Excel file.\n",
"df = pd.read_excel('/content/NLP-Kurs_DMGK_Digitale-Geisteswissenschaften/exercises/Data_exercise_1.xlsx')\n",
"df = pd.read_excel('/content/NLP-Course4Humanities_2024/datasets/Data_exercise_1.xlsx')\n",
"\n",
"# Display the first few rows of the DataFrame to verify it's loaded correctly.\n",
"df.head(5)"
Expand Down

0 comments on commit df57cad

Please sign in to comment.