How to serialize POCOs to a Table?
- Dominant language
- C#
- Stars
- 39
- Forks
- 30
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 16
Description
### Describe the enhancement requested
Arrow seems like a great system for working with data _once you already have some Arrow-format data to work with,_ but trying to reach that point seems needlessly complicated. For a system dedicated to batch processing of data, you'd expect that one of the most fundamental operations would be to take a list of POCO data objects and serialize it to a `Table`. But if there's any serializer in the `Apache.Arrow` library, or even any helpers that would be useful for building one, I can't find them anywhere.
What's the recommended way to serialize a list of objects to a `Table`?
Moved from [https://github.com/apache/arrow/issues/40302](https://github.com/apache/arrow/issues/40302).
Contributor guide
Assessment
This issue has not been assessed yet.