get_dim_names_from_columns
get_dim_names_from_columns(
df: DataFrame ,
)-> ‘list[str]’
Returns the names of columns which represent and range in the dataframe.
For example, time_min, time_max, time_step would be returned if in dataframe.
function of dascore.utils.pd | source |
get_dim_names_from_columns(
df: DataFrame ,
)-> ‘list[str]’
Returns the names of columns which represent and range in the dataframe.
For example, time_min, time_max, time_step would be returned if in dataframe.