All language subtitles for 05_explore-your-data-toolbox.en

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian Download
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,187 --> 00:00:04,659 All professions require a certain set of tools for success, 2 00:00:04,659 --> 00:00:06,897 and data driven work is no different. 3 00:00:06,897 --> 00:00:10,293 In this video, we'll open our analytics tool box and 4 00:00:10,293 --> 00:00:12,616 look at some of the most common items. 5 00:00:12,616 --> 00:00:14,588 Before we begin, I want to emphasize 6 00:00:14,588 --> 00:00:17,744 that each of the items serves their own individual purpose. 7 00:00:17,744 --> 00:00:22,628 However, when used together they help build and tell stories with data 8 00:00:22,628 --> 00:00:27,151 which can then inform, influence, and impact business decisions. 9 00:00:27,151 --> 00:00:32,158 Programming languages are the first tools we'll investigate. They allow data 10 00:00:32,158 --> 00:00:37,250 professionals to work efficiently within and dissect large data sets. 11 00:00:37,250 --> 00:00:41,164 Most languages have been developed over time and each data professional, 12 00:00:41,164 --> 00:00:42,613 has their own preferences. 13 00:00:42,613 --> 00:00:46,618 We'll mention two in this video that have become very popular for data analysis. 14 00:00:46,618 --> 00:00:51,152 The R programming language and Python. R is a programming language that's 15 00:00:51,152 --> 00:00:54,326 used extensively by researchers and academics. 16 00:00:54,326 --> 00:00:58,232 It was my primary language during graduate studies in statistics and 17 00:00:58,232 --> 00:01:01,697 some people say that R captures the statisticians mindset. 18 00:01:01,697 --> 00:01:04,282 I'd say there's something to that sentiment. 19 00:01:04,282 --> 00:01:08,789 If you're after implementations of the latest statistical breakthroughs, 20 00:01:08,789 --> 00:01:10,436 R is a great place to look. 21 00:01:10,436 --> 00:01:14,817 But it's used for more than statistics, you'll find many new technologies and 22 00:01:14,817 --> 00:01:16,392 ideas programmed with it. 23 00:01:16,392 --> 00:01:20,842 One of the best features of R is that you can create complex statistical models 24 00:01:20,842 --> 00:01:22,484 from just a few lines of code. 25 00:01:22,484 --> 00:01:26,955 If you're curious about R, or need a refresher, be sure to check out our Google 26 00:01:26,955 --> 00:01:31,050 Data Analytics certificate also offered here on this platform. 27 00:01:31,050 --> 00:01:34,701 This program teaches the Python programming language. 28 00:01:34,701 --> 00:01:37,119 It's a great choice for a few reasons. 29 00:01:37,119 --> 00:01:39,376 First of all, it emphasizes readability, 30 00:01:39,376 --> 00:01:43,043 making it one of the easiest programming languages to learn and write. 31 00:01:43,043 --> 00:01:47,317 Second, unlike R, Python wasn't born in the data community. 32 00:01:47,317 --> 00:01:51,513 While this might sound like a minus, it can also be a huge plus. 33 00:01:51,513 --> 00:01:56,279 In the modern world data is used in increasingly creative ways. 34 00:01:56,279 --> 00:02:00,218 There's a massive advantage, to learning a programming language that's capable 35 00:02:00,218 --> 00:02:02,225 not only of handling the data side of things, 36 00:02:02,225 --> 00:02:04,654 but can also be used to build and deploy 37 00:02:04,654 --> 00:02:07,232 the applications that data will be fueling. 38 00:02:07,232 --> 00:02:12,160 Although R, was my first love, these days, I find that I lean more heavily on Python 39 00:02:12,160 --> 00:02:13,996 because of its flexibility. 40 00:02:13,996 --> 00:02:17,808 Python can perform a wide variety of data related tasks, 41 00:02:17,808 --> 00:02:21,417 which makes it very popular among data professionals. 42 00:02:21,417 --> 00:02:24,482 If you're a novice or new to coding completely Python 43 00:02:24,482 --> 00:02:26,231 is a very approachable language. 44 00:02:26,231 --> 00:02:28,538 Its formatting is visually uncluttered. 45 00:02:28,538 --> 00:02:31,816 It's one of the most beginner friendly languages and it has 46 00:02:31,816 --> 00:02:36,263 enormous online communities and plenty of resources to help you if you get stuck. 47 00:02:36,263 --> 00:02:39,723 We will interact with Python within a web based computing platform 48 00:02:39,723 --> 00:02:41,347 also called Jupyter notebooks, 49 00:02:41,347 --> 00:02:44,734 which allows you to run code in real time, and helps 50 00:02:44,734 --> 00:02:49,402 identify errors easily. To visualize the stories in the data, we're 51 00:02:49,402 --> 00:02:54,247 going to teach you how to share complex data through a graphical interface. 52 00:02:54,247 --> 00:02:56,636 Those who experienced our data analytics program 53 00:02:56,636 --> 00:02:58,925 will be familiar with a platform called Tableau. 54 00:02:58,925 --> 00:03:03,487 In this program, we'll take a more detailed look at how this powerful tool 55 00:03:03,487 --> 00:03:07,077 can help others understand the results of your analysis. 56 00:03:07,077 --> 00:03:11,649 Additionally, we'll look at effective communication in data driven careers. 57 00:03:11,649 --> 00:03:16,740 At first glance, it might seem like less of a concern, but describing the sometimes 58 00:03:16,740 --> 00:03:21,128 complex processes of data analytics to nontechnical stakeholders 59 00:03:21,128 --> 00:03:25,073 may be one of the most important skills a data professional can have. 60 00:03:25,073 --> 00:03:28,186 Since communication is something we all do regularly. 61 00:03:28,186 --> 00:03:32,290 It's easy to forget about the importance of how data professionals share and 62 00:03:32,290 --> 00:03:33,526 process data stories. 63 00:03:33,526 --> 00:03:36,817 Our goal here is to strengthen the communicative skills 64 00:03:36,817 --> 00:03:38,309 that you already possess, 65 00:03:38,309 --> 00:03:41,995 so that you can leave this program equipped to excel. 66 00:03:41,995 --> 00:03:43,886 In this course specifically, 67 00:03:43,886 --> 00:03:48,060 and across other segments of this program, communication will be a key component 68 00:03:48,060 --> 00:03:51,550 that is directly tied to the work you'll do as a data professional. 69 00:03:51,550 --> 00:03:55,974 Programming languages allow data professionals to interact with and 70 00:03:55,974 --> 00:03:57,001 interpret data. 71 00:03:57,001 --> 00:04:01,941 Visual data tools, like Tableau, enrich the stories within data with visual elements 72 00:04:01,941 --> 00:04:04,480 that bring attention to specific details. 73 00:04:04,480 --> 00:04:10,438 But the most important element of any story is the storyteller. That's you. 74 00:04:10,438 --> 00:04:16,007 Your prior experiences and knowledge inform your storytelling abilities, 75 00:04:16,007 --> 00:04:21,297 and your distinct background is what will set you apart from others in these roles. 76 00:04:21,297 --> 00:04:26,232 Regardless of your eventual career path, remaining determined and developing 77 00:04:26,232 --> 00:04:31,108 the proper skills is essential to personal and professional transformation, 78 00:04:31,108 --> 00:04:35,979 and the tools we're offering you in this program will also help you along the way. 79 00:04:35,979 --> 00:04:40,712 I'm thrilled to continue alongside you in your journey. The best is yet to come. 80 00:04:40,712 --> 00:04:41,760 I'll see you soon7376

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.