Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
my-package.ext (implicit)
filename:my-package.ext (explicit)

Search by package tag:
latest (implicit)
tag:latest (explicit)

Search by package version:
1.0.0 (implicit)
version:1.0.0 (explicit)
prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Go, Helm, Hex, LuaRocks, Maven, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial
 Public agriconnect agriconnect (AgriConnect) / python
Prebuilt wheel for Python packages

Python logo pandas  0.24.2

One-liner (summary)

Powerful 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. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any language. It is already well on its way toward this goal.

pandas is well suited for many different kinds of data:

  • Tabular data with heterogeneously-typed columns, as in an SQL table or Excel spreadsheet
  • Ordered and unordered (not necessarily fixed-frequency) time series data.
  • Arbitrary matrix data (homogeneously typed or heterogeneous) with row and column labels
  • Any other form of observational / statistical data sets. The data actually need not be labeled at all to be placed into a pandas data structure

The two primary data structures of pandas, Series (1-dimensional) and DataFrame (2-dimensional), handle the vast majority of typical use cases in finance, statistics, social science, and many areas of engineering. For R users, DataFrame provides everything that R's data.frame provides and much more. pandas is built on top of NumPy and is intended to integrate well within a scientific computing environment with many other 3rd party libraries.

Here are just a few of the things that pandas does well:

  • Easy handling of missing data (represented as NaN) in floating point as well as non-floating point data
  • Size mutability: columns can be inserted and deleted from DataFrame and higher dimensional objects
  • Automatic and explicit data alignment: objects can be explicitly aligned to a set of labels, or the user can simply ignore the labels and let Series, DataFrame, etc. automatically align the data for you in computations
  • Powerful, flexible group by functionality to perform split-apply-combine operations on data sets, for both aggregating and transforming data
  • Make it easy to convert ragged, differently-indexed data in other Python and NumPy data structures into DataFrame objects
  • Intelligent label-based slicing, fancy indexing, and subsetting of large data sets
  • Intuitive merging and joining data sets
  • Flexible reshaping and pivoting of data sets
  • Hierarchical labeling of axes (possible to have multiple labels per tick)
  • Robust IO tools for loading data from flat files (CSV and delimited), Excel files, databases, and saving / loading data from the ultrafast HDF5 format
  • Time series-specific functionality: date range generation and frequency conversion, moving window statistics, moving window linear regressions, date shifting and lagging, etc.

Many of these principles are here to address the shortcomings frequently experienced using other languages / scientific research environments. For data scientists, working with data is typically divided into multiple stages: munging and cleaning data, analyzing / modeling it, then organizing the results of the analysis into a form suitable for plotting or tabular display. pandas is the ideal tool for all of these tasks.

Size

26.0 MB

Downloads

71

Tags

bdist/wheel whl linux_armv7l cp36 cp36m latest

Status  Completed
Checksum (MD5) 13950be684e58677bfe35d6f18c1a8b2
Checksum (SHA-1) c0d0dcee77fbffd64a1ac268128c42ba8427ca19
Checksum (SHA-256) 8d4dacb7eadd096dba76aba50d98c1b2110df8a6e7d8f0d137df5652a7a2dfc3
Checksum (SHA-512) cb91b9765a2f9938d9899d199af6cbc0b6e26dcb6f4966a44fe0571e1584c21fcd…
GPG Signature
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 5 years, 1 month ago
Uploaded By quan
Slug Id pandas-0242-cp36-cp36m-linux_armv7lwhl
Unique Id 0jPSOMcEI2fV
Version (Raw) 0.24.2
Version (Parsed)
  • Major: 0
  • Minor: 24
  • Patch: 2
  • Type: SemVer (Strict)
  extended metadata
Abi cp36m
Author The PyData Development Team <pydata@googlegroups.com>
Classifiers Development Status :: 5 - Production/Stable | Environment :: Console | Intended Audience :: Science/Research | Operating System :: OS Independent | Programming Language :: Cython | Programming Language :: Python | Programming Language :: Python :: 2 | Programming Language :: Python :: 2.7 | Programming Language :: Python :: 3 | Programming Language :: Python :: 3.5 | Programming Language :: Python :: 3.6 | Programming Language :: Python :: 3.7 | Topic :: Scientific/Engineering
Homepage URL http://pandas.pydata.org
Metadata Version 2.1
Platforms any
Py Filetype bdist_wheel
Py Version cp36
pkg pandas-0.24.2-cp36-cp36m-linux_… 71
26.0 MB
md5 sha1 sha256 sha512
Package Contents (pandas-0.24.2-cp36-cp36m-linux_armv7l.whl)
Loading...

This package has 879 files/directories.

Security Scanning:
You can't see this because your subscription doesn't include this feature, sorry!

With Security Scanning, Cloudsmith will scan your artifacts for vulnerabilities when they're uploaded. These are then presented to you via the UI and the API, so that you can build rules into your CI/CD pipelines to decide how to handle low, medium, high and critical software vulnerabilities.

If you'd like to trial or ask about the Security Scanning feature, just ask us. We'll be happy to help!

Last scanned

1 week, 6 days ago

Scan result

Clean

Vulnerability count

0

Max. severity

Medium

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'pandas' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/pandas/0.24.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/?render=true)](https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/pandas/0.24.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/)
|This version of 'pandas' @ Cloudsmith|
.. |This version of 'pandas' @ Cloudsmith| image:: https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/pandas/0.24.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/?render=true
   :target: https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/pandas/0.24.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/
image::https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/pandas/0.24.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/?render=true[link="https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/pandas/0.24.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/",title="This version of 'pandas' @ Cloudsmith"]
<a href="https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/pandas/0.24.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/pandas/0.24.2/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/?render=true" alt="This version of 'pandas' @ Cloudsmith" /></a>

rendered as: This version of 'pandas' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'pandas' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/pandas/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/?render=true&show_latest=true)](https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/pandas/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/)
|Latest version of 'pandas' @ Cloudsmith|
.. |Latest version of 'pandas' @ Cloudsmith| image:: https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/pandas/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/?render=true&show_latest=true
   :target: https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/pandas/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/
image::https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/pandas/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/?render=true&show_latest=true[link="https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/pandas/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/",title="Latest version of 'pandas' @ Cloudsmith"]
<a href="https://cloudsmith.io/~agriconnect/repos/python/packages/detail/python/pandas/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/agriconnect/python/python/pandas/latest/a=linux_armv7l;xa=cp36m;xf=bdist_wheel;xn=pandas;xv=cp36/?render=true&show_latest=true" alt="Latest version of 'pandas' @ Cloudsmith" /></a>

rendered as: Latest version of 'pandas' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use pandas @ version 0.24.2 ...

pip install 'pandas==0.24.2'

You can also install the latest version of this package:

pip install --upgrade 'pandas'

If necessary, you can specify the repository directly:

pip install \
  --index-url=https://dl.cloudsmith.io/public/agriconnect/python/python/simple/ \
  pandas==0.24.2

If you've got a project requirements.txt file, you can specify this as a dependency:

--index-url=https://dl.cloudsmith.io/public/agriconnect/python/python/simple/
pandas==0.24.2

In addition, you can use this repository as an extra index url. However, please read our documentation on this parameter before using it. For example in a requirements.txt file:

--extra-index-url=https://dl.cloudsmith.io/public/agriconnect/python/python/simple/
pandas==0.24.2
Warning: We highly recommend using pip (or similar) rather than installing directly.
Previous Version
Next Version
Top