How to Find and Delete Duplicate Rows from Pandas DataFrame | Python for Data Analysis

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • This video is going to be very interesting. we will learn how to find duplicates in a dataframe based on one or multiple columns. we will also learn how to then drop or delete those duplicate rows.
    Zero to hero(Advance) SQL Aggregation:
    • All About SQL Aggregat...
    Most Asked Join Based Interview Question:
    • Most Asked SQL JOIN ba...
    Solving 4 Trick SQL problems:
    • Solving 4 Tricky SQL P...
    Data Analyst Spotify Case Study:
    • Data Analyst Spotify C...
    Top 10 SQL interview Questions:
    • Top 10 SQL interview Q...
    Interview Question based on FULL OUTER JOIN:
    • SQL Interview Question...
    Playlist to master SQL :
    • Complex SQL Questions ...
    Rank, Dense_Rank and Row_Number:
    • RANK, DENSE_RANK, ROW_...
    #pandas #python #dataanalysis
  • НаукаНаука

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

  • @sivanashpandy9993
    @sivanashpandy9993 2 года назад +7

    Great content. Please do post all the scenarios using Pandas with Jupyter. It is easy to understand. Thanks!

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

    Hey Ankit, I have python data analytics interview coming up. You have less content in this section. If you have any important concepts in mind please let me know.

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

    Hi Ankit, Please create more videos on pandas. Your way of teaching is too good and easy to understand.

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

    This is great and easy to understand. Please create a playlist for data analysis using python. It will be very helpful.

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

    Ankit Sir. Great Video just like other Videos. I am liking Jupyter Notebook than Spyder editor as it is clean and easily understandable

  • @saikoushik1179
    @saikoushik1179 2 года назад +1

    Hey Ankit, for the next pandas videos can you drop the dataset as well in the description to follow along?

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

    how can I find duplicates with multiple columns ?

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

      You can use 2 columns in dataframe to find duplicates on 2 columns

  • @abhinavsingh7684
    @abhinavsingh7684 5 месяцев назад

    Very good

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

    Grt work Sir , please make more videos on pandas 🙏

  • @SatyaPrakash-id4sf
    @SatyaPrakash-id4sf 2 года назад

    Excellent, was looking for this few days back. Jupyter is very simple to understand. Thanks

  • @jojven7514
    @jojven7514 2 года назад +1

    Awesome vdo

  • @dineshpandey5008
    @dineshpandey5008 2 года назад

    amazing and good explanation, but request you to please write every steps in separate cell. will be easier to understand and practice purpose.

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

    Jupyter UI is excellent.Please add more content just like SQL

  • @sixersrinath2938
    @sixersrinath2938 2 года назад

    Awesome Content bro ❤️ Looking forward for more videos in the upcomings🎉

  • @theAndro_medaGamer7
    @theAndro_medaGamer7 2 года назад

    Atom interface i like the most.

  • @prakashkrishnan7132
    @prakashkrishnan7132 2 года назад

    How to find duplicates in more than one columns?

    • @ankitbansal6
      @ankitbansal6  2 года назад +1

      Take subset. df[[col1,col2]].duplicated

  • @fatallny
    @fatallny 2 года назад

    Thank you

  • @shashanktiwari133
    @shashanktiwari133 2 года назад

    Really appreciate your work...awesome content

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

    Ammazing❤

  • @Dhkgbhj12
    @Dhkgbhj12 2 года назад

    Such a beautiful explanation ❤️

  • @abhishekarora1
    @abhishekarora1 2 года назад

    Yes, Jupyter is more useful than Spyder IDE because it is more oriented towards step by step exceution which is better for learning purpose.
    Looking forward for more python videos...