PYTHON Pandas complete tutorial 2021 | Data analysis with Python pandas - for beginners

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This video includes pandas groupby, filtering, duplicate removal, tidy data, string operations, lambda function , apply method and many other data cleaning techniques. In this complete data preprocessing with pandas video, we tried to include everything a data analyst need to get started with data science with python. Its a beginner friendly video also contains some of the advanced topics
    data sets and notebooks:
    drive.google.c...
    My Facebook link:
    www.facebook.c...
    LinkedIn link:
    / mahbubur-rahman-25763717a

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

  • @stevejobs821
    @stevejobs821 3 года назад +4

    Sir I searched so many video's on youtube but this video is awesome
    Great effort
    Thanks sir for this knowledge

  • @easytips3307
    @easytips3307 2 года назад +3

    This tutorial has thought me a lot in just the first hour, thanks

  • @mohammadhasan7131
    @mohammadhasan7131 3 года назад +2

    Wow, i would say its the best one on pandas....keep going..

  • @jhonsmith7274
    @jhonsmith7274 3 года назад +6

    awesome content✌👍

  • @arshad1781
    @arshad1781 3 года назад +3

    Thanks for the shearing valuable knowledge free of cost Boss and a lot of love ♥️♥️♥️♥️♥️ my side only for you..

  • @menshift
    @menshift 3 года назад

    Just Wow😀. Only thing I need.🔥🔥🔥

  • @tanujtiwari8581
    @tanujtiwari8581 3 года назад +1

    Good effort sir

  • @zaibakhanum203
    @zaibakhanum203 3 года назад

    Clear to the point...splendid...

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

    Very helpful tutorial ,,thanks a lot

  • @Mushsayer
    @Mushsayer 3 года назад

    Very good tutorial on Pandas. Thank you for sharing!

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

    Hi bro, thank you so much for your nice clarification

  • @udemycourses-bq7uj
    @udemycourses-bq7uj 2 года назад

    can you please tell difference between iloc and loc , when to use iloc and when to use loc. Many thanks for this awesome content

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

      Thank you for your query.
      loc is label based , e.g, df.loc[:, "Union"] while
      iloc is index based, e.g., df.iloc[:, 2]
      index position of that "UNION" parameter is 2, so if u r using iloc u need to provide 2 instead of name(label).
      I hope u find it useful.

    • @udemycourses-bq7uj
      @udemycourses-bq7uj 2 года назад

      @@DataAnalyticsm thanks sir

  • @sashikiran5231
    @sashikiran5231 3 года назад +1

    Cant find the train price.csv in the drive. Great content so far. Thanks.

    • @DataAnalyticsm
      @DataAnalyticsm  3 года назад +1

      Can u specify the time when i loaded that dataset

    • @sashikiran5231
      @sashikiran5231 3 года назад +1

      @@DataAnalyticsm Hey, thanks for the reply. Its train price.csv at 1:10:16 and rainYearly.csv and tempYealry.csv at 1:30:24. It would be very helpful.

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

      sorry for late update, data is now added

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

    can't find many datasets in the drive.

  • @ghulammujtabaadil2247
    @ghulammujtabaadil2247 3 года назад

    i am not able to find the dataset for train price

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

    Datasets missing please add it to the drive.

  • @001hoekie
    @001hoekie 2 года назад +1

    It's to bad that not all used data sets are available.

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

      Can u specify exact time for missing data?

    • @001hoekie
      @001hoekie 2 года назад

      @@DataAnalyticsm1:15

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

      Hey, I see that u said " why do I keep removing your comments" three minutes ago, but honestly I didn't delete any messages of you. In fact, I don't see that message any more. May be my settings problem, I thought it was u.

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

      Anyways, mahbub.env.ju@gmail.com ,is my mail address u can mail if needed

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

      data is now added