$npx skillfedfor your agent

Information Analysis packages

378 packages · page 6 of 10

Packages

vllm-cpu With conditions
PyPI · Information Analysis · released Aug 2026

vllm-cpu provides CPU-optimized inference for large language models with automatic detection of available CPU instruction sets (AVX2, AVX-512, AMX on x86; NEON, BF16, DOTPROD on ARM), packaged as a single unified wheel.

However, be aware it is community-maintained (not official vLLM), has 63 runtime dependencies creating medium install friction, and performance will be significantly…

Apache-2.0compiled wheel
255.5Kdownloads / mo
fiftyone Worth it
PyPI · Information Analysis · released Aug 2026

FiftyOne is a Python framework for building, visualizing, and evaluating computer vision datasets and models, with integrated labeling, model evaluation, and data quality tools.

Apache-2.0pure Python · 3.10+
254.5Kdownloads / mo
pyvistaqt Worth it
PyPI · Information Analysis · released Jul 2026

PyVistaQt integrates VTK 3D visualization with Qt GUI frameworks, letting you embed interactive 3D plots in Qt applications and update them in real-time.

Install it if you need to embed interactive 3D VTK plots in a Qt application.

MITpure Python · 3.10+
248.3Kdownloads / mo
wfdb Worth it
PyPI · Information Analysis · released Feb 2026

Read, write, process, and plot physiologic signal and annotation data in WFDB format, a standard for biomedical time-series data.

Install it if you work with physiologic signals in WFDB format or need to integrate PhysioNet datasets into Python workflows.

permissive licensepure Python · 3.9+
247.2Kdownloads / mo
pyap2 With conditions
PyPI · Information Analysis · released Jul 2026

Pyap2 detects and parses postal addresses from unstructured text using regex patterns, currently supporting US, Canadian, and British address formats.

MITpure Python
245.5Kdownloads / mo
fastnumbers With conditions
PyPI · Information Analysis · released Jun 2026

Converts strings and other inputs to numbers (int, float, or real) with fast, flexible error handling and type-checking functions that outperform Python's built-in int() and float().

MITcompiled wheel · 3.9+
240.7Kdownloads / mo
autogluon.multimodal Worth it
PyPI · Information Analysis · released Aug 2026

AutoGluon Multimodal automates machine learning on image, text, and mixed-data tasks, training and deploying high-accuracy models with minimal code using deep learning and foundation models.

Apache-2.0pure Python
239.7Kdownloads / mo
facets-overview With conditions
PyPI · Information Analysis · released May 2023

Generates summary statistics for dataset features and creates interactive visualizations of data distributions, supporting both numeric and categorical columns from pandas DataFrames or TensorFlow records.

However, it is abandoned and unmaintained since May 2023, so compatibility with current versions of numpy, pandas, protobuf, and Jupyter is uncertain.

permissive licensepure Pythonabandoned
239.3Kdownloads / mo
itk-core With conditions
PyPI · Information Analysis · released Aug 2026

itk-core provides Python bindings to the Insight Toolkit's core image processing and analysis algorithms, enabling N-dimensional image segmentation, registration, and scientific image manipulation.

Apache-2.0compiled wheel · 3.8+
235.7Kdownloads / mo
litdata With conditions
PyPI · Information Analysis · released Aug 2026

LitData optimizes and streams large datasets for PyTorch training by chunking data into efficient formats and loading directly from cloud storage or local paths without full local downloads.

permissive licensepure Python · 3.10+
233.6Kdownloads / mo
itk-filtering Worth it
PyPI · Information Analysis · released Aug 2026

itk-filtering provides Python bindings for ITK's N-dimensional image filtering algorithms, enabling medical image processing operations like smoothing, edge detection, and morphological transformations.

Install it if you need ITK filtering operations in Python; the binary wheels reduce friction.

Apache-2.0compiled wheel · 3.8+
233.1Kdownloads / mo
itk-numerics With conditions
PyPI · Information Analysis · released Aug 2026

itk-numerics provides Python bindings for ITK's N-dimensional image processing, segmentation, and registration algorithms, focusing on the numerical computation core.

Apache-2.0compiled wheel · 3.8+
233.1Kdownloads / mo
copernicusmarine With conditions
PyPI · Information Analysis · released May 2026

Copernicusmarine provides a CLI and Python API to query, filter, and download marine oceanographic data from the Copernicus Marine Service, including subsetting to NetCDF or Zarr formats.

The main gotchas are the Python 3.10+ requirement, the xarray/numpy compatibility caveat, and unclear license metadata—verify the EUPL terms apply to your use case…

license unclearpure Python · 3.10+
232.9Kdownloads / mo
cwl-utils Worth it
PyPI · Information Analysis · released Aug 2026

Loads, parses, and manipulates Common Workflow Language (CWL) documents across versions 1.0, 1.1, and 1.2, providing autogenerated typed classes and CLI utilities for workflow introspection and transformation.

Apache-2.0pure Python
230.2Kdownloads / mo
itk-io With conditions
PyPI · Information Analysis · released Aug 2026

itk-io provides Python bindings for reading and writing medical and scientific image files in multiple formats as part of the Insight Toolkit ecosystem.

Apache-2.0compiled wheel · 3.8+
229.9Kdownloads / mo
arcgis With conditions
PyPI · Information Analysis · released Apr 2026

Access Esri's ArcGIS services and geospatial data through Python, enabling vector and raster analysis, geocoding, mapping, and GIS administration from a single library.

However, review the Esri MLA license terms carefully before use in commercial or redistributed contexts, and be aware that the 25 runtime dependencies create a…

license unclearpure Python
229.3Kdownloads / mo
hampel With conditions
PyPI · Information Analysis · released Sep 2023

Hampel detects and filters outliers in time-series data by comparing each observation against the Median Absolute Deviation within a sliding window, replacing anomalies with median values.

However, verify that breaking changes in version 1.0.1 do not affect your use case, and be aware that numpy and pandas are substantial dependencies.

MITbuilds from source · 3.8+dormant
228.5Kdownloads / mo
dissect.cstruct Worth it
PyPI · Information Analysis · released Nov 2025

Parse binary data using C-like structure definitions, converting raw bytes into typed Python objects and back again.

Apache-2.0pure Python · 3.10+
227.9Kdownloads / mo
h3-pyspark With conditions
PyPI · Information Analysis · released Mar 2022

Provides PySpark bindings for H3, enabling hexagonal geospatial indexing operations on distributed DataFrames—converting coordinates to H3 cells, indexing geometries, and performing spatial joins at scale.

However, be aware that the package is dormant; verify compatibility with your PySpark and H3 versions before committing to production.

MITpure Python · 3.6+dormant
225.6Kdownloads / mo
itk Worth it
PyPI · Information Analysis · released Aug 2026

ITK provides N-dimensional scientific image processing, segmentation, and registration capabilities through a Python interface to a cross-platform C++ toolkit.

Install it if you need production-grade medical or scientific image processing with segmentation and registration.

Apache-2.0compiled wheel · 3.8+
222.6Kdownloads / mo
simplemma Worth it
PyPI · Information Analysis · released Aug 2026

Simplemma converts inflected word forms to their dictionary base forms (lemmas) across 54 languages using pure Python with no external dependencies or model downloads.

Install it for baseline NLP work, teaching, or low-resource settings; do not install it if you need the highest accuracy and can afford the overhead of neural pipelines.

MITpure Python · 3.10+
220.5Kdownloads / mo
DAWG-Python With conditions
PyPI · Information Analysis · released Apr 2015

Reads DAWG (Directed Acyclic Word Graph) files created by the dawgdic C++ library or DAWG Python package, providing pure-Python access without compiled extensions.

MITpure Pythondormant
219.9Kdownloads / mo
img2table With conditions
PyPI · Information Analysis · released May 2026

Identifies and extracts tables from images and PDF files using OpenCV-based image processing, with optional OCR integration to parse table content.

MITcompiled wheel
218.6Kdownloads / mo
trec-car-tools With conditions
PyPI · Information Analysis · released Feb 2022

Provides Python and Java bindings to read TREC Complex Answer Retrieval track data in CBOR format, including paragraph collections, outlines, and Wikipedia articles with preserved hyperlinks.

However, the aging maintenance status (last release 2022-02-01) means you should verify compatibility with your Python version and check whether the cbor library…

permissive licensepure Pythonaging
217.8Kdownloads / mo
carelytics With conditions
PyPI · Information Analysis · released Nov 2025

Carelytics provides healthcare data cleaning, validation, and predictive analytics for revenue cycle management, including denial prediction, readmission risk modeling, and FHIR-compliant data standardization.

However, the package is early-stage (270 days old, no visible recent commits), so verify that the FHIR parsing, de-identification, and prediction models meet your…

MITpure Python · 3.7+aging
217.1Kdownloads / mo
pymorphy2 With conditions
PyPI · Information Analysis · released Sep 2020

Morphological analyzer and inflection engine for Russian and Ukrainian text, performing part-of-speech tagging and word form generation.

However, be aware that maintenance is dormant—no updates since 2020—so you should verify compatibility with your Python version and consider whether you need active…

MITpure Pythondormant
215.9Kdownloads / mo
h2o With conditions
PyPI · Information Analysis · released Aug 2026

H2O is a distributed machine learning and statistical analysis platform that scales algorithms over large datasets, offering Python interfaces to build and deploy predictive models.

However, the high install friction and large package footprint require adequate disk and memory resources.

Apache-2.0builds from source · 3.7+2 known vulnerabilities
215.7Kdownloads / mo
kreuzberg With conditions
PyPI · Information Analysis · released Jul 2026

Extracts text, tables, images, and metadata from 91+ file formats including PDFs, Office documents, and images, with native async/await support and multiple OCR backends.

MITcompiled wheel · 3.10+
215.4Kdownloads / mo
itk-segmentation With conditions
PyPI · Information Analysis · released Aug 2026

Provides Python bindings for ITK's segmentation algorithms, enabling N-dimensional medical image segmentation and classification on cross-platform systems.

Apache-2.0compiled wheel · 3.8+
214.3Kdownloads / mo
itk-registration With conditions
PyPI · Information Analysis · released Aug 2026

itk-registration provides Python bindings for ITK's image registration algorithms, enabling alignment and correspondence mapping between medical and scientific images.

Not recommended if you need only basic image alignment—evaluate whether ITK's scope matches your use case first.

Apache-2.0compiled wheel · 3.8+
211.9Kdownloads / mo
icd-mappings Worth it
PyPI · Information Analysis · released Apr 2026

Maps ICD diagnostic codes between versions (ICD-9 to ICD-10 and vice versa) and to clinical classification systems like CCS, CCI, and pediatric complex chronic conditions categories with a single function call.

MITpure Python
210.3Kdownloads / mo
sdmx1 Worth it
PyPI · Information Analysis · released Aug 2026

Reads, writes, and exchanges statistical data and metadata in SDMX formats (XML, JSON, CSV) and integrates with pandas for analysis.

Apache-2.0pure Python · 3.10+
209.9Kdownloads / mo
pandas-ta-classic Worth it
PyPI · Information Analysis · released Jun 2026

Pandas TA Classic provides 193 technical indicators and 62 native candlestick patterns as a Pandas DataFrame extension, enabling technical analysis workflows without requiring TA-Lib.

Install it if you need technical analysis indicators in pandas workflows and want to avoid TA-Lib compilation or licensing complexity.

permissive licensepure Python · 3.10+
208.8Kdownloads / mo
vega-datasets With conditions
PyPI · Information Analysis · released Nov 2020

Provides offline and online access to Vega datasets as Pandas DataFrames, with a half-dozen datasets bundled locally and fallback to HTTP for others.

However, do not rely on it for production pipelines or expect updates to bundled datasets or compatibility with future pandas versions.

MITpure Python · 3.5+abandoned
199.9Kdownloads / mo
pymorphy2-dicts-ru With conditions
PyPI · Information Analysis · released Oct 2020

Provides Russian morphological dictionaries for the pymorphy2 library, enabling Russian language text analysis and morphological parsing.

However, verify that its dictionary data meets your orthography and morphology standards—no updates have been released since 2020, so it may not reflect recent…

MITpure Pythondormant
198.1Kdownloads / mo
fasttext-langdetect Worth it
PyPI · Information Analysis · released May 2026

Identifies the language of UTF-8 text using Facebook's pretrained fastText lid.176 model, supporting 176 languages with optional memory-efficient compressed mode.

Install it if you need fast, accurate language identification across 176 languages without external service calls.

MITpure Python · 3.9+
194.3Kdownloads / mo
grafana-client Worth it
PyPI · Information Analysis · released Apr 2026

A Python client library for the Grafana HTTP API, supporting both synchronous and asynchronous operations to manage dashboards, users, teams, data sources, and other Grafana resources.

Install it if you need to programmatically manage Grafana resources.

MITpure Python · 3.7+
191.1Kdownloads / mo
percentify Worth it
PyPI · Information Analysis · released Jul 2026

Percentify provides one-call exploratory statistics and data-quality diagnostics for pandas and Polars DataFrames, ranking issues worst-first with suggested fixes.

Apache-2.0pure Python · 3.10+
191.0Kdownloads / mo
napari With conditions
PyPI · Information Analysis · released Jul 2026

napari is an interactive, multi-dimensional image viewer for Python that lets you browse, annotate, and analyze large n-dimensional images through a Qt-based GUI with GPU-accelerated rendering.

Not recommended if you need headless batch processing or have minimal GPU/display infrastructure.

BSD-3-Clausepure Python · 3.11+
189.5Kdownloads / mo
dissect.util With conditions
PyPI · Information Analysis · released Feb 2026

Provides utility functions and decompression algorithms (LZ4, LZO) for the Dissect forensic analysis framework, with optional native Rust implementations for performance.

Apache-2.0pure Python · 3.10.0+
188.4Kdownloads / mo