Posts by user223834 • 39 points
1 post
-
3
votes2
answers172
viewsQ: Select Dataframe lines based on list of values for a column
I have a Dataframe with more than 5 thousand lines and more than 20 columns. I want to select only a few rows, second column match criteria with specific values SELECT * FROM dataframe WHERE…