This package browser is in early development. Mind the rough edges.

python-pandas

Data structures for data analysis, time series, and statistics

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.

Installation

Install the latest version of python-pandas as follows:

guix install python-pandas

Or install a particular version:

guix install python-pandas@1.5.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-pandas about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-pandas'><img src='https://packages.guix.gnu.org/packages/python-pandas/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-pandas/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-pandas)

Example Org:

[[https://packages.guix.gnu.org/packages/python-pandas][https://packages.guix.gnu.org/packages/python-pandas/badges/latest-version.svg]]