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

Appending a dataframe with another one. #53

Open
padchin opened this issue Feb 25, 2021 · 1 comment
Open

Appending a dataframe with another one. #53

padchin opened this issue Feb 25, 2021 · 1 comment

Comments

@padchin
Copy link

padchin commented Feb 25, 2021

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
@pjebs
Copy link
Collaborator

pjebs commented Feb 27, 2021

I'll need to create a new ReCap function to implement this feature.
You will have to do it manually by Appending.

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

2 participants