Closed serbinsh closed 1 year ago
I was wrong, looks like load_data is adding additional unlabeled/documented columns to the right-hand side of the files? For example
note there is a column with -1 that isnt labled and I dont know if we need any of the other new cols
What is " names(X)[2] <- "prop""? Proportion of what? or the number of obs in the aggregation on line 61? Not very clear what this is for
I fixed this in my recent updates but continue the thread here: https://github.com/TESTgroup-BNL/NGSapFlux_r/issues/5
I noticed that sanity_check_fine is adding new columns to the data that in some cases dont have a column name or are not documented. its possible that we just need to do a little more cleaning of the dataframes before returning them to only keep the variables/outputs we need for the next step(s)