Pandas

Introduction

Pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. Pandas is free software released under the three-clause BSD license.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit)

% /util/bin/python3
Python 3.3.0 (default, Mar 26 2013, 09:56:30) 
[GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pandas import *
>>> quit()


0.16.2 (default)

References

  1. https://en.wikipedia.org/wiki/Pandas_software
  2. http://pandas.pydata.org/