I'm trying to make an old school statistical GUI app (like Stata, I think I never spent $ on it) except backed only by the python standard library. The number one gap? I think it is a high performance tabular data structure.
Maybe there is some design pressure keeping it out of the standard library. I'm only 2 hours into this side project, so we'll see.