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

Описание к видео Manipulating Data in Julia with DataFrames.jl | Julia Tutorial (2020)

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...

Комментарии

Информация по комментариям в разработке