Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add init kwarg to vcat #3310

Merged
merged 4 commits into from Jun 13, 2023
Merged

add init kwarg to vcat #3310

merged 4 commits into from Jun 13, 2023

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Apr 6, 2023

Fixes #3309

Note that init still has special treatment and is only allowed to have zero rows. This design choice is made to ensure that both source and metadata handling are backward compatible.

bkamins and others added 2 commits May 23, 2023 02:43
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins
Copy link
Member Author

bkamins commented May 23, 2023

OK - @nalimilan I have resolved the issues raised by you.

@bkamins bkamins merged commit 09c1793 into main Jun 13, 2023
6 of 7 checks passed
@bkamins bkamins deleted the bk/vcatinit branch June 13, 2023 11:04
@bkamins
Copy link
Member Author

bkamins commented Jun 13, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Base.reduce(::typeof(vcat), ...) on DataFrames does not support init
3 participants