Spaces:
Sleeping
Sleeping
Removed print function
Browse files- apps/housing.py +0 -1
apps/housing.py
CHANGED
@@ -121,7 +121,6 @@ def get_start_end_year(df):
|
|
121 |
|
122 |
|
123 |
def get_periods(df):
|
124 |
-
print(df.columns)
|
125 |
return [str(d) for d in list(set(df["month_date_yyyymm"].tolist()))]
|
126 |
|
127 |
|
|
|
121 |
|
122 |
|
123 |
def get_periods(df):
|
|
|
124 |
return [str(d) for d in list(set(df["month_date_yyyymm"].tolist()))]
|
125 |
|
126 |
|