Introduction to DataFrames.jl | Week 4 | 18.S191 MIT Fall 2020

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

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

  • @nickskywalker2568
    @nickskywalker2568 4 ปีที่แล้ว +4

    Yay, more data science video on Julia!

  • @amburosesekarsiluvairaj8603
    @amburosesekarsiluvairaj8603 4 ปีที่แล้ว +5

    Short and very clear :)
    Really it's useful for my learning material..

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w 2 ปีที่แล้ว +1

    I guess, the notebook is not available? could not find it in the GitHub link provided.

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

    Thanks for the tutorial. Kinda disappointed you didn't show the markdown code that uses the Slider binding :(

  • @amarug
    @amarug 4 ปีที่แล้ว +8

    DataFrames fixed everything that made Pandas so annoying (I still love it though)

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

    Hi
    So if I get it right,
    rename! - does not copy data
    other one creates a copy of data
    Am I getting it right?

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

      yes, the pattern here is that an exclamation mark at the end of a function is a signal that (usually) the first argument will be modified in place, which in turn implies that !-functions don't return the modified collection

    • @bhavinmoriya9216
      @bhavinmoriya9216 3 ปีที่แล้ว

      @@alekseihaidukevich3697 Thanks a lot :)

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w 2 ปีที่แล้ว

    concise and well explained

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

    Seems like an oversight if there’s really no way to read in a 2-digit year