Skip to content

Commit 3300848

Browse files
committed
move note about pandas describe bug inline
1 parent 87ecab0 commit 3300848

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

episodes/02-starting-with-data.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,16 @@ max 280.000000
478478
Name: weight, dtype: float64
479479
```
480480

481+
::::::::::::::::::::::::::::::::::::::::: instructor
482+
483+
## Important Bug Note
484+
485+
In pandas prior to version 0.18.1
486+
there is a bug causing `surveys_df['weight'].describe()` to
487+
return a runtime error.
488+
489+
:::::::::::::::::::::::::::::::::::::::::::::::::::::
490+
481491
We can also extract one specific metric if we wish:
482492

483493
```python

0 commit comments

Comments
 (0)