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

Rows tests #1196

Open
wants to merge 4 commits into
base: develop-21.9
Choose a base branch
from
Open

Rows tests #1196

wants to merge 4 commits into from

Conversation

joseangelhernao
Copy link
Collaborator

No description provided.

@luis11011 luis11011 changed the title Row tests Rows tests Sep 20, 2021
Copy link
Member

@luis11011 luis11011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have in mind the format of the code in the creator file. Apart from that this is nicely done. Please pull the latest updates from develop to properly create this tests file.

t.create(method="rows.append", variant="single_some_cols", dfs=[df2], names_map={"First":["function","price"],"Second":["weight(t)","id"],"Third":["Cybertronian","birth"]})
t.create(method="rows.append", variant="single_one_col", dfs=[df2], names_map={"Only":["japanese name","billingId"]})
t.create(method="rows.append", variant="multiple_complete", dfs=[df2,df3])
t.create(method="rows.append", variant="multiple_some_cols", dfs=[df2,df3], names_map={"First":["last position seen","product","ip_test"],"Second":["date arrival","firstName","object_test"],"Third":["names","lastName","email_test"]})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you're referencing 'object_test' but not creating that column on the dataframe, this repeats in other tests.

@luis11011 luis11011 linked an issue Oct 28, 2021 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Tests for rows operations
2 participants