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

Concat_rows bug #238

Open
Pballen opened this issue Nov 2, 2021 · 0 comments
Open

Concat_rows bug #238

Pballen opened this issue Nov 2, 2021 · 0 comments

Comments

@Pballen
Copy link

Pballen commented Nov 2, 2021

dataset.concat_rows breaks when a column appears in one dataset but not the other and destroy is set to True (it's fine if destroy is set to False). From the docs:

ds1 = rt.Dataset({'col_'+str(i):np.random.rand(5) for i in range(3)})
ds2 = rt.Dataset({'col_'+str(i):np.random.rand(5) for i in range(2)})
rt.Dataset.concat_rows([ds1, ds2], destroy=True)
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

No branches or pull requests

1 participant