Tag: Tutorial
-
Data Science Toolbox: How to use Julia with Tableau
Michael, a data scientist, who is working for a German railway and logistics company, recently told me during a FATUG Meetup that he loves Tableau’s R integration and Tableau’s Python integration. As he continued, he raised the question of using functions they have written in Julia. Julia, a high-level dynamic programming language for high-performance numerical…
-
TabPy Tutorial: How to Integrate Python with Tableau for Advanced Analytics
In 2013, Tableau introduced R Integration, the ability to call R scripts in calculated fields. This opened up possibilities such as K-means clustering, Random Forest models, and sentiment analysis. With the release of Tableau 10.2, we can enjoy a new, fancy addition to this feature: the Python Integration through TabPy, the Tableau Python Server. Python in…
-
How to enable Multi-Language Sentiment Analysis with R
Have you seen how easy it is to integrate sentiment analysis in your Tableau dashboard – if your text is in English? Until now the sentiment package for R only worked with English text. Today, I released version 1.0 of the sentiment package on GitHub that features multi-language support. In order to perform sentiment analysis…