1 00:00:00,570 --> 00:00:02,130 Hey it's Bruno here. 2 00:00:02,130 --> 00:00:04,650 It looks like you have your computer all set up. 3 00:00:04,650 --> 00:00:09,900 That's great to hear because we have our first client there a car manufacturer and they have some data 4 00:00:10,200 --> 00:00:15,140 on cars that they need to figure out but there's just too much mess out there. 5 00:00:15,140 --> 00:00:17,070 They don't really understand how to read it. 6 00:00:17,460 --> 00:00:21,220 I heard you're good with data analysis so I'm going to hand this off to you. 7 00:00:21,300 --> 00:00:22,140 Don't let me down. 8 00:00:22,150 --> 00:00:23,370 Does your first task. 9 00:00:23,400 --> 00:00:25,450 I'll see you later. 10 00:00:25,510 --> 00:00:26,420 All right everybody. 11 00:00:26,470 --> 00:00:28,370 There's another task that Bruno gave us. 12 00:00:28,390 --> 00:00:35,800 We have to analyze and do some data analysis on some car data now throughout the next couple of sections. 13 00:00:35,800 --> 00:00:41,630 We're actually going to get our hands dirty and start using Jupiter notebooks and start coding. 14 00:00:41,650 --> 00:00:43,120 We're going to use Python. 15 00:00:43,120 --> 00:00:44,790 We're going to use pandas. 16 00:00:44,800 --> 00:00:48,010 And we're also going to use something called non pi. 17 00:00:48,190 --> 00:00:50,380 Now a bit of a heads up here. 18 00:00:50,560 --> 00:00:55,520 The way we've structured these sections is that you should code along with us. 19 00:00:55,570 --> 00:01:01,900 So make sure you have your Jupiter notebook open and you code along and write stuff in as we have as 20 00:01:01,900 --> 00:01:02,670 well. 21 00:01:02,710 --> 00:01:05,980 We'll also provide all the notebooks and worksheets for you. 22 00:01:06,340 --> 00:01:13,000 And at the very end of each section for pandas and not by we actually provide exercises based on what 23 00:01:13,000 --> 00:01:19,750 you've watched and what you've learned so don't worry if you find some parts confusing because these 24 00:01:19,750 --> 00:01:25,930 are pretty tough topics to understand at first but by coding along and then doing the exercises at the 25 00:01:25,930 --> 00:01:29,700 end of each section you'll notice that things start to stick. 26 00:01:29,740 --> 00:01:36,970 Bit by bit remember we're learning these things because they're valuable they're skills that are valuable 27 00:01:37,170 --> 00:01:42,100 and valuable skills don't necessarily mean skills that are easy. 28 00:01:42,100 --> 00:01:48,880 If you could just watch videos from your couch and and not practice and become a data scientist. 29 00:01:48,880 --> 00:01:53,160 Well then everybody would be a data scientists and everybody would have high salaries. 30 00:01:53,200 --> 00:01:54,880 But that's not the case. 31 00:01:54,940 --> 00:01:58,270 We need to work and practice to really understand these things. 32 00:01:58,270 --> 00:02:03,600 So just giving you a warning if it becomes a little tough intimidating at first. 33 00:02:03,730 --> 00:02:07,360 Remember this every time something is difficult. 34 00:02:07,750 --> 00:02:10,280 That's what makes a skill valuable. 35 00:02:10,360 --> 00:02:17,860 So practice with us as you code and also make sure you do the exercises at the end of each section because 36 00:02:17,950 --> 00:02:22,240 they'll help stick that information that we've learned in the videos. 37 00:02:22,240 --> 00:02:22,650 All right. 38 00:02:22,780 --> 00:02:23,610 Enough talk. 39 00:02:23,620 --> 00:02:25,590 We've got to figure out this car sales data. 40 00:02:25,690 --> 00:02:26,910 So let's get to it.