1 Introduction

 

This chapter covers

  • Julia’s key features
  • Why do data science with Julia?
  • Patterns for data analysis in Julia

Data analysis has become one of the core processes in virtually any professional activity. The collection of data has become easier and less expensive, so we have easy access to it. The crucial aspect is that data analysis allows us to make better decisions cheaper and faster.

The need for data analysis has given rise to several new professions, among which a data scientist often comes to mind first. A data scientist is a person skilled at collecting data, analyzing it, and producing actionable insights. As with all craftsmen, data scientists need tools that will help them deliver their products efficiently and reliably.

Various software tools can help data scientists do their jobs. Some of those tools use a graphical interface and thus are easy to work with, but also usually have limitations on how they can be used. The vast array of tasks that data scientists need to do typically leads them to quickly conclude that they need to use a programming language to achieve the required flexibility and expressiveness.

1.1 What is Julia and why is it useful?

1.2 Key features of Julia from a data scientist’s perspective

1.2.1 Julia is fast because it is a compiled language

1.2.2 Julia provides full support for interactive workflows

1.2.3 Julia programs are highly reusable and easy to compose together

1.2.4 Julia has a built-in state-of-the-art package manager

1.2.5 It is easy to integrate existing code with Julia

1.3 Usage scenarios of tools presented in the book

1.4 Julia’s drawbacks

1.5 What data analysis skills will you learn?

1.6 How can Julia be used for data analysis?

Summary

sitemap