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

Load tests #1195

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

Load tests #1195

wants to merge 3 commits into from

Conversation

joseangelhernao
Copy link
Collaborator

No description provided.

@argenisleon argenisleon self-requested a review September 17, 2021 20:51
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.

Use df.to_dict(orient="split") to also compare the content of the dataframe:

split_dict = df[0:1].to_dict(orient="split")
names = split_dict['columns'] # ['id', 'firstName', ..., 'dummyCol']
values = split_dict['data'][0] # [1, 'Luis', 'Alvarez$$%!', ..., 'never']

@argenisleon
Copy link
Collaborator

argenisleon commented Nov 6, 2021

@luis11011 @joseangelhernao tests for loading multiple files at the same time is missing

@argenisleon argenisleon added this to To do in Q1 2022 Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Q1 2022
To do
Development

Successfully merging this pull request may close these issues.

None yet

3 participants