In a dataset like this one (CSV format), where there are several columns with values, how can I use fillna alongside df.groupby("DateSent") t
fillna
df.groupby("DateSent")