Put that answer on the front page of the web site.
Well said.
On Mon, Feb 22, 2016 at 2:05 PM, Wes McKinney wrote:
> hi Stuart,
>
> Currently pandas and NumPy only support flat, non-nested data. Nested
> data includes column value types including arrays, structs, maps, and
> unions. This enab
hi Stuart,
Currently pandas and NumPy only support flat, non-nested data. Nested
data includes column value types including arrays, structs, maps, and
unions. This enables you to analyze JSON-like data natively in-memory
without pre-flattening or normalization.
There's also an open question about
Hey Wes,
Very exciting to see things moving along on the Python front. As you state
in your post, fast, ubiquitous columnar data will be a great foundation,
especially for more modern data processing and ETL tools. Though I am a
bit curious what you mean by nested columnar data...
Thanks,
Stuar