Skip to content

feat: polars and duckdb input for export_to_cimxml#54

Merged
Haigutus merged 1 commit into
mainfrom
feat/export-cimxml-flavors
Jun 12, 2026
Merged

feat: polars and duckdb input for export_to_cimxml#54
Haigutus merged 1 commit into
mainfrom
feat/export-cimxml-flavors

Conversation

@Haigutus

Copy link
Copy Markdown
Owner
  • polars DataFrames convert to pandas at the orchestrator boundary
    (the accessor offered export_to_cimxml but pandas groupby crashed)
  • DuckDB connections get export_to_cimxml via the existing fetch-to-
    pandas wrapper (was only excel/csv/nquads)

Note on issue #50 scope: the mixed string/int VALUE problem can only
occur with pandas input — polars and DuckDB columns are strictly typed
and reject mixed object columns at construction. Tests document this.

- polars DataFrames convert to pandas at the orchestrator boundary
  (the accessor offered export_to_cimxml but pandas groupby crashed)
- DuckDB connections get export_to_cimxml via the existing fetch-to-
  pandas wrapper (was only excel/csv/nquads)

Note on issue #50 scope: the mixed string/int VALUE problem can only
occur with pandas input — polars and DuckDB columns are strictly typed
and reject mixed object columns at construction. Tests document this.
@Haigutus Haigutus merged commit 6d3bffb into main Jun 12, 2026
@Haigutus Haigutus deleted the feat/export-cimxml-flavors branch June 13, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant