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

Error in logic for column name detection #2526

Closed
st-pasha opened this issue Dec 14, 2017 · 1 comment · Fixed by #5257
Closed

Error in logic for column name detection #2526

st-pasha opened this issue Dec 14, 2017 · 1 comment · Fixed by #5257
Labels
Milestone

Comments

@st-pasha
Copy link
Contributor

st-pasha commented Dec 14, 2017

> fread("A,100,200\n,300,400\n,500,600")
    A 100 200
1: NA 300 400
2: NA 500 600

A better guess here would be that all rows are data...

@st-pasha
Copy link
Contributor Author

The issue has reappeared in latest data.table:

> fread("A,100,200\n,300,400\n,500,600")
        A   100   200
   <lgcl> <int> <int>
1:     NA   300   400
2:     NA   500   600

@st-pasha st-pasha reopened this Apr 13, 2018
@mattdowle mattdowle modified the milestones: v1.11.0, v1.11.2 Apr 29, 2018
@mattdowle mattdowle modified the milestones: 1.12.0, 1.12.2 Jan 11, 2019
@mattdowle mattdowle added this to the 1.14.3 milestone Nov 30, 2021
@mattdowle mattdowle removed the bug label Nov 30, 2021
@jangorecki jangorecki modified the milestones: 1.14.9, 1.15.0 Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants