We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ff506 commit b398f6aCopy full SHA for b398f6a
lessons/3_Pandas.ipynb
@@ -146,6 +146,15 @@
146
"df = pd.read_csv('../data/gapminder.csv')"
147
]
148
},
149
+ {
150
+ "cell_type": "code",
151
+ "execution_count": null,
152
+ "metadata": {},
153
+ "outputs": [],
154
+ "source": [
155
+ "df['country'].value_counts().sort_index()"
156
+ ]
157
+ },
158
{
159
"cell_type": "markdown",
160
"metadata": {},
@@ -418,6 +427,15 @@
418
427
"Fill in the code below to subset our data frame to include only people with a life expectancy (`lifeExp`) less than 50."
419
428
420
429
430
431
432
433
434
435
436
+ "df.shape"
437
438
421
439
422
440
"cell_type": "code",
423
441
"execution_count": null,
0 commit comments