Skip to main content

Duckdb arrow extension

Project description

🦆DuckDB arrow extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-arrow

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("arrow")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='arrow' or 
                list_contains(aliases, 'arrow')""")
    .fetchone()[0]
)

License

duckdb-extension-arrow is distributed under the terms of the MIT license.

Project details


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 Distributions

duckdb_extension_arrow-1.1.0a0-py3-none-win_amd64.whl (22.9 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_arrow-1.1.0a0-py3-none-macosx_11_0_x86_64.whl (28.0 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_arrow-1.1.0a0-py3-none-macosx_11_0_arm64.whl (25.8 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_arrow-1.1.0a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.0a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 5eed17c0fba0cdbc747d35d0f16dd7254a39e2684b267cd907f7140d813e5505
MD5 ddc261148aa98c8556c9d7c228831e92
BLAKE2b-256 95757e33ab0ad1d336c20077f9ad06ee3df471b428c96305191dc420159417fc

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.1.0a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.0a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7575d534a6332f04100c597c2648872863d89faa527f20045cfae446c39c9ee
MD5 4bf8148a97082db7de4cd2cdbc5ebd76
BLAKE2b-256 56c0e4955c1ed1953ddc83b0d641bd5965ecfdbac7e65e1549f84a84b6910f49

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.1.0a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.0a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3bb6eb2894684e38fdb1389ce70c59be5fb798578483842357539c24a778fab8
MD5 088c9652b98167794fc1b4e00e7d22e5
BLAKE2b-256 f561c30278f8ddaa8813dd94c2564bc7ea9ba3c220dcca5b7f9a6c8c70530d17

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.1.0a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.0a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 154fc070ba3d199e7f3c10ad0385f80a6c397d9954e1342b2136c364bd1578f9
MD5 c9ff869ca0c6765e75784793ff5e80ff
BLAKE2b-256 b159e37858a9d8d5f5d77e2bb8df0fb88cfb8e4918386374bab86fb42f28fc4e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page