cdsleiden / python-tutorial

Beginner's introduction to programming in Python
https://cdsleiden.github.io/python-tutorial/
3 stars 2 forks source link

When would you use DataFrame.iloc? #95

Open bencomp opened 11 months ago

bencomp commented 11 months ago

It is unclear to me why we cover the .iloc indexers on DataFrames, because we would never use them in practice. So I think we should make clearer when they are useful, or delete it from the tutorial and focus on other selection methods.