I'm using Tableau's Python API to export a NumPy array as a data extract. All the examples I've seen from the library docs and elsewhere loop over each row. I'd like to just import an array as an entire table column, but it isn't clear this is easily possible. Iterating over each row is inefficient, and I would imagine there's a simple way to speed this up with arrays.
Any experience using NumPy or pandas with the Tableau API would be much appreciated. Thanks!