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

Panda not reading the first row #8

Open
caxelrud opened this issue Feb 16, 2020 · 1 comment
Open

Panda not reading the first row #8

caxelrud opened this issue Feb 16, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@caxelrud
Copy link

Minor bug.
Instead of:
data = pd.read_csv('housing.data', header=0, delimiter="\s+").values
Use:
data = pd.read_csv('housing.data', header=None, delimiter="\s+").values

@JavierAntoran JavierAntoran added the bug Something isn't working label Feb 17, 2020
@JavierAntoran
Copy link
Owner

Thanks for flagging this! It looks to be a pandas version issue. We are looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants