@@ -19,22 +19,22 @@ We'd like to make it easier for users to find these project, if you know of othe
19
19
substantial projects that you feel should be on this list, please let us know.
20
20
21
21
`Statsmodels <http://statsmodels.sourceforge.net >`__
22
- -----------
22
+ ----------------------------------------------------
23
23
24
24
Statsmodels is the prominent python "statistics and econometrics library" and it has
25
25
a long-standing special relationship with pandas. Statsmodels provides powerful statistics,
26
26
econometrics, analysis and modeling functionality that is out of pandas' scope.
27
27
Statsmodels leverages pandas objects as the underlying data container for computation.
28
28
29
29
`Vincent <https://github.com/wrobstory/vincent >`__
30
- -------
30
+ --------------------------------------------------
31
31
32
32
The `Vincent <https://github.com/wrobstory/vincent >`__ project leverages `Vega <https://github.com/trifacta/vega >`__
33
33
(that in turn, leverages `d3 <http://d3js.org/ >`__) to create plots . It has great support
34
34
for pandas data objects.
35
35
36
36
`yhat/ggplot <https://github.com/yhat/ggplot >`__
37
- -----------
37
+ ------------------------------------------------
38
38
39
39
Hadley Wickham's `ggplot2 <http://ggplot2.org/ >`__ is a foundational exploratory visualization package for the R language.
40
40
Based on `"The Grammer of Graphics" <http://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html >`__ it
@@ -46,7 +46,7 @@ progressing quickly in that direction.
46
46
47
47
48
48
`Seaborn <https://github.com/mwaskom/seaborn >`__
49
- -------
49
+ ------------------------------------------------
50
50
51
51
Although pandas has quite a bit of "just plot it" functionality built-in, visualization and
52
52
in particular statistical graphics is a vast field with a long tradition and lots of ground
@@ -56,7 +56,7 @@ more advanced types of plots then those offered by pandas.
56
56
57
57
58
58
`Geopandas <https://github.com/kjordahl/geopandas >`__
59
- ---------
59
+ ------------------------------------------------------
60
60
61
61
Geopandas extends pandas data objects to include geographic information which support
62
62
geometric operations. If your work entails maps and geographical coordinates, and
0 commit comments