python-pandas 1.5.3
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.
- Website: https://pandas.pydata.org
- Licenses: Modified BSD
- Package source: gnu/packages/python-science.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-pandas 1.5.3
as follows:
guix install python-pandas@1.5.3
Or install the latest version:
guix install python-pandas
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.