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

[Bug] import does not recognize parquet file #267

Open
matthewgson opened this issue Apr 1, 2020 · 1 comment
Open

[Bug] import does not recognize parquet file #267

matthewgson opened this issue Apr 1, 2020 · 1 comment
Labels

Comments

@matthewgson
Copy link

@matthewgson matthewgson commented Apr 1, 2020

Hi,
Related to #214 I was trying to import a parquet file, but it is generating error like below.

install.packages('rio')
install_formats()
library('rio')
pq.data <- import('~/mydata.parquet')

Produces

Unrecognized file format. Try specifying with the format argument.

Error in .import.default(file = file, ...): Format not supported
Traceback:

1. import("~/mydata.parquet")
2. .import(file = file, ...)
3. .import.default(file = file, ...)
4. stop(out)

I'm working with Jupyter IRkernel.

@leeper

This comment has been minimized.

Copy link
Owner

@leeper leeper commented Apr 19, 2020

What version of the package is this? Did you install from github?

@leeper leeper added the question label Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.