Category: Data Management
-
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…
-
Tableau: How to find the most important variables for determining Sales
During the Q&A session of a recent talk on Data Strategy, I was challenged with a rather technical question: I was asked how to identify the variables that are heavily influencing a certain measure – with an interactive solution that matches a modern data strategy as suggested in my presentation. Of course, this could be done by executing…
-
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…
-
Digitale Banken: Die Zukunft des Privatkundengeschäfts und der Vermögensverwaltung
Vor gut einem Jahr habe ich mit dem Blog-Post “Digitale Banken: Welche Anforderungen bringt die Digitalisierung?” einige Ideen aufgezeigt, wie sich Banken die Digitalisierung zu Nutze machen können. Die Motivation ist meist die Steigerung des Umsatzes, Kostenersparnis und die Erschließung neuer Märkte. Die Herausforderungen sind nach wie vor schwindenden Zinserträge, härtere regulatorische Vorschriften, erhöhter Wettbewerb und…
-
How to implement Sentiment Analysis in Tableau using R
In my previous post I highlighted Tableau’s text mining capabilities, resulting in fancy visuals such as word clouds: Today I’d like to follow up on this and show how to implement sentiment analysis in Tableau using Tableau’s R integration. Some of the many uses of social media analytics is sentiment analysis where we evaluate whether…