Can You Solve These 3 Data Analysis Puzzles? (AnalystBuilder & Python Pandas)

Поділитися
Вставка
  • Опубліковано 7 чер 2024
  • Check out AnalystBuilder!
    www.analystbuilder.com/?via=k...
    Join me as I dive into the Analyst Builder platform created by fellow UA-camr @AlexTheAnalyst! In this video, we tackle a series of Python programming challenges, demonstrating real-time problem-solving and coding skills. We navigate through various tasks, from identifying high-risk heart attack patients using data analysis to manipulating strings and solving complex data queries. Whether you're a seasoned programmer or just starting, this video offers insights into Python programming and practical data analysis techniques.
    Highlights
    - Overview of Analyst Builder platform and its user-friendly interface.
    - Coding session solving Python problems related to data analysis and manipulation.
    - Detailed walkthrough of three distinct challenges: heart attack risk assessment, customer data anonymization, and sales data analysis for a bakery contest.
    Python & Programming Skills Used:
    - Writing efficient Python queries to extract specific data from data frames.
    - Utilizing Pandas for data analysis, including conditional filtering, sorting, and grouping.
    - Implementing string manipulation techniques for data anonymization.
    - Leveraging pivot tables for comparative analysis of sales data.
    - Dynamic problem-solving and debugging using Python in a real-world scenario.
    If you have any questions, let me know in the comments!
    If you enjoyed this video, make sure to throw it a like & subscribe for all future content :)
    Video timeline!
    0:00 - Overview & Getting Started
    0:50 - 1. Predicting Heart Attack Risk (Easy Problem)
    6:44 - 2. Data Anonymization (Medium Problem)
    11:53 - 3. Dessert Duel (Hard Problem)
    Keywords: #Python #Pandas #DataAnalysis #AnalystBuilder #ProblemSolving #Coding #Tutorial #DataScience
    -------------------------
    Follow me on social media!
    Instagram | / keithgalli
    Twitter | / keithgalli
    TikTok | / keithgalli
    -------------------------
    If you are curious to learn how I make my tutorials, check out this video: • How to Make a High Qua...
    Practice your Python Pandas data science skills with problems on StrataScratch!
    stratascratch.com/?via=keith
    Join the Python Army to get access to perks!
    UA-cam - / @keithgalli
    Patreon - / keithgalli
    *I use affiliate links on the products that I recommend. I may earn a purchase commission or a referral bonus from the usage of these links.

КОМЕНТАРІ • 13

  • @KeithGalli
    @KeithGalli  5 місяців тому +3

    Here's a link to the platform! www.analystbuilder.com/?via=keith
    Hope you enjoy this video :). Working on some longer tutorials, but going to try to post intermittent videos like this as well. If you have suggestions, let me know!

  • @AlexTheAnalyst
    @AlexTheAnalyst 5 місяців тому +7

    Hey thanks for trying it out! Really glad you enjoyed it! 😁🙌

  • @FailingProject185
    @FailingProject185 4 місяці тому

    Your tutorials are incredible. Hoping you'd make 10 hour+ tutorials about ai technologies. I will watch everything you put out. Much Love.

  • @abletmuhtar8979
    @abletmuhtar8979 5 місяців тому +2

    # heart attack risk
    ( patients
    .query(' age > 50 and cholesterol > 240 and weight > 200 ')
    .sort_values('cholesterol', ascending = False)
    )

  • @TheGmr140
    @TheGmr140 5 місяців тому

    Very cool video 😊

  • @GevheriHere
    @GevheriHere 4 місяці тому

    It's nice to see you again! Greetings from Turkey 😊

    • @KeithGalli
      @KeithGalli  4 місяці тому

      It's nice to be back again! :)

  • @erbharti5880
    @erbharti5880 13 днів тому

    I was a big follower of yours

  • @MichaelUntch-hk8qy
    @MichaelUntch-hk8qy 3 місяці тому

    Hey Keith
    Sorry for asking an off-topic question:
    Are you still teaching at Masterschool?
    I am interested in one of their programs and now am trying to find out if its worthy or if its morelikely a hoax and i would be better off reaching my goals in a different way.
    I would really really appreciate giving me an answer to what you think about it. I Need your advice
    Shalom from Germany
    Michael

    • @KeithGalli
      @KeithGalli  3 місяці тому

      Want to shoot me a message on LinkedIn: linkedin.com/in/keithgalli

  • @JOHNSMITH-ve3rq
    @JOHNSMITH-ve3rq 5 місяців тому +1

    what is the point of doing this when gpt4 can do it better and faster?? What alpha is there left in memorising syntax like this anymore?? Serious question! Genuinely -- how is this going to help at all? Isn't it more important to grasp the underlying concepts and be able to do creative things, whereas syntax has now been totally abstracted away to LLMs?

    • @AlexTheAnalyst
      @AlexTheAnalyst 5 місяців тому +4

      ChatGPT can solve all of the Easy to Hard questions on the platform. It can’t solve any of the Very Hard ones. The Very Hard questions are about a 3/10 difficulty in the real world. And you’re going to need to actually know what you’re doing when you code - LLMs can only get you so far in the real world.

  • @Liberanduscks
    @Liberanduscks 5 місяців тому +1

    Worst website