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. |
Beta Was this translation helpful? Give feedback.
-
I am trying to iterate over all columns of a dataframe and
filter
only those values that meet a condition, but I get aKeyError: 0
Code to replicate
Beta Was this translation helpful? Give feedback.
All reactions