Python Pandas Tutorial: Pandas Date_Range and Period_Range Tutorial #18

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

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

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

    Hi Sir, I am following your channel regularly, Your content is very useful and learned a lot from your videos. Thank you so much ....

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

    Excellent, thank you

  • @Al-Ahdal
    @Al-Ahdal Год назад

    How to take mean of positive numbers only in the series or in dataframe?

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

      df[df[columnName]>0].mean()

    • @Al-Ahdal
      @Al-Ahdal Год назад

      @@AbhisheakSaraswat, I did this and get true, false but unable to get average of positive numbers.

    • @Al-Ahdal
      @Al-Ahdal Год назад

      It is series, not df

    • @Al-Ahdal
      @Al-Ahdal Год назад

      @@AbhisheakSaraswat
      [1, 2, 3, 0, -1]
      how to get average of positive numbers only in the list or series?

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

    I have a 10 gb csv file , While reading the file taking too much time, Could you please help , how to read the 10 gb file ?
    which module is better to read 10 gb csv file [ pandas or any other module ] ?

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

    Sir in the beginning when you used Freq°=M or 2M, you provided date 01-01-2022
    But in output it begins with 2022-01-31, Why, we want 01-01-2022 then what to do