Session 17 - Pandas DataFrame | Data Science Mentorship Program (DSMP) 2022-23 | Free Session

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

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

  • @fachoyt9686
    @fachoyt9686 Месяц назад +4

    Best Channel to Learn Data Science and Ai. 🙌

  • @surbhisharma3813
    @surbhisharma3813 Год назад +15

    Thanks for this immense amount of valuable Knowledge. You are light to my Life. I am so thankful for raising my curiosity in the field of data. Your dedication for teaching shows how rich you are as a person. I wish more success to you in coming years. Respect for you.

  • @descendantsoftheheroes_660
    @descendantsoftheheroes_660 Год назад +7

    God bless you sir .... India Make Great Again 🇮🇳🤞

  • @shanthankasula5503
    @shanthankasula5503 3 месяца назад +2

    1:39:32 for the same question I used .str.contain() concept.
    movies[(movies['genres'].str.contains('Action', case=False, na=False)) & (movies['imdb_rating'] > 7.5)].shape[0]

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

    Thank u is a small word... Never i have seen such dedication in you tube video's. excepting very few.. Thank u so much

  • @DayanandNimbalkar-u6s
    @DayanandNimbalkar-u6s Месяц назад +1

    One of the best teacher when it comes to data science

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

    sir aap such mein bhot accha padate baki sabi youtuber se, mein apni data science ki journey aap he start ki h bhot search kiya aap jaisa nhi mila koi. amazing sir.

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

    Thank you Sir

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

    really awesome way of teaching👍

  • @AkriteePathak
    @AkriteePathak 2 месяца назад +1

    Thank you sir😁😁😁😁

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

    Reason:
    at 1:24:10 , csk won only 5 matches in Kolkata because it is a home ground of kkr. So, they have played less matches in Kolkata. Secondly, it is a round robin, so you have to play each team twice, one in your home ground and other in opponent's ground. So, they have played 1 league match in Kolkata in each season. Since there are 14 seasons out of which csk was banned for two years. So, they would have played 12 matches in Kolkata I guess.

  • @KuldeepKumar-g8
    @KuldeepKumar-g8 8 месяцев назад

    Thankyou sir your videos help me a lot.

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

    You can change the row number: df.rename(index = {old_row: new_row}, inplace = True)

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

    Thanks for this playlist sir . 😊

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

    This channel is underrated. I give you 1000000 thanks sir.

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

    1.49.12
    # There are some missing values in the actors column so we will first drop those observations
    movies.dropna(subset=['actors'], inplace=True)

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

    Sir ji you're OP 🫡❤...

  • @vagishabhishek2850
    @vagishabhishek2850 6 месяцев назад +2

    movies["lead_actor"] = movies["actors"].str.split('|').apply(lambda x : "" if isinstance(x,float) else x[0]) use this for adding lead actor. It will place empty string where there are no actors else it will select first actor as lead_actor

  • @MaqboolAsghar-l3e
    @MaqboolAsghar-l3e 5 месяцев назад

    yes

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

    Dear sir, it is a request to you kindly update the playlist in order so that we can access and learn in a better way.

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

    Hi Nitish, So can we define dataframe as "A Collection of a series" ?

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

    40/140
    While trying to add column in my dataframe, it is showing a warning.
    :4: SettingWithCopyWarning:
    A value is trying to be set on a copy of a slice from a DataFrame.
    Try using .loc[row_indexer,col_indexer] = value instead
    how to fix that?

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

    1:34

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

    Hi Sir, We can upload dataset in Colab permanently as we need to upload the dataset in the google drive through which we are logging in the Google Colab. Colab pulls all the data from the google drive automatically.

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

      For to upload data or files in goggle colab connect own colab account to goggle drive by mounting.

  • @MohammadKumail-pl8pf
    @MohammadKumail-pl8pf 6 месяцев назад

    I am interested in this course but I have a question, if I buy it from the website I will get the access of the videos of RUclips on the website or not (asking about all 244 videos uploaded)

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

    Cricket acha khelna padta hai.. U say funny things very very seriously,.. I have seen many times... hahah

  • @swatilondhe-d7y
    @swatilondhe-d7y 7 месяцев назад

    Sir if I give the membership of this channel than I can access all the lectures series which will locked

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

    session-17,Q-18 task
    Create a function which will take two string(name of two teams) as input. Show win Loss record between them and player getting most player of the match award in matches between these two teams.
    plz suggestme the ans ..i have tried a lot but not getting the ans plzzzzzzzz

    • @ManpreetSingh-tl3eu
      @ManpreetSingh-tl3eu Год назад

      Bro do you have code for the question i.e. return track record of 2 teams ?

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

      import warnings
      warnings.filterwarnings('ignore')
      def h2h(t1, t2):
      mask = ipl[(ipl['Team1'] == t1) & (ipl['Team2'] == t2) | (ipl['Team1'] == t2) & (ipl['Team2'] == t1)]
      w1 = mask[ipl['WinningTeam'] == t1].shape[0]
      w2 = mask[ipl['WinningTeam'] == t2].shape[0]
      print("Matches Played: ", mask.shape[0])
      return "{} : {} Vs {} : {}".format(t1,w1,t2,w2)
      t1 = input("Enter Team 1: ")
      t2 = input("Enter Team 2: ")
      h2h(t1,t2)

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

      @@ManpreetSingh-tl3eu import warnings
      warnings.filterwarnings('ignore')
      def h2h(t1, t2):
      mask = ipl[(ipl['Team1'] == t1) & (ipl['Team2'] == t2) | (ipl['Team1'] == t2) & (ipl['Team2'] == t1)]
      w1 = mask[ipl['WinningTeam'] == t1].shape[0]
      w2 = mask[ipl['WinningTeam'] == t2].shape[0]
      print("Matches Played: ", mask.shape[0])
      return "{} : {} Vs {} : {}".format(t1,w1,t2,w2)
      t1 = input("Enter Team 1: ")
      t2 = input("Enter Team 2: ")
      h2h(t1,t2)

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

    Give the value content >paid content

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

    mei nitish sir ke free sessions dekhta hun sare but paid session see nhi kr pata dsmp2.0 ke kya koi hai jo help kr skta hai meri ????

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

    I just want to know a few things as these sessions are available as recordings. So, if any guy wants to join from the middle of the course, that guy will only watch the recordings?
    Or,
    Will there be any new series starting anytime soon for new joiners?
    I am interested to be a paid subscriber though.

    • @Noob31219
      @Noob31219 2 года назад +2

      you need to watch recordings buddy but sir ka explaination itna clear hai ki sabkuch samjh ajayega aur nahi aya to sir ko doubts puch sakte ho one on one zoom pe aur hamare jaise learners to he hi. paid ka advantage ye he ki apko alagse interview ke liye prepare nahi karna padega

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

      @@Noob31219 Thanks buddy for the clarification. One more doubt I have. Except for RUclips, kuch separate platform ya channel hai jahan doubts puche jaise ki Sir available nahi honge toh koi bi clarify ya help karega ?

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

      buy course from website there they provide one on one doubt support

  • @_ANURAG-id1wh
    @_ANURAG-id1wh 5 месяцев назад

    sir pls teach in dark mode

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

    #help# sir panda case study video youtube per live kar dijiye

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

    138k subscribers....... when i am seeing it

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

    Task Solution for: write a function that can return the track record of 2 teams against each other:-
    import warnings
    warnings.filterwarnings('ignore')
    def h2h(t1, t2):
    mask = ipl[(ipl['Team1'] == t1) & (ipl['Team2'] == t2) | (ipl['Team1'] == t2) & (ipl['Team2'] == t1)]
    w1 = mask[ipl['WinningTeam'] == t1].shape[0]
    w2 = mask[ipl['WinningTeam'] == t2].shape[0]
    print("Matches Played: ", mask.shape[0])
    return "{} : {} Vs {} : {}".format(t1,w1,t2,w2)
    t1 = input("Enter Team 1: ")
    t2 = input("Enter Team 2: ")
    h2h(t1,t2)

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

      In w1 =mask[mask["winningteam"]==t1].shape[0]
      Same for w2
      Then no need of importing warning

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

    mask1=(matches["Team1"]=="Royal Challengers Bangalore") & ( matches["Team2"]=="Rajasthan Royals")
    mask2=(matches["Team1"]=="Rajasthan Royals") & ( matches["Team2"]=="Royal Challengers Bangalore")
    matches[mask1 | mask2]["WinningTeam"].value_counts()
    Output:
    Royal Challengers Bangalore 13
    Rajasthan Royals 12
    Name: WinningTeam, dtype: int64

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

      #write a function that can return the track record of 2 teams aginst each other
      mask1=(ipl["Team1"]=="Royal Challengers Bangalore") & ( ipl["Team2"]=="Rajasthan Royals")
      mask2=(ipl["Team1"]=="Rajasthan Royals") & ( ipl["Team2"]=="Royal Challengers Bangalore")
      ipl[mask1 | mask2]["WinningTeam"].value_counts()

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

      if anyone see matches are not define