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

Setting missingstrings=["NA"] makes some columns not have names #530

Closed
xiaodaigh opened this issue Nov 16, 2019 · 1 comment · Fixed by #535
Closed

Setting missingstrings=["NA"] makes some columns not have names #530

xiaodaigh opened this issue Nov 16, 2019 · 1 comment · Fixed by #535

Comments

@xiaodaigh
Copy link
Contributor

Consider a csv strucutred liked this

,column2
NA,2
2,3
nocolumn1name = CSV.read("c:/data/plsdel.csv", missingstrings=["NA"])
hascolumn1name = CSV.read("c:/data/plsdel.csv")

The top one has no column name for column1 but the 2nd way has.

See
image

@quinnj
Copy link
Member

quinnj commented Nov 20, 2019

Thanks for the report @xiaodaigh; fix is up here: #535

quinnj added a commit that referenced this issue Nov 20, 2019
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 a pull request may close this issue.

2 participants