Relative Content

Tag Archive for rowpython-xarraynetcdf4

How to delete rows in an xarray containing a certain date?

I have an xarray containing data from an NetCDF4 data file.
This xarray has a time column where several rows probably contain missing data. Their time stamp is always ‘1904-01-01T00:00:00.000000’. But no specific NAN values. Also the other data columns have different than NAN unvalid values.
How can I delete these rows anyhow?