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 dc57368 commit 79b646bCopy full SHA for 79b646b
1 file changed
_episodes/03-index-slice-subset.md
@@ -114,7 +114,7 @@ the related Python data type dictionary).
114
115
Let's remind ourselves that Python uses 0-based
116
indexing. This means that the first element in an object is located at position
117
-0. This is different from other tools like R and Matlab that index elements
+`0`. This is different from other tools like R and Matlab that index elements
118
within objects starting at 1.
119
120
~~~
@@ -539,4 +539,3 @@ asking Python to select rows that have a `NaN` value of weight.
539
{: .challenge}
540
541
{% include links.md %}
542
-
0 commit comments