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

fixed csv reader issue for the bosch dataset #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nvidia-johnq
Copy link
Contributor

There was an error reading the bosch dataset. Pandas breaks if index_col is specified and there are more than 1,000,000 rows as it will fail to accept the index columns, which are strings, in the function isnan

@hcho3
Copy link
Collaborator

hcho3 commented Oct 22, 2020

@nvidia-johnq Can you push the last commit to another branch? Let's keep this pull request for the CSV reader fix.

Install from pip instead of from source to avoid errors.
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.

2 participants