Karina Data Scientist
Karina Data Scientist
  • 89
  • 60 170
Excel Lookups Made EASY! Master VLOOKUP, HLOOKUP, and XLOOKUP in 10 MIN
This video is an Excel tutorial. I’ll break down three of the most essential lookup functions in Excel: VLOOKUP, HLOOKUP, and XLOOKUP.
What you’ll learn:
- How to use VLOOKUP to find data vertically in large spreadsheets.
- How to apply HLOOKUP for horizontal data lookups.
- Why XLOOKUP is the ultimate replacement for VLOOKUP and HLOOKUP, offering more flexibility and efficiency.
Perfect for data analysts, business professionals, and anyone looking to save time in Excel.
💌 Join my newsletter and get access to various freebies - stan.store/KarinaDataScientist
🧠 AI to help you analyse your data - powerdrill.ai/?via=karina-sam...
----------------------
Timestamps:
----------------------
00:00 Intro
00:34 VLOOKUP()
04:03 XLOOKUP()
08:07 HLOOKUP()
----------------------
Social Media:
----------------------
TikTok: www.tiktok.com/@karinadatascientist
Instagram: karinadatascientist
Linkedin: www.linkedin.com/in/karina-samsonova/
Переглядів: 833

Відео

Build Image Recognition Model In Python in 20 min
Переглядів 633День тому
Dive into the world of Deep Learning and master image recognition using Convolutional Neural Networks (CNNs) in Python! This comprehensive tutorial takes you from the basics to building and testing your own powerful image recognition model. No prior deep learning experience required! This tutorial covers: The fundamentals of Deep Learning Setting up your Python environment for CNN development D...
Data Cleaning in Pandas in 20 minutes
Переглядів 3,4 тис.14 днів тому
Learn essential data cleaning techniques in Python. In this video tutorial we will use salary data scraped from job websites that requires some cleaning. We will remove characters, convert hourly salary to yearly, split columns and then create visuals. This tutorial covers: String manipulation with str.replace(), Splitting columns using comma separators, One-hot encoding for categorical data, C...
Build Perfect DATA portfolio
Переглядів 1,8 тис.21 день тому
Creating a strong portfolio is essential if you’re looking to break into data analytics or data science. In this video, I’ll walk you through the key do’s and don’ts when building your portfolio, helping you avoid common mistakes and stand out to potential employers. Whether you’re a beginner or looking to level up your career, this guide will show you how to showcase your skills and land your ...
Word Cloud in Python
Переглядів 543Місяць тому
Word Cloud in Python
For Loops and While Loops in Python
Переглядів 319Місяць тому
For Loops and While Loops in Python
Hugging Face Tutorial (2024) - Sentiment Analysis, Text Generation, LLM
Переглядів 1,1 тис.Місяць тому
Hugging Face Tutorial (2024) - Sentiment Analysis, Text Generation, LLM
Data Analytics Portfolio Project - Netflix customer base (Python)
Переглядів 2,2 тис.Місяць тому
Data Analytics Portfolio Project - Netflix customer base (Python)
Excel Functions EVERYONE needs
Переглядів 2,4 тис.2 місяці тому
Excel Functions EVERYONE needs
Data Science Portfolio Project - Churn prediction model
Переглядів 2,9 тис.2 місяці тому
Data Science Portfolio Project - Churn prediction model
How To Make Beautiful Line Charts Using Matplotlib in Python
Переглядів 4622 місяці тому
How To Make Beautiful Line Charts Using Matplotlib in Python
Why Polars is better than Pandas?
Переглядів 8942 місяці тому
Why Polars is better than Pandas?
How I'd become a Data Analyst if I had to start today
Переглядів 2,2 тис.2 місяці тому
How I'd become a Data Analyst if I had to start today
Data Analysis Project in Excel (Beginner to Intermediate)
Переглядів 3,2 тис.2 місяці тому
Data Analysis Project in Excel (Beginner to Intermediate)
Data Analytics Portfolio Project - Coffee Sales
Переглядів 5 тис.3 місяці тому
Data Analytics Portfolio Project - Coffee Sales
Data Science Project - RFM model
Переглядів 3,1 тис.3 місяці тому
Data Science Project - RFM model
T-test in MS Excel
Переглядів 2593 місяці тому
T-test in MS Excel
Data Science Portfolio Project - K-means
Переглядів 2,1 тис.3 місяці тому
Data Science Portfolio Project - K-means
Monte Carlo Simulation (Predict NVIDIA Share Price)
Переглядів 5643 місяці тому
Monte Carlo Simulation (Predict NVIDIA Share Price)
Don't make these mistakes Power BI
Переглядів 904 місяці тому
Don't make these mistakes Power BI
Data Scientist Portfolio Project - Logistic Regression (Beginners to Intermediate)
Переглядів 9294 місяці тому
Data Scientist Portfolio Project - Logistic Regression (Beginners to Intermediate)
Data Analyst Portfolio Project with Python
Переглядів 1,3 тис.4 місяці тому
Data Analyst Portfolio Project with Python
Solve Mystery with Stats: Correlation Coefficient
Переглядів 1684 місяці тому
Solve Mystery with Stats: Correlation Coefficient
Mode, median, mean in statistics
Переглядів 1174 місяці тому
Mode, median, mean in statistics
Linear Regression
Переглядів 3664 місяці тому
Linear Regression

КОМЕНТАРІ

  • @khushboomehta8611
    @khushboomehta8611 3 дні тому

    Amazing 😍😍

  • @VenkatesanVenkat-fd4hg
    @VenkatesanVenkat-fd4hg 4 дні тому

    Great share as always

  • @anuvabkumarrit4669
    @anuvabkumarrit4669 4 дні тому

    This was very helpful. Thank you!

  • @mihirsharma4277
    @mihirsharma4277 4 дні тому

    It helped a-lot. Thanks!!

  • @emsif
    @emsif 4 дні тому

    this was very helpful, thanks! But i´m everytime confused because i´ve never seen a video so far in which the assumptions of linearity between the features and the log odds of the target or multicollinearity in a logistic regression model were checked. Is there´s a reason? Or why didn´t you check these assumptions?

    • @karinadatascientist
      @karinadatascientist 4 дні тому

      It is a vild point. Have you worked as a data scientist in the business or you worked in academia/as a researcher? It’s quite common for people not to check these assumptions in practical applications of logistic regression. In practical data science tasks, the focus is often on predictive power, and models like decision trees, random forests, or gradient boosting might be preferred, where assumptions of linearity are not required. Logistic regression will still run even with multicollinearity, and in many real-world datasets, multicollinearity doesn’t prevent the model from being useful, particularly when the goal is prediction rather than inference. Since in real-life projects main focus is accuracy - I haven't run into issues where these assumptions caused major problems.

  • @noice_deer
    @noice_deer 4 дні тому

    if you know any company where i get data analyst internship them please tell me

  • @karinadatascientist
    @karinadatascientist 4 дні тому

    My Excel e-book is available here - stan.store/KarinaDataScientist. It is suitable for complete beginners as well as experienced Excel users. I put together all the functions I use, and paid extra attention to Pivot tables (including calculated fields, groupings etc).

  • @VenkatesanVenkat-fd4hg
    @VenkatesanVenkat-fd4hg 5 днів тому

    Thanks for your videos and share. I have two queries, 1. As a data scientist, whether you work on powerbi? I think in future, data scientist should hav data engineers skills and data analyst skills, irrespective of their own skills... 2. Whether I can practice excel online in the cloud rather than in the local PC....

    • @karinadatascientist
      @karinadatascientist 4 дні тому

      Hey, I am probably not a good example of a typical data scientist, as I work mostly with startups on everything from strategy implementation and development up to analytics projects and ML projects. And since start ups don't have team to do all the work, I work with PowerBI/Tableau/DOMO/Redash/Mixpanel too. But I don't know if it is expected from DSs if they work for big corporates. I agree with you that data engineering and data analytic skills will probably become part of "Full stack data scientist" role at some point. 2) I think there is Excel Online that is a part of the Microsoft Office 365 suite. You can access it through your Microsoft account on OneDrive. Or you can use Google Sheets, some things are not exactly the same, but it is also a good way of practicing, and it is free

    • @VenkatesanVenkat-fd4hg
      @VenkatesanVenkat-fd4hg 4 дні тому

      @@karinadatascientist Thanks for your kind response....

  • @gaumeuvlog2603
    @gaumeuvlog2603 5 днів тому

    Thank you so much. I learn more when watching your videos 😊 Have a nice day ❤

  • @awunijohn6681
    @awunijohn6681 5 днів тому

    I follow you at tik tok as well. ❤❤

  • @awunijohn6681
    @awunijohn6681 5 днів тому

    I really love how you present the content. ❤❤❤❤

  • @Emadamx
    @Emadamx 5 днів тому

    Thanks, continue the good work 🎉

  • @cafedreamboy
    @cafedreamboy 7 днів тому

    Great

  • @Emadamx
    @Emadamx 8 днів тому

    Thanks a lot 🙌

  • @Emadamx
    @Emadamx 8 днів тому

    My mentor we need a full explanation video for each algorithm

  • @Emadamx
    @Emadamx 8 днів тому

    Thanks my Mentor 🎉

  • @magbomajoshua1585
    @magbomajoshua1585 11 днів тому

    great video, i love the way you make learning simple.

  • @muhammadyousuf5839
    @muhammadyousuf5839 11 днів тому

    Great !

  • @luisokech8912
    @luisokech8912 11 днів тому

    nice walkthrough. Link to the notebook?

  • @galactusgaming3028
    @galactusgaming3028 12 днів тому

    Just two things to say: excellent and thank you

  • @g.t3395
    @g.t3395 12 днів тому

    hello.which laptop do u use?

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

    Great content and good case study...

  • @07bakabaka
    @07bakabaka 14 днів тому

    thanks for sharing

  • @darkinc1429
    @darkinc1429 14 днів тому

    Always learning something new. Didn't know about pandas.Index.get_loc...

  • @ViewDarkness
    @ViewDarkness 15 днів тому

    Very useful ! Thank you.

  • @careershala3598
    @careershala3598 15 днів тому

    Please provide roadmap to data science