Help me in machine learning

I whould like to check every single value in my dataset if it’s a NaN or not in julia
and put it in an other dataset like in the photo

in pyhton they use for that
“”" df.isna()“”"

please refrain from spamming

1 Like
isnan.(df)
1 Like