R-Ladies Johannesburg (Eng) - Introduction to the {arrow} package - Nic Crane

Sdílet
Vložit
  • čas přidán 16. 07. 2024
  • Nic Crane gave us an introduction to the {arrow} package and showcased some of the packages main functionality - e.g. she demonstrated some of the really exciting things it brings to analysing larger than memory datasets in R.
    She also talked a bit more generally about the Apache Arrow project and how you can learn more.
    About our speaker:
    Nic Crane is a software developer and a committer on the Apache Arrow project. They are passionate about developer experience, teaching R, and building cool things that super-charge data science work. Nic's been using R for over 10 years, and is currently working at Voltron Data (formerly Ursa Computing) and has previously worked as a data scientist, R educator, and Shiny developer.
    Slides and Code Materials: github.com/thisisnic/intro_to...
  • Věda a technologie

Komentáře • 3

  • @multitaskprueba1
    @multitaskprueba1 Před 2 lety

    Fantastic lecture! Thank you so much!

  • @tarasst6887
    @tarasst6887 Před 10 měsíci

    🎉🎉🎉

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před 9 měsíci

    The code for finding the number of lines for each character can be condensed from using group_by, summarize and arrange with a single line of code: count(character, name = "lines", sort = TRUE).