1
0
Fork 0

[homework lab6] ready for review

This commit is contained in:
s45155 2018-01-21 13:03:13 +01:00
parent 2077881ae8
commit 8c2bf093de
1 changed files with 1 additions and 0 deletions

View File

@ -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))