Hacker News new | ask | show | jobs
by gipp 4359 days ago
That's a pandas dataframe (idiomatically denoted df), not a list. It has funky slicing properties, and he's selecting columns of the dataframe in a perfectly valid way.