llkv-column-map 0.8.5-alpha

Column mapping utilities for the LLKV toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "duckdb>=1.3.2",
    "numpy>=2.3.3",
    "pandas>=2.3.2",
    "polars>=1.33.1",
    "pyarrow>=21.0.0",
]