-
Notifications
You must be signed in to change notification settings - Fork 2
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
pl$DataFrame()
should accept a schema
argument
#13
Comments
To simplify the implementation, could you call the cast method later? |
It would be easier to translate code from py-polars to r-polars if we accepted this argument (it would also save some time by not having to move code to |
pl$DataFrame()
/ as_polars_df()
should accept a schema
argumentpl$DataFrame()
should accept a schema
argument
If we were to add an argument named |
Yes I think it would be ok |
Hmmm, I looked at it a bit and it looks more complicated than I thought to implement. |
Thinking about it again, isn't there a difference between |
Closed by 29ff4d2 |
The text was updated successfully, but these errors were encountered: