Skip to content

Appending a dataframe with another one. #53

@padchin

Description

@padchin

Hello. Is there simple way to join two dataframes of same dimension? Something like df = append(df, another_df) or similar.

Name1 Name2
0 D E
1 F G

and

Name1 Name2
2 D E
3 F G

=

Name1 Name2
0 D E
1 F G
2 D E
3 F G

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions