azureml-dataprep
Azure ML Data Preparation SDK is used to load, transform, and write data for machine learning workflows
What it is and what it does
Azure ML Data Prep is a data handling SDK designed for machine learning workflows on Azure. It provides utilities to load, transform, and write data in formats suitable for ML pipelines. The package is marked as internal and not intended for direct use, suggesting it is primarily consumed as a dependency of higher-level Azure ML tools rather than as a standalone library.
The package supports Python 3.10 through 3.13 and has low install friction via a pure-Python wheel. Its runtime dependencies include Azure identity services, serialization tools (cloudpickle), and configuration utilities (jsonschema, pyyaml), reflecting its role within the Azure ML ecosystem. No known security vulnerabilities are recorded.
Use it for:
- Prepare and load data within Azure ML training pipelines and experiments
- Transform tabular data (CSV, Parquet, etc.) for ML model ingestion in Azure environments
- Write processed datasets back to cloud storage as part of ML workflows
- Handle data serialization and schema validation in distributed ML jobs on Azure
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Loads, transforms, and writes data for Azure Machine Learning workflows, with built-in support for multiple data formats and cloud integration.
Yes, if you are building on Azure ML and need data preparation within that ecosystem. No, if you need a general-purpose data manipulation library or are working outside Azure ML—use pandas, polars, or dask instead. The package's 'internal' designation and lack of standalone documentation suggest it is meant as a dependency, not a primary tool.
Install
azureml-dataprep on PyPI
pip
pip install azureml-dataprepuv
uv add azureml-datapreppoetry
poetry add azureml-dataprepInstalling azureml-dataprep
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained as of 18 days ago. Depends on several Azure and utility packages (cloudpickle, jsonschema, pyyaml) that are standard in ML environments.
License in practice
Licensed under a proprietary license with unclear terms. Review Microsoft's licensing documentation before deploying in production or redistributing.
Quickstart
pip install azureml-dataprep
import azureml.dataprep as dprep
df = dprep.read_csv('data.csv')
Requires Python >=3.10; intended for use within Azure ML workflows, not as a standalone library.
Verify before relying
- Specific data formats and transformations supported beyond 'load, transform, write'
- Whether direct use outside Azure ML environments is supported despite the 'internal' disclaimer
- Performance characteristics and scalability limits for large datasets
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — azureml-dataprep-native, azureml-dataprep-rslex, cloudpickle, azure-identity, jsonschema, pyyaml, pip |
| Maintenance | actively maintained — 18 days since the last release |
| First released | |
| Downloads | 997,554/month — #4,544 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azureml_dataprep-5.5.0-py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
azureml-dataprep-nativeProvides native code extensions for the…
unclear · top 15,000 on PyPI
azureml-dataprep-rslexA Rust-based execution engine for Azure Machine…
unclear · top 15,000 on PyPI
azureml-pipelineBuilds, optimizes, and manages machine learning…
unclear · top 15,000 on PyPI
azureml-pipeline-coreProvides core pipeline infrastructure for Azure…
unclear · top 15,000 on PyPI
azure-ml-componentAuthoring, managing, and submitting Azure…
unclear · top 15,000 on PyPI
azureml-dataset-runtimeCoordinates internal Azure Machine Learning SDK…
unclear · top 15,000 on PyPI
azureml-automl-coreProvides internal AutoML infrastructure and…
unclear · top 15,000 on PyPI
azureml-pipeline-stepsDefines step types for building computation…
unclear · top 15,000 on PyPI
azureml-train-automl-clientAutomatically selects and tunes machine…
unclear · top 15,000 on PyPI
azureml-sdkProvides a Python SDK to build, train, and…
unclear · top 15,000 on PyPI