Skip to content

Commit b8c06a5

Browse files
committed
add pip install datasets
1 parent 277c979 commit b8c06a5

6 files changed

+8
-2
lines changed

4_Problems/1_24_Pandas Inspection.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20+
"!pip install datasets\n",
2021
"import pandas as pd\n",
2122
"from datasets import load_dataset\n",
2223
"\n",
@@ -145,7 +146,7 @@
145146
"name": "python",
146147
"nbconvert_exporter": "python",
147148
"pygments_lexer": "ipython3",
148-
"version": "3.1.-1"
149+
"version": "3.11.9"
149150
}
150151
},
151152
"nbformat": 4,

4_Problems/1_25_Pandas Cleaning.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20+
"!pip install datasets\n",
2021
"import pandas as pd\n",
2122
"from datasets import load_dataset\n",
2223
"\n",

4_Problems/1_26_Pandas Analysis.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20+
"!pip install datasets\n",
2021
"import pandas as pd\n",
2122
"from datasets import load_dataset\n",
2223
"\n",
@@ -169,7 +170,7 @@
169170
"name": "python",
170171
"nbconvert_exporter": "python",
171172
"pygments_lexer": "ipython3",
172-
"version": "3.1.-1"
173+
"version": "3.1.undefined"
173174
}
174175
},
175176
"nbformat": 4,

4_Problems/1_29_Matplotlib Plotting.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20+
"!pip install datasets\n",
2021
"import pandas as pd\n",
2122
"from datasets import load_dataset\n",
2223
"\n",

4_Problems/1_30_Matplotlib Labeling.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20+
"!pip install datasets\n",
2021
"import pandas as pd\n",
2122
"from datasets import load_dataset\n",
2223
"import matplotlib.pyplot as plt\n",

4_Problems/1_31_Matplotlib Pandas Plotting.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20+
"!pip install datasets\n",
2021
"import pandas as pd\n",
2122
"from datasets import load_dataset\n",
2223
"import matplotlib.pyplot as plt\n",

0 commit comments

Comments
 (0)