Hi,

I have a DataFrame for which I want to filter rows that match a given 
criteria. I don't have the number of columns beforehand, so I cannot 
explicitly list the criteria with the :symbol syntax or write down a fixed 
number of indices.

Is there any way to filter with a lambda expression? Or even better, is 
there any efficient way to count the number of occurrences of a specific 
row of observations?

-Júlio

Reply via email to