(no title)
slewis | 2 years ago
You can do some amount of iterative and visual data transformation in Weave now. But maybe like 10% of what you can do with Pandas.
Pandas is awesome and lingua franca in data science, unseating it would be an incredible feat if anyone ever pulls that off.
The core data structure in Weave, ArrowWeaveList, has some advantages over a dataframe. It can represent arbitrarily nested data, store references to other object types that can't be stored in arrow (like images), and be visualized in the Weave UI.
For now, we just want to make it really easy to go back and forth.
No comments yet.