skillfed

azureml-dataprep

Azure ML Data Preparation SDK is used to load, transform, and write data for machine learning workflows

azureml-dataprep v5.5.0 997.6K downloads/30d#4,544 on PyPI
License unclear Active released

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-dataprep

uv

uv add azureml-dataprep

poetry

poetry add azureml-dataprep

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: Science/ResearchLicense :: Other/Proprietary LicenseOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIX :: LinuxProgramming Language :: PythonProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Scientific/Engineering

Tags

azure machine learning data preparationml data loading and transformationazure data prep sdkcloud ml data pipelinedata preprocessing for azure ml
azure-mldata-pipeline

More Scientific/Engineering packages