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.0.3a1-py3-none-win_amd64.whl (13.5 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_arrow-1.0.3a1-py3-none-macosx_11_0_x86_64.whl (10.1 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_arrow-1.0.3a1-py3-none-macosx_11_0_arm64.whl (8.8 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_arrow-1.0.3a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.0.3a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 211d374843711bdbd1b6c3505a123ffad6ac868562ee56c21743b776e7aaa417
MD5 1788ef9bf07e2d9d1f18d9b77b6eed45
BLAKE2b-256 4e502b06bb18702347bb32964ec8ebe6c4d7261a71326d49cf5d87c41e7d7e45

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.0.3a1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.0.3a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 caf62d7d1f943247169f70f82051fd4088cc64b57dfcd82c5984a2153bec8989
MD5 b990132362fa0460681c7ca61cc4d856
BLAKE2b-256 46dbf739d5c593ecd5d401a02e6747b2f94e7748ab429def13a69ff5d6ea7846

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.0.3a1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.0.3a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2d1a648c316e596a1dcf5cb31a7bd4ae9724f5a9c2fb38ac73ce9959ebe6ea6e
MD5 4cf972729fa4d57f0f09c4de147f2df6
BLAKE2b-256 d005fa457c2f73fb7d4dfbdb7a611928fc892045729f9095e688562a6428d290

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.0.3a1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.0.3a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b080659e83da70e2e4e64aceed9f6ba9fd3a1f82b49b210fc5fe41c5486c494f
MD5 0d71468e8b0401d67fff85636b582aa9
BLAKE2b-256 112729e64e45bc475142bf0d79f6ea9ae28e75e7484c3206fd92800044837cec

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