from nbdev import nbdev_export
nbdev_export()Common Data Format (CDF)
CDFpp : A modern C++ header only cdf library with Python bindings
inspect_cdf
inspect_cdf (file_path:str, var_type:Literal['data','metadata','support_data','ignore_da ta']='data')
cdf2pl
cdf2pl (file_path:str, var_names:str|list[str])
Convert a CDF file to Polars Dataframe.
| Type | Details | |
|---|---|---|
| file_path | str | The path to the CDF file. |
| var_names | str | list[str] | |
| Returns | LazyFrame | A lazy dataframe containing the requested data. |