1. Data Analytics Using MySQL | MySQL (Case Study - 1) | Kaggle Dataset (SF Salary)

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024
  • Dataset on Kaggle: www.kaggle.com...
    MySQL Code File Used in this Video: github.com/PRI...
    GitHub Link: github.com/PRI...
    If you enjoy these tutorials, like the video, give it a thumbs-up, and share these videos with your friends and families if you think they would help him.
    Please consider clicking the SUBSCRIBE button to be notified of future videos.
    Disclaimer ---
    Video is for educational purposes only. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is permitted by copyright statute that might otherwise be infringing. Non-profit, educational, or personal use tips the balance in favor of fair use.
    Thanks for watching -

Комментарии • 55

  • @LuckyEDOHAMHEN
    @LuckyEDOHAMHEN 6 месяцев назад +4

    This has to be the most satisfactory and simplest sql video on the internet
    God bless you.

  • @godisgreat3892
    @godisgreat3892 Год назад +5

    I really appreciate the way of teaching, its really understandable, please keep uploading more SQL videos like this. Thank you, sir.

  • @junaiddooast7435
    @junaiddooast7435 3 месяца назад +1

    i am lucky enough to get your channel . have done projects of data analysis using python from ur channel and now working on sql

  • @mtad-healthfitness
    @mtad-healthfitness 19 дней назад +1

    very helpful, thanks

  • @fasiowaizahmed4641
    @fasiowaizahmed4641 Месяц назад +1

    great video!! loved it

  • @umeshtiwari800
    @umeshtiwari800 Год назад +2

    Ur all videos are very good.

  • @sharann9644
    @sharann9644 21 день назад

    How have salaries changed over time between different groups of people?
    How are base pay, overtime pay, and benefits allocated between different groups?
    Is there any evidence of pay discrimination based on gender in this dataset?
    How is budget allocated based on different groups and responsibilities?
    Will you try to explain these questions with the sql queries

  • @xyzw1850
    @xyzw1850 Год назад +3

    Let me comment , that your videos are damm good, thanks!

  • @Lexi_The_Queen
    @Lexi_The_Queen Год назад +2

    Good work...

  • @sobatbale4569
    @sobatbale4569 Год назад +1

    Love it, thankyouu

  • @ifeomajames8702
    @ifeomajames8702 4 месяца назад +2

    What is the data type for your base pay column. When I imported the data, it told me error code 1265 , data truncated for column base pay at row 5

  • @dpegn
    @dpegn Год назад +3

    is this wrong approach for question 8?
    select employeeName,
    avg(Basepay),
    avg(OvertimePay),
    avg(otherpay) from salaries
    group by employeeName;

  • @dianatwin1190
    @dianatwin1190 10 месяцев назад +3

    Hey I appreciate this lecture
    But my work did not show the question window
    kindly elp
    thank you

  • @laxmanreddy2051
    @laxmanreddy2051 5 месяцев назад +1

    Please reply can we use it as sql project in interview ...your reply will save so many students life

  • @Vishal-xv4mt
    @Vishal-xv4mt 5 дней назад

    My sql takes a lot time in importing and sql server can do it in seconds

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

    why we use MySQL in data analytics?
    do we work same tasks on Excel or in Mysql, are both use for same purpose in DA?

  • @vivekjoshi2790
    @vivekjoshi2790 8 месяцев назад +1

    unable to download the dataset. says 'we can’t show files that are this big right now.'

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

    mine, the data doesn't fully import to mysql, only approximately 4000 row in mysql. How to handle this problem?

    • @DataThinkers
      @DataThinkers  29 дней назад +1

      This video wil help :ruclips.net/video/Wt6DKHLR_ww/видео.html

  • @diyadeb
    @diyadeb 2 месяца назад

    Sir mene file import kiya hai buy isme id serial me nhi aa raha hai like 1,2,313,5 aase korke aa raha hai kya karo

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

    Update .... set ..... is not giving the desired results. Infact there is no update in the table. What to do sir?

  • @virgilioespina7556
    @virgilioespina7556 16 дней назад

    how to load data to mysql using sql alchemy in python?

    • @DataThinkers
      @DataThinkers  16 дней назад

      Check this :ruclips.net/video/Wt6DKHLR_ww/видео.html

  • @laxmanreddy2051
    @laxmanreddy2051 5 месяцев назад +1

    Can we use this as sql project in interview Please reply

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

    the data that you use didn't work with me 'unhandled exception list index out of range mysql'

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

      ruclips.net/video/Wt6DKHLR_ww/видео.html

  • @harshsaurav3945
    @harshsaurav3945 Год назад +1

    Sir, it takes too much time to import the data.
    Any solution?

  • @Jane-ni9mx
    @Jane-ni9mx Год назад

    There is one column "Benefits", which seems to have null values, but when I select any records with Benefits = 0, those all poped up, I suspect that would affects the accuracy of some analysis, like the average Benefits, could you please give some example to explain that?

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

      0 is not a null value..You have to give Where condition with benifits is Null

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

    hello. why mine so long to import data? i work on intel core i7. probably it need around 10 minutes, but i can't wait more, so i cancel it.

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

      please watch this video :ruclips.net/video/Wt6DKHLR_ww/видео.html

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

    sir, I get a massage row import failed with an error, how I can handle it?

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

    Unable to download this dataset, it’s in a html format

    • @DataThinkers
      @DataThinkers  4 месяца назад +1

      Take dataset from here inside DS FOLDER:github.com/DataThinkers/Datasets

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

      @@DataThinkersthank you, do I need to clean the data in excel or change the format before importing In MySQL

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

      No

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

    ur file is having error bro i import other file easily ... am unable to practice ur file

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

      ruclips.net/video/Wt6DKHLR_ww/видео.html

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

    1 hr ho raha hai but data is not downloaded yet

    • @DataThinkers
      @DataThinkers  7 месяцев назад +1

      Upload this way : ruclips.net/video/Wt6DKHLR_ww/видео.html

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

      Helpful vedio

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

    data importing takes lots of time is there alternate way to import data faster

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

      Check this one:ruclips.net/video/Wt6DKHLR_ww/видео.html

  • @gustavefrederik1300
    @gustavefrederik1300 18 дней назад

    WARNING!
    It can take years to load the database to mySQL in this way. You should try other ways to load.

    • @DataThinkers
      @DataThinkers  18 дней назад

      Check this: ruclips.net/video/Wt6DKHLR_ww/видео.html