About Anaconda Help Download Anaconda

sfe1ed40 / packages / datasketches 4.1.0

The Apache DataSketches Library for Python

Installers

  • osx-arm64 v4.1.0
  • linux-s390x v4.1.0
  • linux-64 v4.1.0
  • osx-64 v4.1.0
  • linux-aarch64 v4.1.0
  • win-64 v4.1.0
  • linux-ppc64le v4.1.0

conda install

To install this package run one of the following:
conda install sfe1ed40::datasketches

Description

A software library of stochastic streaming algorithms. In the analysis of big data there are often problem queries that don't scale because they require huge compute resources and time to generate exact results. Examples include count distinct, quantiles, most-frequent items, joins, matrix computations, and graph analysis. If approximate results are acceptable, there is a class of specialized algorithms, called streaming algorithms, or sketches that can produce results orders-of magnitude faster and with mathematically proven error bounds. For interactive queries there may not be other viable alternatives, and in the case of real-time analysis, sketches are the only known solution. This package provides a variety of sketches as described below. Wherever a specific type of sketch exists in Apache DataSketches packages for other languages, the sketches will be portable between languages (for platforms with the same endianness).


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy