Access datastore uri with fsspec
Project description
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.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
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file azureml_fsspec-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: azureml_fsspec-1.2.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.9.6 requests/2.31.0 setuptools/50.3.2 requests-toolbelt/1.0.0 tqdm/4.66.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31d284fb008958e970369537b5c8bfbd4ae75f13f94b7a1f5509a3cffc9f8cad |
|
MD5 | 165baedb1d8eeaa87d31999c6c16d7d7 |
|
BLAKE2b-256 | 9e3110f5c1841e2eba7984e1e5b13bd63ea7f8901872149967916e1891ec42d8 |