Built-in Support for TabularData Framework #20
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Apple recently published
TabularData
framework. Basically, it is a typed clone of Pandas from Python.I'm a little disappointed that the framework isn't open sourced and available on Linux. I think it may hinder adoption, but hey that's life. There isn't much documentation or examples but there's a nice tech talk video that describes the API on a nice example.
It would be nice to add support for the
DataFrame
andColumn
types directly into the library. Best way to support the framework is add conformance to thePlotable
protocol to a few types. This would allow out of the box dataset exploration and manipulation in Xcode Playgrounds.Here's an example conformance extension and the generated figure:
The text was updated successfully, but these errors were encountered: