Value Counts Analysis | Pandas Data Analysis Tutorial #4 | Percentage and Frequency

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 17

  • @mariobohme8703
    @mariobohme8703 3 ปีที่แล้ว +2

    I find it very helpful that you explain the content with practical use cases.

    • @absentdata
      @absentdata  3 ปีที่แล้ว

      Thanks! Yes, I wanted to make sure that you can see application of the functions! If you have any suggestions or use-cases. Don't hesitate to ask!

  • @Olimpico230
    @Olimpico230 ปีที่แล้ว

    thank you so so so so much. You just made my school project so much easier

    • @absentdata
      @absentdata  ปีที่แล้ว +1

      Glad I could help!

  • @mokus603
    @mokus603 3 ปีที่แล้ว

    Always worth to watch your videos!

  • @dhamuvj331
    @dhamuvj331 7 หลายเดือนก่อน

    Clearly Explained!

  • @osoriomatucurane9511
    @osoriomatucurane9511 ปีที่แล้ว

    Awesome, EDA just using value_counts()!
    By the way, I could not see any stament importing the visualization library. Could you explain me what library are you using to access those exploratory plots? Are they pandas native or python????

    • @absentdata
      @absentdata  ปีที่แล้ว

      Matplotlib is a part of Pandas so you can do simple plotting with just Pandas. For more styling you need to import the full matplotlib library

  • @Islamic_stories4u
    @Islamic_stories4u 2 ปีที่แล้ว

    Wonderfull explaination!😃

    • @absentdata
      @absentdata  2 ปีที่แล้ว

      Glad you think so!

    • @absentdata
      @absentdata  2 ปีที่แล้ว

      Share if you think it helps

  • @eatbreathedatascience9593
    @eatbreathedatascience9593 3 ปีที่แล้ว

    df[['Departments ','salary']].value_counts() means I don't have to do a groupby on Department first ??

  • @sithembisomdlalose4806
    @sithembisomdlalose4806 2 ปีที่แล้ว

    what a nice video lesson 👏 what if I wanted to do a value count for all columns or the entire dataframe at once ? is it possible?

    • @absentdata
      @absentdata  2 ปีที่แล้ว +1

      Yes you can do this with a "for" loop. See below:
      for i in df.columns:
      print(df[i].value_counts())

    • @sithembisomdlalose4806
      @sithembisomdlalose4806 2 ปีที่แล้ว

      @@absentdata Thank you so much

  • @BlueSkyGoldSun
    @BlueSkyGoldSun 2 ปีที่แล้ว

    What is wrong with your videos ??
    I had to watch 3 AD videos !! in 11 min length Tutorial !!!