Python: Correlation and P-value in Numpy, Pandas, and Scipy

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2020
  • Notebook: colab.research.google.com/dri...
    This playlist (or related videos) is included in my online book: www.myeducator.com/reader/web.... You can purchase a single copy here: app.myeducator.com/s/2JzbbMQ5...
    To get an instructor copy, email me a link to your profile from the school you teach this topic for at mark.keith@gmail.com

ความคิดเห็น • 21

  • @blackrahk2037
    @blackrahk2037 2 ปีที่แล้ว +5

    You are Legendary Sir!!!!! Your lessons are so concise and useful!!!!

  • @quratulainshoukat5676
    @quratulainshoukat5676 3 ปีที่แล้ว +3

    This was very helpful for my python project! Thank you for sharing

  • @hej2800
    @hej2800 2 ปีที่แล้ว +1

    Thanks! Just what I needed to know to migrate my R code for gene coexpression analysis to Python.

  • @suhasiyer1613
    @suhasiyer1613 2 ปีที่แล้ว +2

    Extremely helpful thank you

  • @harikapanuganty301
    @harikapanuganty301 ปีที่แล้ว +2

    Amazing! Thank you so much!

  • @souravjha2146
    @souravjha2146 3 ปีที่แล้ว +2

    Nice one man

  • @isabelahorta3063
    @isabelahorta3063 2 ปีที่แล้ว

    Mark, what should I do if I want to make a p-value matrix which can automatically ignore columns with NaN?

    • @shubhampatel6908
      @shubhampatel6908 7 หลายเดือนก่อน

      I think data cleaning (filling or removing rows with NaN) is done before starting the analysis of the dataset. as for removing the rows with NaN you can use `dropna` and for columns, you can use `drop(columns="columnName)`

  • @halilibrahimustun50
    @halilibrahimustun50 3 ปีที่แล้ว +3

    Wow!

  • @joytishfromm8223
    @joytishfromm8223 3 ปีที่แล้ว +1

    what should I do if I want to make a p-value matrix which can automatically ignore columns with NaN?

    • @isabelahorta3063
      @isabelahorta3063 2 ปีที่แล้ว

      I also wanna know that

    • @the_shadow_caster
      @the_shadow_caster 17 วันที่ผ่านมา

      Clean the data before, you can use df.dropna(inplace=True)

  • @BoeSuwanan
    @BoeSuwanan 5 หลายเดือนก่อน +1

    Thanksss!!

  • @nibinjoseph2136
    @nibinjoseph2136 ปีที่แล้ว

    Thank you sir

  • @salakoidowu3582
    @salakoidowu3582 ปีที่แล้ว

    Hello please I have an error trying make this output a data frame

  • @adonayyemane8898
    @adonayyemane8898 2 ปีที่แล้ว

    Valuable

  • @than1794
    @than1794 2 ปีที่แล้ว

    Удачи Братишка, поработай над названием мне понравилось видео. Желаю тебе просмотров!)

  • @salakoidowu3582
    @salakoidowu3582 ปีที่แล้ว

    It says expected and indented block

    • @MarkKeith
      @MarkKeith  ปีที่แล้ว +1

      That means something inside of a for loop or if statement has not been indented so that Python knows it’s part of the loop or if statement. Check to make sure that everything is indented the exact same way that I have it in the video

  • @deni5n
    @deni5n 2 ปีที่แล้ว

    next time set the font size even smaller!

    • @MarkKeith
      @MarkKeith  2 ปีที่แล้ว +3

      Lol, sorry about that ;). You can set the video quality to HD and it’s a lot easier to see.