Skip to content

Commit c4b6e5a

Browse files
authored
Merge pull request #348 from maxim-belkin/fix-bug-note
guide.md: bug note as a callout box
2 parents 28004e2 + 8f766d6 commit c4b6e5a

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
@@ -66,9 +66,11 @@ rev[2] = "apple-sauce"
6666

6767
## 02-starting-with-data
6868

69-
###Bug Note:
70-
71-
Pandas < .18.1 has a bug where surveys_df['weight'].describe() may return a runtime error.
69+
> ## Important Bug Note
70+
>
71+
> In Pandas prior to 0.18.1 there is a bug causing `surveys_df['weight'].describe()` to return
72+
> a runtime error.
73+
{: .callout}
7274

7375
### Dataframe Challenges
7476

0 commit comments

Comments
 (0)