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

Uploaded Python 3 Windows x86-64

duckdb_extension_arrow-1.1.0-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.0-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.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 e320b47746b3e58f8b9c48170987d992f823c68e4991e70f741c301569238033
MD5 8454939e13d3238a7abc7f34b62df004
BLAKE2b-256 4357216c382d50c3110c68433d94bfaaa936b0a8bd9ce47ec5b281262fd24c4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9068556a6fc8e661720a20d9ed92daf61aad87e0d1b901b0d296f721a8ad2360
MD5 a1b192de62f072168669dd490117004d
BLAKE2b-256 517b04eaeb95f1ecb9d2cea2131d631624cbff7692a9e1e68b08dcd07a9e2d02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b3c20621af455b8bf2bc2041e406c272ac5d52bb142882dfa4080f2a14658591
MD5 c7adf661af331a48166ed23492f336e9
BLAKE2b-256 86b51bf914f0133e7c705f1e1600020e73d43c84c87b8d427ad4bead0dfca66f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f69192c89dac3e88d711c3e8585653eef19590935f99fa2352edb54fd200f3a
MD5 49887d86374320b5297c61b0d4458f46
BLAKE2b-256 5c6925cf2886c71b8df606891a1c23405df82ed3aea9e6b1f41d8bbb61b2b9bc

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