Open
Description
Hi!
For the Pandas Dataframes episode, under the DataFrame.iloc[..., ...]
section, it might be worth mentioning the caveats of this method, i.e. if you add new columns to your data later, an index based selection (as opposed to using column names) can lead to problems. If this is worth adding, I would be happy to make the edit and make a pull request.
Thanks,
Can