1
0
forked from tdwojak/Python2017

commited tasks

This commit is contained in:
s45150 2017-12-16 13:10:58 +01:00
parent d26963a968
commit 1ea9b5fc16

View File

@ -10,12 +10,12 @@ def wczytaj_dane():
return rooms_data
def most_common_room_number(dane):
d=dane
print d.columns
#mcrn= dane.val
#return mcrn
d=dane['Rooms']
d= d.value_counts()
print d[]
pass
def cheapest_flats(dane, n):
pass