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, d_time would be returned if in dataframe.
function of dascore.core.spool | 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, d_time would be returned if in dataframe.