Azure ML Data Preparation RustLex
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
- gotcha Attempting to use `azureml-dataprep-rslex` directly for data manipulation or ML tasks is generally incorrect. Its functionality is exposed via higher-level `azureml-dataprep` or `azureml-sdk` APIs.
- gotcha Version mismatches between `azureml-dataprep-rslex` and other `azureml-*` packages (e.g., `azureml-dataprep` or `azureml-core`) can lead to runtime errors or unexpected behavior due to API inconsistencies.
Install
-
pip install azureml-dataprep-rslex
Imports
- azureml_dataprep_rslex
import azureml_dataprep_rslex
Quickstart
import azureml_dataprep_rslex
print(f"azureml-dataprep-rslex version: {azureml_dataprep_rslex.__version__}")