SciQLop / speasy

Space Physics made EASY! A simple Python package to deal with main Space Physics WebServices (CDA,SSC,AMDA,..)
Other
24 stars 7 forks source link

It will be helpful to have the possibility to get a catalog as a pandas dataframe, for example: amda.get_catalog(...).to_dataframe() #35

Closed menouarazib closed 2 years ago

menouarazib commented 2 years ago

Description

Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
jeandet commented 2 years ago

@menouarazib this is implemented with #36, you can git it a try by installing this branch before PR get merged. You can use pip install git+https://github.com/jeandet/speasy@catalog_to_dataframe.