snowflake.snowpark.DataFrame.na¶
- property DataFrame.na: DataFrameNaFunctions[source]¶
Returns a
DataFrameNaFunctions
object that provides functions for handling missing values in the DataFrame.
Returns a DataFrameNaFunctions
object that provides functions for
handling missing values in the DataFrame.