@abe wrote:
This seems like a pretty basic operation, but I’m having difficulty figuring it out. In dplyr I’d do something like filtering based on !is.na(my_field), but I’m not sure what the equivalent Julia/DataFramesMeta is. I have @linq statements, and I’ve tried a variety of solutions (like filtering out missing) which haven’t worked. How can I filter out rows with NaN in specific fields within my linq statements?
Thank you!
Posts: 1
Participants: 1