You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_comments_product_feat(start_date, end_date):
if:pass
else:
comments = pd.read_csv(comment_path)
comment_date_end = end_date
comment_date_begin = comment_date[0]
for date in reversed(comment_date):
if date < comment_date_end:
# comment_date_begin = date
comment_date_end = date
break
The text was updated successfully, but these errors were encountered:
get_comments_product_feat(start_date, end_date):
if:pass
else:
comments = pd.read_csv(comment_path)
comment_date_end = end_date
comment_date_begin = comment_date[0]
for date in reversed(comment_date):
if date < comment_date_end:
# comment_date_begin = date
comment_date_end = date
break
The text was updated successfully, but these errors were encountered: