How do I return a dataframe that has values in a particular range for all the columns. My dataframe is currently structured like this:
California Texas New York ...
200000 151000 900000
50000 160000 250000
75000 120000 171000
. . .
. . .
. . .
How do I return a new dataframe containing values in the range 150000-200000 for all the columns