forked from tdwojak/Python2017
[homework lab6] ready for review
This commit is contained in:
parent
2077881ae8
commit
8c2bf093de
@ -24,6 +24,7 @@ def most_common_room_number(dane):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
def cheapest_flats(dane, n):
|
||||
dane2 = dane.sort_values(by=['Expected'])
|
||||
return(dane2.head(n))
|
||||
|
Loading…
Reference in New Issue
Block a user