It's not clear what the following line of code is for:
|
ddf = ddf.drop(columns=['date', '0', '1', '2', '717', '718', '719']).persist().repartition(partition_size="20MB") |
It's also not clear why we use days_with_too_few_points twice, using date as agg_columns argument in the first instance and recorders in the second.
We need to ask @dkadish, but should probably collect other questions first.
It's not clear what the following line of code is for:
SoundADE/scripts/prefilter.py
Line 84 in f4a8655
It's also not clear why we use
days_with_too_few_pointstwice, usingdateasagg_columnsargument in the first instance andrecordersin the second.We need to ask @dkadish, but should probably collect other questions first.