Hacker News new | ask | show | jobs
by filmor 3644 days ago
It's inconsistent though, as iterating over a dataframe like

    for c in df:
will return the column labels. I expect `len(obj)` to return the same as `len([i for i in obj])`.