Azure ML Data Preparation RustLex

2.25.4 · active · verified Mon Apr 13

This library serves as a low-level, performance-optimized Rust extension for Azure ML's data preparation capabilities. It is an internal dependency primarily utilized by higher-level packages like `azureml-dataprep` and `azureml-sdk`, rather than being intended for direct end-user interaction. It's currently at version 2.25.4 and follows the release cadence of the broader Azure ML SDK.

Warnings

Install

Imports

Quickstart

Demonstrates a minimal import and version check. This library is an internal component of the Azure ML SDK, and direct functional quickstarts for end-users are not applicable as its features are consumed through higher-level APIs like `azureml-dataprep`.

import azureml_dataprep_rslex

print(f"azureml-dataprep-rslex version: {azureml_dataprep_rslex.__version__}")

view raw JSON →