Manipulating Data in Julia with DataFrames.jl | Julia Tutorial (2020)

Опубликовано: 30 Апрель 2026
на канале: RichardOnData
2,779
168

Subscribe to RichardOnData here:    / @richardondata  

Patreon:   / richardondata  

GitHub: https://github.com/RichardOnData/YouT...

In this tutorial we will walk through how to: extract valuable summaries, rename columns, select columns, filter rows, sort rows, mutate the dataset to create new variables, join datasets, and create grouped summaries. DataFrames.jl is a package in Julia that will help you manipulate data. We will use the "mtcars" dataset from the RDatasets.jl package. We will also make limited use of the StatsBase.jl package.

The DataFrames.jl documentation can be found here: https://juliadata.github.io/DataFrame...