Skip to content

Load tests - #1195

Open
joseangelhernao wants to merge 3 commits into
develop-21.9from
feature/load-tests
Open

Load tests#1195
joseangelhernao wants to merge 3 commits into
develop-21.9from
feature/load-tests

Conversation

@joseangelhernao

Copy link
Copy Markdown
Collaborator

No description provided.

@argenisleon
argenisleon self-requested a review September 17, 2021 20:51

@luis11011 luis11011 left a comment

Copy link
Copy Markdown
Member

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

argenisleon commented Nov 6, 2021

Copy link
Copy Markdown
Collaborator

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

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.

3 participants