We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
struct PlSmallStr
polars_schema
(Arrow)DataType
PlSmallStr
DataType
Field
new_from_str
new_from_owned
new_from_static
The text was updated successfully, but these errors were encountered:
#18539 (..), #18425 (..)
Sorry, something went wrong.
nameexhaustion
No branches or pull requests
Schema and String type streamlining
This will have a Polars interface. E.g.
struct PlSmallStr
.polars_schema
crate and generic over(Arrow)DataType
, where key:PlSmallStr
and value generic overDataType
String type requirements:
Field
has constructorsnew_from_str
,new_from_owned
,new_from_static
The text was updated successfully, but these errors were encountered: