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 88f739b commit c585581Copy full SHA for c585581
chapters/en/module8.md
@@ -1250,13 +1250,13 @@ Are you filtering the dataset correctly?
1250
Which of the following would you use to replace string patterns with another string within a dataframe column?
1251
1252
<choice id="1" >
1253
-<opt text="<code>.replace()</code>" >
+<opt text="<code>.replace()</code>" correct="true">
1254
1255
Way to go!
1256
1257
</opt>
1258
1259
-<opt text="<code>str.replace()</code>" correct="true">
+<opt text="<code>str.replace()</code>">
1260
1261
This would result in an error.
1262
0 commit comments