Skip to content

Adding concat functionality #136

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

Closed
MarcoGorelli opened this issue Apr 17, 2023 · 0 comments
Closed

Adding concat functionality #136

MarcoGorelli opened this issue Apr 17, 2023 · 0 comments

Comments

@MarcoGorelli
Copy link
Contributor

In the last call, it was brought up that concat was already discussed, it just hadn't been implemented. However, I can't find it in this repo, nor in the notes - does anyone know where it might be?

If not, here's what I suggest putting together:

def concat(self, other: Sequence[DataFrame]):

So

df1.concat([df2, df3, ..., df10])

rather than

concat([df1, df2, ..., df10])

(the issue with the latter being - how would top-level methods like that be accessed?)

@rgommers rgommers mentioned this issue Apr 17, 2023
@rgommers rgommers changed the title concat Adding concat functionality Apr 27, 2023
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