File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ see the commit logs at http://github.com/wesm/pandas
8
8
What is it
9
9
----------
10
10
11
- ** pandas ** is a library of powerful labeled-axis data structures, statistical
12
- tools, and general code for working with relational data sets, including time
13
- series and cross-sectional data . It was designed with the practical needs of
14
- statistical modeling and large, inhomogeneous data sets in mind. It is
15
- particularly well suited for, among other things, financial data analysis
16
- applications .
11
+ pandas is a Python package providing fast, flexible, and expressive data
12
+ structures designed to make working with “ relational” or “labeled” data both
13
+ easy and intuitive . It aims to be the fundamental high-level building block for
14
+ doing practical, real world data analysis in Python. Additionally, it has the
15
+ broader goal of becoming the most powerful and flexible open source data
16
+ analysis / manipulation tool available in any language .
17
17
18
18
Where to get it
19
19
---------------
You can’t perform that action at this time.
0 commit comments