We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4714f commit 5822b64Copy full SHA for 5822b64
pydala/helpers/misc.py
@@ -603,7 +603,7 @@ def unify_schemas_pl(schemas: list[pa.Schema]) -> pl.Schema:
603
pl.from_arrow(pa.Table.from_pylist([], schema=schema))
604
for schema in schemas
605
],
606
- how="vertical_relaxed",
+ how="diagonal_relaxed",
607
)
608
.to_arrow()
609
.schema
pyproject.toml
@@ -23,7 +23,7 @@ name = "pydala2"
23
readme = "README.md"
24
#repository = "https://github.com/legout/pydala2"
25
requires-python = ">= 3.10"
26
-version = "0.9.4.4"
+version = "0.9.4.5"
27
28
[project.optional-dependencies]
29
legacy = ["polars-lts-cpu>=0.20.4"]
0 commit comments