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

Fix loading in R #3

Open
danfowler opened this issue Oct 26, 2016 · 0 comments
Open

Fix loading in R #3

danfowler opened this issue Oct 26, 2016 · 0 comments

Comments

@danfowler
Copy link
Contributor

When trying to read with R library (https://github.com/ropenscilabs/datapkg), I ran into these problems:

> library(datapkg)
> datapkg_read()
Reading file /Users/dan/open_knowledge/frictionless_data/DObsiSS/DObsiSS_2.0.csv
Warning: 179 parsing failures.
row col   expected     actual
  1  -- 14 columns 48 columns
  2  -- 14 columns 48 columns
  3  -- 14 columns 48 columns
  4  -- 14 columns 48 columns
  5  -- 14 columns 48 columns
... ... .......... ..........
See problems(...) for more details.

Related to #2

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

No branches or pull requests

1 participant