Archive | December, 2012

27 December 2012 4 Comments

The Anatomy of a Tableau 8 Dashboard (or a “floating tile grid autopsy”)

With the release of Tableau 8 just around the corner, and the Tableau 8 Public servers in a (very) limited release beta – I figured that it was good a time as any to see what I could come up with using (a couple) of the new features. Specifically the “floating tile” option for dashboards…

10 December 2012 5 Comments

Quick & Dirty Address Geocoding and Formatting with Google Maps API

Howdy. Cheers to all ya’ll down there in internet land. I got in a conversation earlier today regarding geocoding addresses in data-sets – it’s a pretty common thing, and I’ve done it numerous times for a WIDE variety of data-points (Bigfoot, Sex Offenders, Concert Venues, etc.), so I figured hell, I’ll clean it up and offer it to the Google gods. Maybe someone will find it useful…

7 December 2012 14 Comments

Build Tableau Data Extracts out of CSV Files? More Python TDE API madness!

So here we have the 3rd in a series about using Tableau 8′s ‘Data Extract’ API to automatically create TDE files from various data sources without using the desktop client. This time we’re focusing on good ole’ Comma Separated files….

Get yo CSV on!

4 December 2012 16 Comments

SQL Server Query to Tableau Data Extract LIKE A BOSS – Some more TDE API fun with Python & Tableau 8

Coming off the excitement of my last post about writing a simple bare-bones python usage of Tableau’s brand-new Data Extracts API from version 8.0 – I figured that it was time to build on that. Let’s take a step forward and get a little more complicated – AND a little more useful…. Let’s do this.

2 December 2012 21 Comments

Building Tableau Data Extract files with Python in Tableau 8 – Sample Usage

If you were learning (and / or partying) with us at the Tableau Customer Conference 2012 in Beautiful San Diego – then you’ve probably been playing around with the Tableau 8 Beta over the past few weeks. Tableau 8 bring a whole new slew of features – INCLUDING 2 new APIs… I’m going to go over some sample Python usage for the new ‘Tableau Data Extract’ API…