datacarpentry / python-ecology-lesson

Data Analysis and Visualization in Python for Ecologists

Home Page:https://datacarpentry.org/python-ecology-lesson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

03-index-slice-subset.md: wrong operator shown in Objectives (`=` instead of `==`)

snownontrace opened this issue · comments

The 7th item of the Objectives of this lesson (https://datacarpentry.org/python-ecology-lesson/03-index-slice-subset/) states:

"Query / select a subset of data using a set of criteria using the following operators: =, !=, >, <, >=, <=."

The first operator should be "==" rather than "=."

Yes, you're correct, Shaohe. Would you be willing to submit a PR to fix that?

Awesome, thank you!