Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3706762

Browse files
committed
Update file name
1 parent 502905e commit 3706762

File tree

1 file changed

+35
-22
lines changed

1 file changed

+35
-22
lines changed

‎pandas/Manipulating_DataFrames/ExtractingandTransformingData.ipynb renamed to ‎pandas/Manipulating_DataFrames/Extracting_and_Transforming_Data.ipynb

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 15,
19+
"execution_count": 1,
2020
"metadata": {},
2121
"outputs": [
2222
{
@@ -189,21 +189,34 @@
189189
"</div>"
190190
],
191191
"text/plain": [
192-
" City Edition Sport Discipline NOC Gender Event Event_gender Medal\n",
193-
"Athlete \n",
194-
"CHOROPHAS, Efstathios Athens 1896 Aquatics Swimming GRE Men 1200m freestyle M Bronze\n",
195-
"HAJOS, Alfred Athens 1896 Aquatics Swimming HUN Men 1200m freestyle M Gold\n",
196-
"ANDREOU, Joannis Athens 1896 Aquatics Swimming GRE Men 1200m freestyle M Silver\n",
197-
"CHOROPHAS, Efstathios Athens 1896 Aquatics Swimming GRE Men 400m freestyle M Bronze\n",
198-
"NEUMANN, Paul Athens 1896 Aquatics Swimming AUT Men 400m freestyle M Gold\n",
199-
"PEPANOS, Antonios Athens 1896 Aquatics Swimming GRE Men 400m freestyle M Silver\n",
200-
"LANE, Francis Athens 1896 Athletics Athletics USA Men 100m M Bronze\n",
201-
"SZOKOLYI, Alajos Athens 1896 Athletics Athletics HUN Men 100m M Bronze\n",
202-
"BURKE, Thomas Athens 1896 Athletics Athletics USA Men 100m M Gold\n",
203-
"HOFMANN, Fritz Athens 1896 Athletics Athletics GER Men 100m M Silver"
192+
" City Edition Sport Discipline NOC Gender \\\n",
193+
"Athlete \n",
194+
"CHOROPHAS, Efstathios Athens 1896 Aquatics Swimming GRE Men \n",
195+
"HAJOS, Alfred Athens 1896 Aquatics Swimming HUN Men \n",
196+
"ANDREOU, Joannis Athens 1896 Aquatics Swimming GRE Men \n",
197+
"CHOROPHAS, Efstathios Athens 1896 Aquatics Swimming GRE Men \n",
198+
"NEUMANN, Paul Athens 1896 Aquatics Swimming AUT Men \n",
199+
"PEPANOS, Antonios Athens 1896 Aquatics Swimming GRE Men \n",
200+
"LANE, Francis Athens 1896 Athletics Athletics USA Men \n",
201+
"SZOKOLYI, Alajos Athens 1896 Athletics Athletics HUN Men \n",
202+
"BURKE, Thomas Athens 1896 Athletics Athletics USA Men \n",
203+
"HOFMANN, Fritz Athens 1896 Athletics Athletics GER Men \n",
204+
"\n",
205+
" Event Event_gender Medal \n",
206+
"Athlete \n",
207+
"CHOROPHAS, Efstathios 1200m freestyle M Bronze \n",
208+
"HAJOS, Alfred 1200m freestyle M Gold \n",
209+
"ANDREOU, Joannis 1200m freestyle M Silver \n",
210+
"CHOROPHAS, Efstathios 400m freestyle M Bronze \n",
211+
"NEUMANN, Paul 400m freestyle M Gold \n",
212+
"PEPANOS, Antonios 400m freestyle M Silver \n",
213+
"LANE, Francis 100m M Bronze \n",
214+
"SZOKOLYI, Alajos 100m M Bronze \n",
215+
"BURKE, Thomas 100m M Gold \n",
216+
"HOFMANN, Fritz 100m M Silver "
204217
]
205218
},
206-
"execution_count": 15,
219+
"execution_count": 1,
207220
"metadata": {},
208221
"output_type": "execute_result"
209222
}
@@ -223,7 +236,7 @@
223236
},
224237
{
225238
"cell_type": "code",
226-
"execution_count": 12,
239+
"execution_count": 2,
227240
"metadata": {},
228241
"outputs": [
229242
{
@@ -234,7 +247,7 @@
234247
"Name: City, dtype: object"
235248
]
236249
},
237-
"execution_count": 12,
250+
"execution_count": 2,
238251
"metadata": {},
239252
"output_type": "execute_result"
240253
}
@@ -252,7 +265,7 @@
252265
},
253266
{
254267
"cell_type": "code",
255-
"execution_count": 18,
268+
"execution_count": 3,
256269
"metadata": {},
257270
"outputs": [
258271
{
@@ -263,7 +276,7 @@
263276
"Name: Medal, dtype: object"
264277
]
265278
},
266-
"execution_count": 18,
279+
"execution_count": 3,
267280
"metadata": {},
268281
"output_type": "execute_result"
269282
}
@@ -281,7 +294,7 @@
281294
},
282295
{
283296
"cell_type": "code",
284-
"execution_count": 21,
297+
"execution_count": 4,
285298
"metadata": {},
286299
"outputs": [
287300
{
@@ -290,7 +303,7 @@
290303
"'Bronze'"
291304
]
292305
},
293-
"execution_count": 21,
306+
"execution_count": 4,
294307
"metadata": {},
295308
"output_type": "execute_result"
296309
}
@@ -302,7 +315,7 @@
302315
},
303316
{
304317
"cell_type": "code",
305-
"execution_count": 26,
318+
"execution_count": 5,
306319
"metadata": {},
307320
"outputs": [
308321
{
@@ -311,7 +324,7 @@
311324
"'100m freestyle for sailors'"
312325
]
313326
},
314-
"execution_count": 26,
327+
"execution_count": 5,
315328
"metadata": {},
316329
"output_type": "execute_result"
317330
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /