Introduction
Working with tabular data is the most basic and common task in a typical workflow in data science projects. In this chapter, you will learn how support for working with such data is provided in the Julia language by the DataFrame.jl
package. We will discuss how to read data into DataFrame
, how to export it, how to inspect the contents of DataFrame
, and finally how to perform transformations of objects of DataFrame
type.
Â
Â