heliopy.data.util.cdf2df(cdf, index_key, dtimeindex=True, badvalues=None, ignore=None)¶Converts a cdf file to a pandas dataframe.
Note that this only works for 1 dimensional data, other data such as distribution functions or pitch angles will not work properly.
| Parameters: |
|
|---|---|
| Returns: | df – Data frame with read in data. |
| Return type: |