Skip to content

Commit 8f766d6

Browse files
committed
guide.md: bug note as a callout box
1 parent b26d5c8 commit 8f766d6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

_extras/guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ rev[2] = "apple-sauce"
5959

6060
## 02-starting-with-data
6161

62-
###Bug Note:
63-
64-
Pandas < .18.1 has a bug where surveys_df['weight'].describe() may return a runtime error.
62+
> ## Important Bug Note
63+
>
64+
> In Pandas prior to 0.18.1 there is a bug causing `surveys_df['weight'].describe()` to return
65+
> a runtime error.
66+
{: .callout}
6567

6668
### Dataframe Challenges
6769

0 commit comments

Comments
 (0)