Posts by Bruno Oliveira • 1 point
1 post
-
-2
votes1
answer37
viewsQ: Column filter and average calculation
good afternoon I am studying a datasets and need to find out the average price of houses with 2 bathrooms? I used the code: print(data["bathrooms","price"]]. groupby("bathrooms"). Mean()) Note: I am…
pythonasked Bruno Oliveira 1