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

Uploaded Python 3 Windows x86-64

duckdb_extension_arrow-1.0.3-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.3-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.3-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.0.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 c726eadd4ad63b81504e6e5b0ee03841ac05e45975d4f15f19ef4885fa2170e1
MD5 184d1d641f7d7c7308f5227de75cfa0f
BLAKE2b-256 4df2b57910d32d403c1d29f8391578837c1a9e0b18ff1cf8f056c1be8ae540bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.0.3-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34c62c21de9ef94fb9d3e9acec96a06c4c5f691e4e5ebdbe33a7d0913d771ee1
MD5 0e19522e84f320b3f706c4fbbf4adb81
BLAKE2b-256 46dc1d2af8bcf84fd5ae00c3b43e21bf6924385a72743581df8d88d9cdb9b9c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.0.3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 15cf820ad0a24d5ae720c92c9fd717fe524041ad2d5fe7f947b24a98ac34d6c6
MD5 88df759aa7da2438200ab83274c54f2b
BLAKE2b-256 5e4f001ae8c8541f1f3f1edcc75b20c1767797fa1f6277daa823369bf6a5f28f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_arrow-1.0.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26f61ca2821370a29c70e008b414d7487f59fc0749a962d550eace3a86908e3c
MD5 0c90ab29d1e949f74b057a4574cc30f7
BLAKE2b-256 0c43127ee753f4acef14c688ecaa1b74d8b716c24ea24cca4d25a7d38f248d70

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