Hacker News new | ask | show | jobs
by jmalicki 1180 days ago
For python, you can use pandas. It even has arrow support now.
1 comments

Yeah, I need to try it.

But the parent was suggesting that metaprogramming could make readability issues go away and I can't wrap my head around how it would do that.

In Julia you can use https://juliaarrays.github.io/StructArrays.jl/stable/ which lets your code use the array of structs interface but internally it’s a structure of arrays
Nice, thanks!