Replies: 1 comment
|
I am actually a little bit hesitant to allow selecting columns by indices with evaluating context. Since indices wrapped by For a single number wrapped by This confusion does not exist with selecting context, for example, The best practice is to always use column names with evaluating context. |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to iterate over all columns of a dataframe and
filteronly those values that meet a condition, but I get aKeyError: 0Code to replicate
All reactions