January 2023
Beginner to intermediate
472 pages
13h 21m
English
This chapter covers
In this chapter, you will learn the basic principles of working with data frames in Julia provided by the DataFrames.jl package. Data frame objects are flexible data structures that allow you to work with tabular data. As I explained in chapter 1, tabular data in general, and a data frame in particular, is a two-dimensional structure consisting of cells. Each row has the same number of cells and provides information about one observation of the data. Each column ...