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.
pip install azureml-dataprep-rslexVerified import paths — ran on the pinned version, not inferred.
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`.
Interact with Azure ML data preparation through `azureml.dataprep` or `azureml.core` modules instead, which leverage this component internally.
Ensure all `azureml-*` packages are installed from the same major/minor release of the Azure ML SDK. The recommended approach is to install `azureml-sdk` which manages compatible dependencies. For example, `pip install --upgrade azureml-sdk[full]`.
No dependency data recorded yet.