fix filter to get everything working and to Profile Data as well.
Need to incorporate flag filtering. Bring flags Sample Table in.
To do this:
join sample data with flag sample table, i.e. full_join(df, df_flags)
spread flag column to multiple columns for each flag
filter if that column is not NA
fix filter to get everything working and to Profile Data as well. Need to incorporate flag filtering. Bring flags Sample Table in.
To do this: join sample data with flag sample table, i.e. full_join(df, df_flags) spread flag column to multiple columns for each flag filter if that column is not NA