-
Notifications
You must be signed in to change notification settings - Fork 28
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
WIP:Support different kinds of io for xframe #239
base: master
Are you sure you want to change the base?
Conversation
Hi @JohanMabille |
This is not possible, a variable is supposed to hold ohmogeneous values. For storing different types, a xframe object should be used (not available yet), that would store An easier way to workaround this would be to store a variant in the variable (but I don't know if that would build actually) |
HI @JohanMabille |
|
Hi @JohanMabille |
Actually you still have the type information since |
Hi @wolfv |
f769bd6
to
a76113b
Compare
Backgroud
Pandas support parse kinds of format file. https://pandas.pydata.org/pandas-docs/stable/reference/io.html
First plan
parse sas file (include sas7bdat and xport).
The following link is sas7bdat format.
https://cran.r-project.org/web/packages/sas7bdat/vignettes/sas7bdat.pdf