-
Hi there, The Is it in another section of the documentation or how can I use daft to parse .proto file into a dataframe? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
EDIT: Daft 0.0.13 now supports all the features requested in this thread - Yes we intend to support this in some form, but the protobuf usecase does need some speccing out. Specifically since protobufs are more commonly used as a wire format than a file format, I'd love to learn your use-case a little better and we can file this as a feature request to work on soon.
|
Beta Was this translation helpful? Give feedback.
EDIT: Daft 0.0.13 now supports all the features requested in this thread -
DataFrame.explode
andDataFrame.from_files
Yes we intend to support this in some form, but the protobuf usecase does need some speccing out.
Specifically since protobufs are more commonly used as a wire format than a file format, I'd love to learn your use-case a little better and we can file this as a feature request to work on soon.