-
I am more familiar with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think https://docs.rs/arrow-array/latest/arrow_array/struct.RecordBatch.html is possibly what you are after? |
Beta Was this translation helpful? Give feedback.
Looks to me like tables https://arrow.apache.org/docs/python/generated/pyarrow.Table.html contain very similar functionality to "data frames" with filtering, etc -- perhaps a library built on arrow-rs like datafusion might have what you are looking for:
https://docs.rs/datafusion/17.0.0/datafusion/dataframe/struct.DataFrame.html