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.