Package Details - python3-pandas
Metadata
- Version
- 2.2.3+dfsg-9
- Architecture
all- Section
universe/python- Priority
optional- Source
pandas- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://pandas.pydata.org/
- Description
data structures for "relational" or "labeled" data
Relations
Depends
python3-dateutil
python3-numpy (>= 1:1.23.2~)
|
python3-supported-max (<< 3.11)
|
python3-supported-min (>= 3.12)
python3-numpy (>= 1:1.23.2~)
|
python3-supported-max (<< 3.12)
python3-numpy (>= 1:1.23.2~)
|
python3-supported-min (>= 3.11)
python3-pytz
python3:any
python3-numpy
python3-pandas-lib (>= 2.2.3+dfsg)
tzdata
Recommends
python3-scipy
python3-matplotlib
python3-tz
python3-bottleneck
python3-numexpr
python3-odf
python3-openpyxl
python3-bs4
python3-html5lib
python3-lxml
python3-tables
python3-jinja2
Suggests
Breaks
augur (<< 24.4.0-1~)
cnvkit (<< 0.9.10~)
python3-altair (<< 5.0.1~)
python3-anndata (<= 0.8.0-4)
python3-biom-format (<< 2.1.15.2-3~)
python3-cfgrib (<= 0.9.9-1)
python3-cooler (<< 0.9.3~)
python3-dask (<< 2023.12.1~)
python3-dials (<< 3.17.0~)
python3-dyda (<= 1.41.1-1.1)
python3-emperor (<< 1.0.3+ds-9~)
python3-esda (<= 2.5.1-1)
python3-feather-format (<< 0.3.1+dfsg1-8~)
python3-hypothesis (<< 6.83.1~)
python3-influxdb (<< 5.3.2-1~)
python3-joypy (<= 0.2.2-2)
python3-jsonpickle (<< 3.0.2+dfsg-1~)
python3-mirtop (<< 0.4.25-5~)
python3-nanoget (<< 1.19.3~)
python3-pauvre (<< 0.2.3-3~)
python3-pyani (<< 0.2.12-3~)
python3-pymatgen (<< 2024.1.27~)
python3-pyranges (<= 0.0.111+ds-6)
python3-seaborn (<< 0.13.0~)
python3-skbio (<< 0.5.9~)
python3-sklearn-pandas (<= 2.2.0-1.1)
python3-statsmodels (<< 0.14.2~)
python3-sunpy (<< 5.1.0-1~)
python3-ulmo (<= 0.8.8+dfsg1-2)
python3-upsetplot (<< 0.8.0-3~)
python3-xarray-sentinel (<< 0.9.5+ds-2~)
q2-cutadapt (<< 2023.7.0-1~)
q2-demux (<= 2023.9.1+dfsg-1)
q2-quality-control (<= 2022.11.1-2)
q2-taxa (<= 2023.9.0+dfsg-1)
q2-types (<= 2023.9.0-1)
q2templates (<= 2023.9.0+ds-1)
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Step 2: Install the package
sudo apt install python3-pandas
Status & Files
Storage State: Physical (Cached)
Download Size: 3039 KB
Installed Size: 22371 B
Component: universe
Hashes
SHA256: 038d630a734c21959de3d9582e8569185b0c9bd228ae642e2687c8ca86771ece SHA1: 3fce1567b47b35722b79360d206c111197207b1a MD5: 1ac0be0d8718cb4fd6b2c217956c70d2What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.