- 
DatetimeIndex.dropna(how='any')[source] - 
Return Index without NA/NaN values
Parameters: how : {?any?, ?all?}, default ?any?
If the Index is a MultiIndex, drop the value when any or all levels are NaN.
Returns: valid : Index
 
DatetimeIndex.dropna()
2025-01-10 15:47:30
            
          
Please login to continue.