You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://swcarpentry.github.io/python-novice-gapminder/08-data-frames/ mentions the use of "identifiers" (numbers or strings), : and slice to select part of a dataframe. You can also use tuples/lists and I think this is a important concept that should not left as a exercise or for learners teach themselves.
http://swcarpentry.github.io/python-novice-gapminder/08-data-frames/ mentions the use of "identifiers" (numbers or strings),
:and slice to select part of a dataframe. You can also use tuples/lists and I think this is a important concept that should not left as a exercise or for learners teach themselves.We should add something like
into that episode.