Language

Package: python2-pandas @ 0.24.2

Synopsis

Data structures for data analysis, time series, and statistics

Description

Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with structured (tabular, multidimensional, potentially heterogeneous) and time series data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.

Home page
https://pandas.pydata.org
Location
gnu/packages/python-science.scm (line: 442, column: 4)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?