info
-
open source, bsd-licensed library
-
high-performace
-
easy to use data structures and data analysis tools
get pandas
-
dependencies
-
numpy 1.7.0 or higher
-
python-dateutil 1.5 or higher
-
pytz for time zone support
-
-
recommended dependencies
-
numexpr for accelerating certain numerical operations
-
bottlenect for accelerating certain types of
nan
evaluationsuses specialized cython routines to achieve large speedups
-
-
optional dependencies
-
cython only necessary to build development version 0.19.1 or higher
-
scipy miscellaneous statistical functions
-
pytables necessary for
hdf5-based storage
3.0.0 or higher -
sqlaichemy for sql database support 0.8.1 or higher
-
matplotlib for plotting
-
statsmodels needed for parts of
pandas.stats
-
openpyxl, xlrd/slwt 1.6.1 < openpyxml < 2.0.0 needed for excel i/o
-
xlsxwriter alternative excel writer
-
boto necessary for amazon s3 access
-
one of pyqt4, pyside, pygtk, xsel, or xclip necessary to use
read_clipboard()
-
google’s python-gflags and google-api-python-client needed for
gbq
-
setuptools needed for
gbq
-
httplib2 needed for
gbq
-
one of the following combinations of libraries in needed to use the top-level
read_html()
function-
beautifulsoup4 and lxml
-
beautifulsoup4 and html5lib and lxml
-
only lxml
-
-
installation instructions