Aaron Oliver
Aaron Oliver
  • Видео 11
  • Просмотров 155 600
Web Scraping with Python - Data Analysis Portfolio Project (Part 1)
A portfolio project is supposed to help you get hired. But I promise if you just go on Kaggle and do some boring data viz on the Titanic or iris data sets, you're not going to be getting many interviews, much less any job offers.
Hiring managers want to see unique projects! They want to see that you're passionate about something, that you went and gathered the data yourself and did something cool with it! You’ve got to make yourself stand out. Which is why I, an avid old school Runescape player (and self admitted nerd), am going to show you how to use Python to create a truly unique portfolio project.
This is the first installment of 3 that I will be releasing over the next couple of months...
Просмотров: 2 980

Видео

Why I Quit Data Analytics... (and Why I Came Back)
Просмотров 403Год назад
Data analytics not feeling technical enough for you? That's where I was 9 months ago.. But after a short stint as a software engineer, I came back to data analytics. Is software engineering out of the question for me forever? FREE resources: PYTHON: My video on how to learn python: ruclips.net/video/Awl_ain1gt8/видео.html Automate the boring stuff with Python: automatetheboringstuff.com/ Offici...
SQL interview questions and answers | Entry level data analyst interview
Просмотров 89 тыс.2 года назад
0:00 Intro 0:36 Interview question 1 1:38 Interview question 2 3:17 Interview question 3 4:13 Coding question 1 7:16 Coding question 2 9:13 Coding question 3 12:14 Coding question 4 16:41 Coding question 5 So you're preparing for an entry level data analyst / data science role and you want to brush up on your SQL. Or you want to practice some realistic questions that might come your way. Well y...
R vs Python | Which should you learn in 2023?
Просмотров 28 тыс.2 года назад
Look... You've got to stop asking whether to learn R or Python. First, you're asking the wrong question. Second, you're probably just procrastinating. So I'll help you pick one, once and for all, then you need to get started! 30 Day R learning plan: ruclips.net/video/vG4GUQVB0xo/видео.html 30 Day Python learning plan: ruclips.net/video/Awl_ain1gt8/видео.html FREE resources: PYTHON: My video on ...
Learn R fast | 30 day R learning plan (free materials)
Просмотров 4,1 тыс.3 года назад
Learn R Fast! Using only free materials, I can show you how to learn R in under a month! If you're interested in learning R fast this is the learning plan for you! I taught myself R in under 30 days following this exact plan, and if you do the same, you'll be surprised how proficient you become. In this video I lay out a step-by-step 4 week learning plan including only free resources to get you...
I switched careers and DOUBLED my salary
Просмотров 1,5 тыс.3 года назад
If you’re looking to change careers and get into analytics, look no further. I have gone from a financial analyst to a senior data analyst (and nearly doubled my income) in the course of about the last seven months. So, here’s how I did that, and how you can too. DO YOUR RESEARCH ON DIFFERENT OPTIONS I decided to get a master's degree after working for about a year, and if you think that's righ...
Is a master's of data science worth it?
Просмотров 4203 года назад
Do you need a master's degree in data science? I understand why people feel like it might be required for getting into data science and analytics. But is it? And is it right for you? In other words, Is a master's of data science worth it? WHY DS/ANALYTICS? First things first, why do you want to get into data science/analytics? Do you actually want to get into data science/analytics? If you’ve c...
3 signs data science / analytics isn't for you (Should you get into data science?)
Просмотров 1,3 тыс.3 года назад
There are some obvious telltale signs that data science isn't for you. THE MONEY You probably have seen some statistics from Glass Door or indeed or wherever on how much data scientists make. Some places say $100K starting out! Analysts make over $75K! There are two things to note here. First, these stats are often wrong and misleading. Most of these “average salary” figures are pulled up by pe...
How to buy and sell stocks on Cash App for beginners (FULL ACCOUNT SIGNUP + BUYING AND SELLING)
Просмотров 9223 года назад
Cash App started allowing users to buy and sell stocks and Bitcoin a while back, but I've seen a lot of people wondering exactly how to buy and sell stocks on Cash App. It's actually pretty straightforward, and I think it's a really great option for beginners, so in this video I break down how to invest on Cash App for beginners, including how to buy and sell stocks on Cash App as well as how t...
Learn Python fast | How I learned to code in less than a month
Просмотров 26 тыс.4 года назад
It can be hard to know where to start when you're trying to learn how to code. That's why I made this video! I learned all of the most important Python basics in only 3 weeks, and if you're dedicated and have the time, you can too. In this video I talk about what my situation was like when I learned Python, my background, and an AMAZING free book: "Automate the Boring stuff with Python". Follow...
Taking a $25,000 pay cut to break into data science
Просмотров 4944 года назад
Why I took a 50% pay cut for a data science internship || The field of data science is highly competitive, and as time goes on and more people try to get into the field, it only becomes harder to break into. Because I don't have a traditional statistics or computer science background, I decided to use an internship to switch careers while I pursue my master's degree (and take a 50% pay cut in t...

Комментарии

  • @28lester
    @28lester 2 дня назад

    Coding question 4 makes no sense to me. I wrote the following and got the wrong answer, and different output to your solution, even though they look identical in what they are doing? SELECT ac.name FROM actor ac JOIN casting ca ON ac.id = ca.actorid GROUP BY ac.name HAVING COUNT(CASE WHEN ca.ord = 1 THEN 1 ELSE 0 END) >= 15 It should be essentially the same, since in your solution you are counting the name, because it was already filtered to only include ord = 1 and grouped by name. In mine we grouped by name, and counting the occurences of ord=1, it should return the same value, and the same names, why doesn't it?

    • @AaronMOliver
      @AaronMOliver 20 часов назад

      Good question! What your solution is doing is actually not counting occurences of ord=1, it is just counting all rows in the resulting set. Try changing the COUNT to SUM and see if that works!

  • @lenkapang-ek4fe
    @lenkapang-ek4fe 28 дней назад

    hi, the coding question5 list the people who have worked with.... may I ask you why don't we direct write" where name=...." not sub query?

  • @OnePercentPerfectionist
    @OnePercentPerfectionist Месяц назад

    Thanks for this. I attempted the last one before watching your solution. I didn't need to go to the movies table since the movie ids were already on the casting table. But I really like how you explained generally. Great video. Please make more. :)

  • @JuliaHennigan-r1m
    @JuliaHennigan-r1m Месяц назад

    Walker Kevin Garcia Eric Martin Larry

  • @Tim4141-v7u
    @Tim4141-v7u 3 месяца назад

    thank you

  • @timurnurlygayanov3208
    @timurnurlygayanov3208 3 месяца назад

    Man, this is great video, detailed, simple and covers all basic SQL patterns! Thank you!

  • @olit8938
    @olit8938 3 месяца назад

    I don't know why but i find you sexy talking about no sexy things gosh.

  • @owdengodson2990
    @owdengodson2990 4 месяца назад

    Joins can be used to combine rows from two OR MORE tables!!

  • @furkansalman7108
    @furkansalman7108 4 месяца назад

    In the 4th question shouldn't it be count(movieid) since we are counting the number of movies they starred in?

  • @igorsveiga
    @igorsveiga 4 месяца назад

    Thank you for the advice

  • @alimalek9362
    @alimalek9362 5 месяцев назад

    I'm waiting for the next parts.

  • @alimalek9362
    @alimalek9362 5 месяцев назад

    Perfect and Best web scraping tutorials that I've met. Thank you Bro.

  • @tarasst6887
    @tarasst6887 6 месяцев назад

    R is best !!!

  • @NathanSStorey
    @NathanSStorey 6 месяцев назад

    Thanks for the upload. Great video. Hope it helps with my interview tomorrow!

  • @funnytime7143
    @funnytime7143 7 месяцев назад

    thank you

  • @ayushsrivastava9997
    @ayushsrivastava9997 8 месяцев назад

    It should be >= 10 million coz its atleast right?

  • @filmweaver2013
    @filmweaver2013 9 месяцев назад

    Matlab, best of both worlds..!

  • @zacharygibbs2355
    @zacharygibbs2355 9 месяцев назад

    Intro to statistical learning now has exercises in Python as well!

  • @HatTerry
    @HatTerry 9 месяцев назад

    Much Appreciated!

  • @Brentfindley
    @Brentfindley 9 месяцев назад

    20 seconds in and my boy is cutting deep with that question 🫡

  • @ezhankhan1035
    @ezhankhan1035 10 месяцев назад

    Incredibly helpful video! Thanks Aaron :)

  • @scharlesworth93
    @scharlesworth93 10 месяцев назад

    Dude you are cool definitely subscribe

  • @scharlesworth93
    @scharlesworth93 10 месяцев назад

    R is a secret power, Python is cool but R levels you up

  • @AkashBagchisBestDeals
    @AkashBagchisBestDeals 11 месяцев назад

    Thank you for your guidance God bless you brother ❤❤❤❤❤❤

  • @LA-sw1gv
    @LA-sw1gv 11 месяцев назад

    Thanks for sharing this. It is really helpful in showing how to think logically and work through the question.

  • @julianwilson9919
    @julianwilson9919 11 месяцев назад

    In 2023 (or 2024), learn Julia! It's come a long way in the last few years. R and Python are still great choices but they're far from the only options these days for data science.

  • @立松徹
    @立松徹 11 месяцев назад

    cool video)

  • @thewhitedragon4184
    @thewhitedragon4184 Год назад

    I know this video is old, but like when you mentioned jupyter notebooks for python, it's kinda baffling that you didn't mention the fact that R should be fully support in jupyter, since the idea with those is mixed code blocks. So you can have markdown blocks and python blocks and R blocks, Julia and even c blocks if you hack it enough. I watched this video because I'm already fairly proficient in python and was thinking should I learn R and when you mentioned both, Jupyter is the first thing that comes to mind

  • @prison9865
    @prison9865 Год назад

    I have been working with R for a year now and i been concluded, go with python. It does matter when it comes to technicality

  • @jabaltariq4606
    @jabaltariq4606 Год назад

    Name one (1) of the top 25 department of statistics in the world that use Python to analyze data? I'll wait. What do "you" (impersonal) now about data analysis that statisticians do not know? Python wastes a lot of time to do some simple data analysis tasks.

  • @aidanthompson5053
    @aidanthompson5053 Год назад

    18:16

  • @aidanthompson5053
    @aidanthompson5053 Год назад

    SQL is a coding language used to interact with relational databases MySQL is a software used to implement those relational databases

  • @aidanthompson5053
    @aidanthompson5053 Год назад

    SQL is an abstraction; a language - there’s no implementation involved, just coding syntax MySQL is a piece of software, a relational database management tool that allows you to: use a graphical interface to update schemas, to define data types to give users permissions or revoke them etc.

  • @aidanthompson5053
    @aidanthompson5053 Год назад

    There are 4 main types of joins: Inner, outer, left, right An inner join retrieves records that have matching values in both tables involved in the join An outer join retrieves records where there is a match in either the left or right table Left join retrieves records from the left table and the matched records from the right table Right join retrieves records from the right table and the matched records from the left table

  • @aidanthompson5053
    @aidanthompson5053 Год назад

    A join us a function in SQL that allows a user to combine 2 different tables based on a set of logic and the columns from those tables that the user defines

  • @aidanthompson5053
    @aidanthompson5053 Год назад

    A primary key is a unique, non-nullable identifier for each record in a table and it can be either 1 column or multiple columns. However, each table can only have one primary key.

  • @nifftbatuff676
    @nifftbatuff676 Год назад

    Why in 2023 Python is still behind R for data analysis and visualization?

  • @markvilla7796
    @markvilla7796 Год назад

    is this really the interview question? or the assessment? I'm sorry don't have an idea but want to learn. Please no bad comment. Thank you so much.

  • @aishwaryapattnaik3082
    @aishwaryapattnaik3082 Год назад

    Why do you start something which you can't finish...its over 3 months now

  • @bhuvanmohinidevi194
    @bhuvanmohinidevi194 Год назад

    That was so helpful! Thank you so much big brother!

  • @bouseuxlatache4140
    @bouseuxlatache4140 Год назад

    i started R almost 1,5 years and am enjoying the tool. however many colleagues only use Python and seem to be annoyed with the R code. this is due to the fact that my company is working with MS tools, and microsoft decided to go all in with Python. i feel the pressure to learn coming closer.

  • @gabiscarabel
    @gabiscarabel Год назад

    Amazing video! Many thanks!

  • @brianatford6603
    @brianatford6603 Год назад

    I already know both languages, and this still feels like a roast.

  • @ashrafulalam483
    @ashrafulalam483 Год назад

    Love the way how you start the video !😄

  • @lablondekalalizi9502
    @lablondekalalizi9502 Год назад

    Yooooh, I'm typing your questions in chatGPT and it giving me the same answers without event presenting it with tables. This is awesome

  • @kapur.betzy2023
    @kapur.betzy2023 Год назад

    When is the next video coming out ? Its been more than 4 weeks and we already have started forgetting about the first part

  • @kavinsuresh5468
    @kavinsuresh5468 Год назад

    For the interview question 2 ( 9:00 ) wouldn't it be >= instead of just > because the problem says 'at least' which is inclusive of the given number too.

    • @AaronMOliver
      @AaronMOliver Год назад

      Good callout! That's correct, yeah. It just so happens in this case you get the correct results anyway, but there are a lot of times that wouldn't be the case, so good catch thanks!

  • @RohitSingh-pd7zr
    @RohitSingh-pd7zr Год назад

    Hey Aaron I just found your channel and have really enjoyed your last few videos. As a newbie, I have a lot of questions to ask and the overwhelming desire to learn everything is killing me. I'm trying to build a strong portfolio but don't know to how to start with it.

  • @jackma9049
    @jackma9049 Год назад

    Thanks Aaron, really good and clear tutorial!