Skip to main content

Filesystem interface to Azure Machine Learning defined URIs

Getting started

This package can be installed using:

pip install azureml-fsspec

Examples

Accepted uri format is Azure Machcine Learning defined datastore uri: azureml://subscriptions/([^/]+)/resourcegroups/([^/]+)/workspaces/([^/]+)/datastores/([^/]+)/paths/([^/]+)

# load parquet file to pandas
import pandas
df = pandas.read_parquet('azureml://subscriptions/{sub_id}/resourcegroups/{rs_group}/workspaces/{ws}
                          /datastores/workspaceblobstore/paths/myfolder/mydata.parquet')

# load csv file to pandas
import pandas
df = pandas.read_csv('azureml://subscriptions/{sub_id}/resourcegroups/{rs_group}/workspaces/{ws}
                          /datastores/workspaceblobstore/paths/myfolder/mydata.csv')

# load parquet file to dask
import dask.dataframe as dd
df = dd.read_parquet('azureml://subscriptions/{sub_id}/resourcegroups/{rs_group}/workspaces/{ws}
                          /datastores/workspaceblobstore/paths/myfolder/mydata.parquet')

# load csv file to dask
import dask.dataframe as dd
df = dd.read_csv('azureml://subscriptions/{sub_id}/resourcegroups/{rs_group}/workspaces/{ws}
                          /datastores/workspaceblobstore/paths/myfolder/mydata.csv')

Release History

1.4.0 (04-16-2026)

Features Added

  • added support for python 3.12 and 3.13

Bugs Fixed

  • Updated azureml-dataprep dependency to 5.4.0 or newer to avoid pkg_resources import failures with recent setuptools versions.

1.3.1 (02-05-2024)

Features Added

  • added support for using mlclient for authorization

1.3.0 (01-17-2024)

Features Added

  • added registry support for fsspec.

1.2.0 (08-14-2023)

Features Added

  • added auth dict support (SP and managedIdentity) for fsspec.
  • added user exception mapping

1.1.0 (06-01-2023)

Features Added

  • upload/download performance improvement

1.0.0 (04-07-2023)

Features Added

  • Added upload/download API
  • bugfix(root behavior)

0.1.0b1

Features Added

  • Initial public preview release of FileSystem for Azure Machine Learning defined datastore uri

0.1.0b2

Features Added

  • Fix release notes

0.1.0b3

Features Added

  • Add mode in open API
  • Add validation
  • Upgrade dataprep to 4.8

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

azureml_fsspec-1.4.0-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file azureml_fsspec-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: azureml_fsspec-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.10.20

File hashes

Hashes for azureml_fsspec-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 492d02f57fd8f826cff3dafd5f8300b1db67948695e0d172ad7d562b7a9c9b91
MD5 66af8bd9b62d90624e4bbf941349083f
BLAKE2b-256 8da51ac9c59dc879208bc6c5fc51da49aa0ae71f16b43990f50520cc66f544b0

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.4.0 This release

1 file

1.3.1

1 file

1.3.0

1 file

1.2.0

1 file

1.1.1

1 file

1.1.0

1 file

1.0.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page