Calling .vstack() on empty dataframe results in wrong shape #19641
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
rust
Related to Rust Polars
Checks
Reproducible example
Log output
Issue description
The height of the 'data' dataframe is not copied to the empty dataframe. This results in panic when trying to print the dataframe.
Expected behavior
The empty dataframe should take over the shape of the 'data' dataframe.
Output polars version 0.43.1:
The text was updated successfully, but these errors were encountered: