some more polars, passing test_uploads
This commit is contained in:
@@ -208,7 +208,7 @@ def workouts_summaries_email_view(request):
|
||||
)
|
||||
df = dataprep.workout_summary_to_df(
|
||||
r, startdate=startdate, enddate=enddate)
|
||||
df.to_csv(filename, encoding='utf-8')
|
||||
df.write_csv(filename)
|
||||
_ = myqueue(queuehigh, handle_sendemailsummary,
|
||||
r.user.first_name,
|
||||
r.user.last_name,
|
||||
|
||||
Reference in New Issue
Block a user