Signature Description

enum class nan_policy : bool  {
    pad_with_nans = true,
    dont_pad_with_nans = false
}; 
        
Enumerated type of Boolean type to specify whether data should be padded with NaN or not
C++ DataFrame