January 2019
Beginner to intermediate
670 pages
18h 32m
English
Let's create a Tableau workbook based on semi-structured data. At the Snowflake sample database we have a table HOURLY_16_TOTAL with 392 mln rows and 322 GB. This dataset keeps the last four days of hourly weather forecasts for 20,000+ cities.
select (V:main.temp_max - 273.15)::FLOAT * 1.8000 + 32.00 as temp_max_far, (V:main.temp_min - 273.15)::FLOAT * 1.8000 + 32.00 as temp_min_far, cast(V:time as timestamp) time, V:city.coord.lat::FLOAT lat, V:city.coord.lon::FLOAT lon, v:city.name::VARCHAR, ...
Read now
Unlock full access