Exporting a NumPy Array to Tableau Extract (.tde)

I am using the Tableau Python API to export a NumPy array as a data extract. All the examples that I saw from the library documentation and elsewhere cross each line. I would like to simply import the array as an entire column of the table, but it is not clear that this is easily possible. Iterating over each line is inefficient, and I would suggest that there is an easy way to speed it up with arrays.

Any experience using NumPy or pandas with the Tableau API would be greatly appreciated. Thank!

+4
source share

Source: https://habr.com/ru/post/1589319/


All Articles