Skip to content

Adding concat functionality #136

Closed
Closed
@MarcoGorelli

Description

@MarcoGorelli

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?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions