January 2023
Beginner to intermediate
472 pages
13h 21m
English
This chapter covers
In this chapter, you will learn how to handle text data in the Julia language. Text data is stored in strings. Strings are one of the most common data types that you will encounter when doing data science projects, especially involving natural language processing tasks.
As an application of string processing, we will analyze movie genres that were given ratings by Twitter users. We want to understand which ...