January 2023
Beginner to intermediate
472 pages
13h 21m
English
This chapter covers
In chapter 8, I introduced you to working with data frames, using sample data loaded from a CSV file. In this chapter, I’ll show you more ways to convert values of different types to and from a DataFrame object. You need to have this fundamental knowledge so you can use the DataFrames.jl package efficiently. You must be prepared for source data to come in various formats, and you need to know how to convert that data to a DataFrame.
Since the topic of creating DataFrame objects ...