[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../../cpp/../python/api/filesystems.html [Back]  [Original]

Filesystems — Apache Arrow v25.0.1
Back to top
Search the docs ...:

Filesystems#

Interface#

FileInfo(path,FileTypetype=FileType.Unknown)

FileSystem entry info.

FileSelector(base_dir,...)

File and directory selector.

FileSystem()

Abstract file system API.

Filesystem Implementations#

LocalFileSystem([use_mmap])

A FileSystem implementation accessing files on the local machine.

S3FileSystem([access_key,secret_key,...])

S3-backed FileSystem implementation

GcsFileSystem(boolanonymous=False,*[,...])

Google Cloud Storage (GCS) backed FileSystem implementation

HadoopFileSystem(strhost,intport=8020,...)

HDFS backed FileSystem implementation

SubTreeFileSystem(base_path,FileSystembase_fs)

Delegates to another implementation after prepending a fixed base path.

AzureFileSystem(account_name[,account_key,...])

Azure Blob Storage backed FileSystem implementation

To define filesystems with behavior implemented in Python:

PyFileSystem(handler)

A FileSystem with behavior implemented in Python.

FileSystemHandler()

An abstract class exposing methods to implement PyFileSystem's behavior.

FSSpecHandler(fs)

Handler for fsspec-based Python filesystems.

Utilities#

copy_files(source,destination[,...])

Copy files between FileSystems.

initialize_s3(...)

Initialize S3 support

finalize_s3()

resolve_s3_region(bucket)

Resolve the S3 region of a bucket.

S3LogLevel(*values)


Web Proxy Viewer  |  New URL  |  Original Page