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.1-py3-none-win_amd64.whl (22.8 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_arrow-1.1.1-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.1-py3-none-macosx_11_0_arm64.whl (25.7 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_arrow-1.1.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 a8a5593ee665530971e7a632e5395e122ff51cbf0179b76aaf6c57ee8d40cbb7
MD5 1f1f260dfb9f3466b42a70115fd18f74
BLAKE2b-256 394609432a6c42477f7ac3df39043a70ce985e3c841f41157693683141fadc1e

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.1.1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 955d71c87481fd33c6f933c06d62a2e7f479e60fb41314a2631bb43899e9fc17
MD5 729ea2042eedb161fe865aff875d1eed
BLAKE2b-256 6fc83006a84b9c976a100a9b0136b2d29ca5100dd41095e7fd81a3d15a86b7c6

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.1.1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 24132c4aa6ddf2ed88863f17c50ba539fcebb8eb05b75daf3c2e4745ae56207a
MD5 75a29dbe5f4e06831a2048e920577bfd
BLAKE2b-256 c4e7418f94d1a5000b903a7f7b6621a89eff33c5f0e265f9f0101bca09732872

See more details on using hashes here.

File details

Details for the file duckdb_extension_arrow-1.1.1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a917e292dde8934859d59faf0f32b80687740471d9e8f2c302c7364c4117abaf
MD5 0ee2ab07e56b912d04fc890b3936a650
BLAKE2b-256 d7099dc0fbcf909f9a0f59025d41cbf78e803a00bcded49b2338dfe65ea8fd91

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