tableau可视化_如何在Tableau中构建自定义地图可视化

tableau可视化

Sometime last year, I got fascinated with bubble charts when I saw a data visualization video, Han's Rosling's 200 Countries, 200 Years, 4 Minutes - The Joy of Stats from BBC.

去年的某个时候,当我看到一个数据可视化视频时,我迷上了气泡图,这是Hans Rosling的200个国家/地区,200年,4分钟-来自BBC的《统计的喜悦》 。

什么是气泡图? (What are bubble charts?)

"A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet of associated data is plotted as a disk that expresses two of the values through the disk's xy location and the third through its size." Wikipedia

“气泡图是一种显示三个维度的数据的图表。每个实体及其关联数据的三元组被绘制为一个磁盘,该磁盘通过磁盘的xy位置表示两个值,通过磁盘的大小表示第三个值。” 维基百科

Last January 2019, I was checking Tableau Desktop, a data visualization software, and their basic tutorials included a heat map of the United States.

去年2019年1月,我正在检查Tableau Desktop这个数据可视化软件,其基本教程包括美国的热点地图。

什么是热图? (What are heat maps?)

"A heat map is a graphical representation of data where the individual values contained in a matrix are represented as colors. "Heat map" is a newer term but shading matrices have existed for over a century."Wikipedia

“热图是数据的图形表示,其中矩阵中包含的各个值用颜色表示。“热图”是一个较新的术语,但是阴影矩阵已经存在了一个多世纪。” 维基百科

While going through the Tableau tutorial, I remembered the bubble charts and started looking for an inspiration. I was googling for image silhouettes and got the result below:

在完成Tableau教程时,我记得气泡图并开始寻找灵感。 我正在搜寻图像轮廓,并得到以下结果:

This led to my short data visualization experiment. I looked for a dataset and found NBA Injuries from 2010-2018, on Kaggle . I modified the dataset to make it simple to use.

这导致了我简短的数据可视化实验。 我寻找了一个数据集,并在Kaggle上发现了2010- 2018年的 NBA伤害。 我修改了数据集以使其易于使用。

I ended up giving up on using Tableau and creating my own data visualization in Microsoft Powerpoint. Still, my friends were amazed and thought that I used a data visualization tool.

我最终放弃了使用Tableau并在Microsoft Powerpoint中创建自己的数据可视化。 尽管如此,我的朋友们还是感到惊讶,并认为我使用了数据可视化工具。

Fast track to August 2019, I returned to studying the Tableu tutorial. Just look at the result below! =)

快速回到2019年8月,我回到了学习Tableu教程的地方。 请看下面的结果! =)

我是怎么做到的? (How did I do it? )

I used Excel, Tableu, and a little bit of creativity.

我使用了Excel,Tableu和一些创意。

Feel free to follow along and create the same dataset and visualization.

随时跟随并创建相同的数据集和可视化。

Steps

脚步

  1. Create an Excel file. Column B and Column C will serve as the location on the X-axis and Y-axis of an item in Tableau. Count represents how many players had a particular injury from 2010 to 2018.

    创建一个Excel文件。 B列和C列将用作Tableau中项目在X轴和Y轴上的位置。 计数表示从2010年到2018年有多少名球员受到了特殊伤害。

2. Download Tableau Desktop here.

2. 在此处下载Tableau Desktop。

3. Open the Tableau Desktop App

3.打开Tableau Desktop应用程序

4. Click Connect To a File >  Microsoft Excel

4.单击连接到文件 > Microsoft Excel

4. Drag a Sheet from the left pane to the right pane

4.将图纸从左窗格拖到右窗格

5. At the bottom, click the Sheet.

5.在底部,单击图纸。

6. At the menu, click Background Images > Sheet

6.在菜单上,单击背景图像 > 图纸

7 . Click Add Image

7。 点击添加图片

8. Browse for an image and set X Field: Right to 500 and Y Field: Top to 500.

8.浏览图像,然后将X字段:右设置为500,将Y字段:顶部设置为500。

9. In Columns and Rows, add SUM(X) and SUM(Y), respectively.

9.在“列和行”中,分别添加SUM(X)SUM(Y)

10. For Marks, add SUM(COUNT) in Color, SUM(Count) in Size, and Position in Label.

10.对于标记,在颜色中添加SUM(COUNT) ,在尺寸中添加SUM( Count) ,在标签中添加位置

Tableau will then generate this visualization for you:

然后,Tableau将为您生成此可视化文件:

One of the super powers of data visualization is processing the data and understanding it by just looking at the image. With this visualization, I can communicate to you clearly and easily that ankle and knee injuries are the most common sports injuries for an NBA player, and dizziness and nose injuries are the least common.

数据可视化的超级力量之一就是通过查看图像来处理数据并理解它。 借助这种可视化,我可以轻松方便地向您传达, 踝关节膝盖受伤是NBA球员最常见的运动伤害, 头晕鼻子伤是最不常见的伤害。

Voila! Hope you enjoyed this simple experiment =)

瞧! 希望您喜欢这个简单的实验=)

翻译自: https://www.freecodecamp.org/news/cjn-how-to-build-custom-map-visualization-in-tableau/

tableau可视化

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/391373.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

数据分析和大数据哪个更吃香_处理数据,大数据甚至更大数据的17种策略

数据分析和大数据哪个更吃香Dealing with big data can be tricky. No one likes out of memory errors. ☹️ No one likes waiting for code to run. ⏳ No one likes leaving Python. 🐍处理大数据可能很棘手。 没有人喜欢内存不足错误。 No️没有人喜欢等待代码…

MySQL 数据还原

1.1还原使用mysqldump命令备份的数据库的语法如下&#xff1a; mysql -u root -p [dbname] < backup.sq 示例&#xff1a; mysql -u root -p < C:\backup.sql 1.2还原直接复制目录的备份 通过这种方式还原时&#xff0c;必须保证两个MySQL数据库的版本号是相同的。MyISAM…

test6

test6 转载于:https://www.cnblogs.com/Forever77/p/11474320.html

VueJs学习入门指引

新产品开发决定要用到vuejs&#xff0c;总结一个vuejs学习指引。 1.安装一个Node环境 去Nodejs官网下载windows版本node 下载地址&#xff1a; https://nodejs.org/zh-cn/ 2.使用node的npm工具搭建一个Vue项目&#xff0c;这里混合进入了ElementUI 搭建指引地址: https:…

粒子网格算法 pm_使粒子网格与Blynk一起使用的2种最佳方法

粒子网格算法 pmThis post is originally from my blog on www.jaredwolff.com.这篇文章最初来自我在www.jaredwolff.com上的博客。 Writing an app takes time. It takes even more time to write one that works with hardware.编写应用程序需要时间。 编写与硬件兼容的代码…

python:对list去重

1、set()方法 numbers [1,7,3,2,5,6,2,3,4,1,5] new_numbers list(set(numbers)) print new_numbers 输出 [1, 2, 3, 4, 5, 6, 7] 特点&#xff1a;不保证原有顺序 2、原始方法 numbers [1,7,3,2,5,6,2,3,4,1,5] new_numbers [] for x in numbers:if x not in new_numbers:…

运维工程师如果将web服务http专变为https

1&#xff1a;生成私钥 2&#xff1a;生成证书签署请求 3&#xff1a;在提供CA签署的web网站上&#xff0c;提交生成的证书签署请求 4&#xff1a;下载已经签署的CA证书 5&#xff1a;将证书的信息保留在web服务器中&#xff0c;且应用到提供web服务的软件即可转载于:https://w…

leetcode 363. 矩形区域不超过 K 的最大数值和

给你一个 m x n 的矩阵 matrix 和一个整数 k &#xff0c;找出并返回矩阵内部矩形区域的不超过 k 的最大数值和。 题目数据保证总会存在一个数值和不超过 k 的矩形区域。 示例 1&#xff1a; 输入&#xff1a;matrix [[1,0,1],[0,-2,3]], k 2 输出&#xff1a;2 解释&…

centos7.4二进制安装mysql

1&#xff1a;下载二进制安装包&#xff08;安装时确保没有mysql数据库服务器端&#xff09;&#xff1a; mariadb-10.2.12-linux-x86_64.tar.gz、 mariadb-10.2.12.tar.gz。2&#xff1a;创建系统账号指定shell类型&#xff08;默认自动创建同名的组&#xff09;3&#xff1a;…

批梯度下降 随机梯度下降_梯度下降及其变体快速指南

批梯度下降 随机梯度下降In this article, I am going to discuss the Gradient Descent algorithm. The next article will be in continuation of this article where I will discuss optimizers in neural networks. For understanding those optimizers it’s important to…

java作业 2.6

//程序猿&#xff1a;孔宏旭 2017.X.XX /**功能&#xff1a;在键盘输入一个三位数&#xff0c;求它们的各数位之和。 *1、使用Scanner关键字来实现从键盘输入的方法。 *2、使用取余的方法将各个数位提取出来。 *3、最后将得到的各个数位相加。 */ import java.util.Scanner; p…

ubuntu 16.04 挂载新硬盘

2、挂载数据盘 mkdir /datausrubuntu:~$ lsblkNAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTsda 8:0 0 465.8G 0 disk sda1 8:1 0 512M 0 part /boot/efisda2 8:2 0 464.3G 0 part /sda3 8:3 0 976…

Go语言实战 : API服务器 (2) 运行流程

1.API服务器的总流程 分为两步&#xff1a; 启动API服务器API服务器对HTTP请求进行处理 2.API服务器启动流程 解析配置文件&#xff0c;利用配置文件完成对服务器的初始化配置初始化logger&#xff0c;开启日志记录与数据库建立连接设置http连接&#xff08;例如设置响应头…

Linux 命令 之查看程序占用内存

2019独角兽企业重金招聘Python工程师标准>>> 查看PID ps aux | grep nginx root 3531 0.0 0.0 18404 832 ? Ss 15:29 0:00 nginx: master process ./nginx 查看占用资源情况 pmap -d 3531 top -p 3531 转载于:https://my.oschina.net/mengzha…

逻辑回归 自由度_回归自由度的官方定义

逻辑回归 自由度Back in middle and high school you likely learned to calculate the mean and standard deviation of a dataset. And your teacher probably told you that there are two kinds of standard deviation: population and sample. The formulas for the two a…

动画电影的幕后英雄怎么说好_幕后编码面试-好与坏

动画电影的幕后英雄怎么说好Interviewing is a skill in and of itself. You can be the best developer in the world but you may still screw up an interview.面试本身就是一种技能。 您可以成为世界上最好的开发人员&#xff0c;但您仍可能会搞砸面试。 How many times h…

数据库之DML

1、表的有关操作&#xff1a; 1.1、表的创建格式&#xff1a; CREATE TABLE IF NOT EXISTS 表名(属性1 类型&#xff0c;属性2 类型&#xff0c;....&#xff0c;属性n 类型&#xff09;&#xff1b;# 标记部分表示可以省略 1.2、表的修改格式&#xff1a;ALTER table 表名 ADD…

网络对抗技术作业一 201421410031

姓名&#xff1a;李冠华 学号&#xff1a;201421410031 指导教师&#xff1a;高见 1、虚拟机安装与调试 安装windows和linux&#xff08;kali&#xff09;两个虚拟机&#xff0c;均采用NAT网络模式&#xff0c;查看主机与两个虚拟机器的IP地址&#xff0c;并确保其连通性。同时…

生存分析简介:Kaplan-Meier估计器

In my previous article, I described the potential use-cases of survival analysis and introduced all the building blocks required to understand the techniques used for analyzing the time-to-event data.在我的上一篇文章中 &#xff0c;我描述了生存分析的潜在用例…

强密码检测

#!/usr/bin/env python # -*- coding: utf-8 -*- #1. 密码长度应该大于或等于8位 #2. 密码必须包含数字、字母及特殊字符三种组合 nums 0123456789 chars1 abcdefghijklmnopqrstuvwxyz chars2 ABCDEFGHIJKLMNOPQRSTUVWXYZ symbols r!#$%^&*()_-/*{}[]\|";:/?…