-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpart02.html
More file actions
191 lines (166 loc) · 7.37 KB
/
part02.html
File metadata and controls
191 lines (166 loc) · 7.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
<title>数据 + 设计</title>
<link rel="stylesheet" type="text/css" href="theme/html/html.css"/>
<script src="js/retina.min.js" type="text/javascript"> </script>
<script src="js/jquery.min.js" type="text/javascript"> </script>
<script src="js/data-design.js" type="text/javascript"> </script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body data-type="book">
<span class="btn open">打开</span>
<div class="navbar">
<div class="title">
<span class="btn close">关闭</span>
<h1>数据 + 设计</h1>
<h2>对信息准备与可视化的简要介绍</h2>
</div>
<nav data-type="toc" id="idp97216">
<ol>
<li data-type="part">
<a href="titlepage01.html">简介</a>
<ol>
<li data-type="copyright-page">
<a href="copyright-page01.html">版权许可</a>
</li>
<li data-type="preface">
<a href="preface01.html">绪言</a>
</li>
<li data-type="foreword">
<a href="foreword01.html">序</a>
</li>
<li data-type="introduction">
<a href="introduction01.html">怎样使用本书</a>
</li>
</ol>
</li>
<li data-type="part">
<a href="part01.html">数据基础</a>
<ol>
<li data-type="chapter">
<a href="ch01.html">基本数据类型</a>
</li>
<li data-type="chapter">
<a href="ch02.html">关于数据聚合/统计</a>
</li>
</ol>
</li>
<li data-type="part">
<a href="part02.html">数据采集</a>
<ol>
<li data-type="chapter">
<a href="ch03.html">调查数据简介</a>
</li>
<li data-type="chapter">
<a href="ch04.html">调查问题类型</a>
</li>
<li data-type="chapter">
<a href="ch05.html">其他的数据采集方法</a>
</li>
<li data-type="chapter">
<a href="ch06.html">发现外部数据</a>
</li>
</ol>
</li>
<li data-type="part">
<a href="part03.html">让数据就绪</a>
<ol>
<li data-type="chapter">
<a href="ch07.html">数据准备</a>
</li>
<li data-type="chapter">
<a href="ch08.html">数据清理</a>
</li>
<li data-type="chapter">
<a href="ch09.html">数据校对种类</a>
</li>
<li data-type="chapter">
<a href="ch10.html">数据清理的能和不能</a>
</li>
<li data-type="chapter">
<a href="ch11.html">数据转换</a>
</li>
</ol>
</li>
<li data-type="part">
<a href="part04.html">数据可视化</a>
<ol>
<li data-type="chapter">
<a href="ch12.html">决定哪些以及多少数据用于呈现</a>
</li>
<li data-type="chapter">
<a href="ch13.html">图形化调查响应结果</a>
</li>
<li data-type="chapter">
<a href="ch14.html">解析信息图</a>
</li>
<li data-type="chapter">
<a href="ch15.html">色彩、字体、图标的重要性</a>
</li>
<li data-type="chapter">
<a href="ch16.html">打印 Vs. 网页,静态 Vs. 交互</a>
</li>
</ol>
</li>
<li data-type="part">
<a href="part05.html">不要做什么</a>
<ol>
<li data-type="chapter">
<a href="ch17.html">知觉欺骗</a>
</li>
<li data-type="chapter"><a href="ch18.html">常见可视化错误</a>
</li>
</ol>
</li>
<li data-type="part">
<a href="#">总结</a>
<ol>
<li data-type="chapter">
<a href="app01.html">资源</a>
</li>
<li data-type="chapter">
<a href="glossary01.html">术语表</a>
</li>
<li data-type="chapter">
<a href="acknowledgments01.html">贡献者/致谢</a>
</li>
</ol>
</li>
</ol>
</nav>
</div>
<div data-type="part" class="yellow" data-pdf-bookmark="Part IX. Collecting Data" id="idp4950496">
<header>
<h1><img src="images/sections/03/collecting-data.png"/>Collecting Data</h1>
<h1><img src="images/sections/03/collecting-data.png"/>数据采集</h1>
</header>
<section class="content" id="idp4948144">
<p>Gathering data is similar to gathering ingredients for a recipe. If you want to create an excellent dish, you’ll want to start with the right ingredients, which means you’ll have to make a bunch of decisions beforehand.</p>
<p>获取数据类似于食谱中获取食材。如果你想要做顿大餐,你就会想从正确的食材开始,这意味着你必须预先做出一连串的决定。</p>
<p>For example, if you need honey, do you want a generic honey or a specific variety like orange blossom? Does the brand of honey matter? Does it need to be raw or organic? Do you prefer to get the honey from your local farmer or a supermarket? And who’s going to get all these ingredients? If you don’t have time, are you willing to pay someone to get them for you, even if it means you might not get exactly what you want?</p>
<p>比如,如果你需要蜂蜜,你是想要一种普通蜂蜜或是一种特别风味蜂蜜比如菊花味的呢?蜂蜜的品牌有关系吗?是半成品的还是有机的?是选择从本地农民还是从超市获得?谁负责弄到全部的食材?如果你没有时间,你是否愿意付费让别人帮你弄到,即使这意味着你得到的可能不确切是你想要的?</p>
<p>You have to make similar decisions before gathering data. You could get all of your data by asking open-ended questions on paper surveys that you pass out to people in a random place, but that probably won’t make the most sense. Different types of data are best collected in different sorts of ways from different places, and sometimes you might not have enough time or money to collect the data you need by yourself.</p>
<p>在你获取数据前,你必须做出类似的决定。你可以在随机的地点分发调查问卷给人们问开放性问题,来获取你所有的数据,但是这可能不是很有效。不同类型的数据最好用不同的方式从不同的地方收集,而且有时候你可能没有足够的时间和金钱去亲自收集你需要的数据。</p>
<p>In this section, we’ll talk about data collection methods to help you figure out where and how to best obtain the information you’re looking for, and how to sort out what information you really need. Let’s go shopping!</p>
<p>在这部分,我们将介绍数据采集方法,从而帮助你弄明白从哪儿以及如何最好的获取你想要的信息,以及如果挑选出你真正需要的信息。我们开始吧!</p>
</section>
</div>
<div class="navigation">
<ul>
<li id="next_page"><a href="ch03.html">Next</a></li>
<li id="previous_page"><a href="ch02.html">Previous</a></li>
</ul>
</div>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?27111432badf47d1f6260dcd3c815289";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>