I have a python code that exports data into a CSV, then I load that CSV into Tableau. I don't want to load a CSV into tableau.
Is there a way I can just take the return value of my python script and put it directly into tableau?
Question is similar to Export data from Python into Tableau using JSON? , but they inquire about JSON format and the answer was to use CSV. I want to skip the CSV step if possible. The data is returning will be in a tabular format.