Unexpected NA values when using purrr's map_df to combine list of data frames in R
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-10
r purrr data.frame
I'm trying to combine a list of data frames using `purrr::map_df`, but I'm encountering unexpected `NA` values in the resulting data frame. I have a list of thr...