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.
2 parents 28004e2 + 8f766d6 commit c4b6e5aCopy full SHA for c4b6e5a
1 file changed
_extras/guide.md
@@ -66,9 +66,11 @@ rev[2] = "apple-sauce"
66
67
## 02-starting-with-data
68
69
-###Bug Note:
70
-
71
-Pandas < .18.1 has a bug where surveys_df['weight'].describe() may return a runtime error.
+> ## Important Bug Note
+>
+> In Pandas prior to 0.18.1 there is a bug causing `surveys_df['weight'].describe()` to return
72
+> a runtime error.
73
+{: .callout}
74
75
### Dataframe Challenges
76
0 commit comments