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

Add vaex.import as a dispatcher to vaex.from_* #78

Open
datascienceit opened this issue May 7, 2018 · 2 comments
Open

Add vaex.import as a dispatcher to vaex.from_* #78

datascienceit opened this issue May 7, 2018 · 2 comments

Comments

@datascienceit
Copy link

instead of

vx.from_pandas .
vx.from_ascii .
vx.from_arrays .
vx.from_astropy_table .

Just have vx.read()/ vx.import()/ vx.create() and deal with it in the read function.

@maartenbreddels
Copy link
Member

well, vaex.open(...) understands cvs now. See the docstring. I think chaning the API at this time for this is not worth it.

@maartenbreddels
Copy link
Member

I like the import idea btw, keeping this open.

@maartenbreddels maartenbreddels changed the title rename from_x to read() Add vaex.import as a dispatcher to vaex.from_* Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants