Dataanalysiskickstarter » History » Version 15
Nicolas Aunai, 24/12/2016 05:21 PM
1 | 1 | Nicolas Aunai | # Data analysis kickstarter |
---|---|---|---|
2 | |||
3 | |||
4 | 15 | Nicolas Aunai | ## General Data Analysis |
5 | |||
6 | 12 | Nicolas Aunai | * [Which library should I use to handle data series?](#Which-library-should-I-use-to-handle-data-series) ? |
7 | * [Is there a library for plotting statistical data?](#Is-there-a-library-for-plotting-statistical-data) ? |
||
8 | 3 | Nicolas Aunai | |
9 | 7 | Nicolas Aunai | |
10 | 15 | Nicolas Aunai | |
11 | ## Space Plasmas analysis |
||
12 | |||
13 | * How can I open a CDF file? |
||
14 | * |
||
15 | |||
16 | |||
17 | 8 | Nicolas Aunai | ---- |
18 | 5 | Nicolas Aunai | |
19 | 1 | Nicolas Aunai | |
20 | 15 | Nicolas Aunai | ### Which library should I use to handle data series? |
21 | |||
22 | 1 | Nicolas Aunai | You will want to use the python [Pandas](http://pandas.pydata.org) [[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. |
23 | |||
24 | |||
25 | 15 | Nicolas Aunai | ### Is there a library for plotting statistical data? |
26 | 1 | Nicolas Aunai | |
27 | 14 | Nicolas Aunai | [Seaborn](http://seaborn.pydata.org) is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics. [[Seaborn| Check here for seaborn tips]] |