Actions
Dataanalysiskickstarter » History » Revision 16
« Previous |
Revision 16/28
(diff)
| Next »
Nicolas Aunai, 24/12/2016 05:32 PM
Data analysis kickstarter¶
General Data Analysis¶
- Which library should I use to handle data series? ?
- Is there a library for plotting statistical data? ?
Space Plasmas Analysis¶
General Data Analysis¶
Which library should I use to handle data series?¶
You will want to use the python Pandas (check here for Pandas tips) for analyzing your data. It is in particular very well suited for time series analysis and enable you to very easily manipulate dates, missing data, etc.
Is there a library for plotting statistical data?¶
Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics. Check here for seaborn tips
Space Plasmas Data Analysis¶
How can I open a CDF file?¶
You should install Spacepy on your machine. Then import the module spacepy.pycdf
to load CDF files. Documentation for PYCDF is here
Updated by Nicolas Aunai almost 8 years ago · 16 revisions