How to Reshape Dataframes | Pivot, Stack, Melt and More

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 41

  • @misraturp
    @misraturp  Рік тому +1

    👉 All you need to know about Pandas in one place!
    Download my Pandas Cheat Sheet (free)
    misraturp.gumroad.com/l/pandascs

  • @uptoolate1896
    @uptoolate1896 2 роки тому +2

    Your pandas cheat sheet is WAY more understandable (to me, at least) than the official one in the pandas documentation. Thanks for making it!

  • @simple-stack-by-ed
    @simple-stack-by-ed 5 місяців тому

    Straightforward explanation of pivot. Like earned!. Thx

  • @jonortiz81
    @jonortiz81 2 роки тому

    For quite some time twitter hadn't recommended anything really interesting and valuable to watch. Nice video, I'm totally hooked to your content. 💪

    • @misraturp
      @misraturp  2 роки тому

      That's amazing to hear, thank you John!

  • @jerrymarq3897
    @jerrymarq3897 Рік тому

    Good stuff I was trying to figure how to do counts by group. And that is the cross tab.

  • @kevon217
    @kevon217 Рік тому +1

    Great overview!

  • @mjacfardk
    @mjacfardk 2 роки тому +1

    Thank you very much, for your valuable efforts, I don't know how to thank you, anyway thank you always. Please make us groupby tutorial and how to compare it with pivot tables 🙏

    • @misraturp
      @misraturp  2 роки тому +1

      You are very welcome! The groupby video is on the way!

  • @Hamza12123
    @Hamza12123 9 місяців тому

    very useful , thank you ma'am

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

    Thanks!

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

      Thank you Greg! Really appreciate your support!

  • @JayLim-bn9fh
    @JayLim-bn9fh 3 місяці тому

    Thanks I just subbed

  • @akhilp6263
    @akhilp6263 Рік тому +1

    very useful.Thank you

  • @josep_pacheco
    @josep_pacheco 2 роки тому

    Excelente contenido Misra, gracias : )

  • @automatewithamit
    @automatewithamit 6 місяців тому

    Thanks for your Video !
    Can you please let me know if we can put those collapse and expand functionality in actually generated pivot table in excel using python ??

  • @sanooosai
    @sanooosai Рік тому +1

    great tutorial, Eva mendes look like you

  • @jianlinchen7978
    @jianlinchen7978 7 місяців тому

    pandas looks a little bit complex than power query. ... So what is pandas's strength?

  • @aakashniture
    @aakashniture 7 місяців тому

    Hi Misra, amazing video.
    I have a doubt. I performed pivot_table() and after getting new columns.. I am not able to select those new columns or save one new column in new df.
    E.g. in above video after pivoting you got A, B, C as new columns.. i can not select df['A']? It gives error. When i do df.shape() it shows A, B, C as columns.
    Please help.

  • @PeterPankowski
    @PeterPankowski 9 місяців тому

    Very nice

  • @arpeshmistry6550
    @arpeshmistry6550 Рік тому

    Nice tutorial on pivot. I have one query, is there any way we can create the data-link in pivot like we do in excel. Pls help

  • @am0x01
    @am0x01 Рік тому

    I’m in love

  • @viniciusoviedo
    @viniciusoviedo Рік тому

    Awesome content...Thanks for sharing it!
    Which screen recorder do you use? I really like it. Best!

    • @misraturp
      @misraturp  Рік тому +3

      Thank you Vinícius! I use ScreenFlow.

  • @pomme_paille
    @pomme_paille Рік тому +2

    I'm confused at the difference between stack and melt 😅

  • @hedeyhod
    @hedeyhod Рік тому

    I think it's hard to understand for beginners. especially melt function. maybe you should slow down when you explain examples. thank you so much for tutorial.

  • @johnspivack6520
    @johnspivack6520 Рік тому

    Thanks for the video. Brilliant person, but why talk so fast? I had to stop it about a twenty times and puzzle out what was being said. After I did, it made sense, but why not slow down to a more comfortable pace? By the way, 'SVCS' means 'Services', isn't it obvious from the context?

  • @Mamiyou727
    @Mamiyou727 Рік тому +2

    Great job, thanks for this sharing, you're giving energy too ;-)

  • @ericliu3366
    @ericliu3366 10 місяців тому

    Hi I like your videos. BTW, how you get the Juypter to have output horizontal scrollable. My Anaconda Juypter cannot.😊

  • @tanishq6352
    @tanishq6352 Рік тому +1

    great video thanks for making my doubts clear of explode function and crosstab