A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pascal-schetelat/pandas below:

GitHub - pascal-schetelat/pandas: Flexible and powerful data analysis

pandas: powerful Python data analysis toolkit

pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any language. It is already well on its way toward this goal.

Here are just a few of the things that pandas does well:

The source code is currently hosted on GitHub at: http://github.com/pydata/pandas

Binary installers for the latest released version are available at the Python package index

http://pypi.python.org/pypi/pandas/

And via easy_install:

or pip:

Highly Recommended Dependencies Notes about HTML parsing libraries Installation from sources

To install pandas from source you need Cython in addition to the normal dependencies above. Cython can be installed from pypi:

In the pandas directory (same one where you found this file after cloning the git repo), execute:

or for installing in development mode:

Alternatively, you can use pip if you want all the dependencies pulled in automatically (the -e option is for installing it in development mode):

On Windows, you will need to install MinGW and execute:

python setup.py build --compiler=mingw32
python setup.py install

See http://pandas.pydata.org/ for more information.

BSD

The official documentation is hosted on PyData.org: http://pandas.pydata.org/

The Sphinx documentation should provide a good starting point for learning how to use the library. Expect the docs to continue to expand as time goes on.

Work on pandas started at AQR (a quantitative hedge fund) in 2008 and has been under active development since then.

Discussion and Development

Since pandas development is related to a number of other scientific Python projects, questions are welcome on the scipy-user mailing list. Specialized discussions or design issues should take place on the pystatsmodels mailing list / Google group, where scikits.statsmodels and other libraries will also be discussed:

http://groups.google.com/group/pystatsmodels


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4