Is your feature request related to a problem or challenge?
Follow-up to #16090.
Improve DataFrame::from_columns to accept columns from Vec and Arrow arrays directly, making it easier to construct a DataFrame from common Rust types.
This also simplifies the implementation and usage of the dataframe! macro.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
Follow-up to #16090.
Improve
DataFrame::from_columnsto accept columns fromVecandArrow arraysdirectly, making it easier to construct aDataFramefrom common Rust types.This also simplifies the implementation and usage of the
dataframe!macro.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response