giswqs commited on
Commit
cd6d588
·
1 Parent(s): 0b07920

Removed print function

Browse files
Files changed (1) hide show
  1. 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