In hong2p/util.py, on line 423 (commit d5ef8fc), missing values for 'stimulus_data_file' are imputed from preceding values in the column. We'd want to restrict this to only foward filling within combinations of (day, project), or something like that, to support maintaining missing values in some cases, so they can be handled differently downstream.
In hong2p/util.py, on line 423 (commit d5ef8fc), missing values for 'stimulus_data_file' are imputed from preceding values in the column. We'd want to restrict this to only foward filling within combinations of (day, project), or something like that, to support maintaining missing values in some cases, so they can be handled differently downstream.