Master core data analysis skills using Julia. Interesting hands-on projects guide you through time series data, predictive models, popularity ranking, and more. In Julia for Data Analysis you will learn how to: โข Read and write data in various formats โข Work with tabular data, including subsett
Julia for Data Analysis
โ Scribed by Bogumil Kaminski
- Publisher
- Manning
- Year
- 2022
- Tongue
- English
- Leaves
- 472
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Master core data analysis skills using Julia. Interesting hands-on projects guide you through time series data, predictive models, popularity ranking, and more.
In Julia for Data Analysis you will learn how to:
Read and write data in various formats
Work with tabular data, including subsetting, grouping, and transforming
Visualize your data
Build predictive models
Create data processing pipelines
Create web services sharing results of data analysis
Write readable and efficient Julia programs
Julia was designed for the unique needs of data scientists: it's expressive and easy-to-use whilst also delivering super-fast code execution. Julia for Data Analysis shows you how to take full advantage of this amazing language to read, write, transform, analyze, and visualize dataโeverything you need for an effective data pipeline. Itโs written by Bogumil Kaminski, one of the top contributors to Julia, #1 Julia answerer on StackOverflow, and a lead developer of Juliaโs core data package DataFrames.jl. Its engaging hands-on projects get you into the action quickly. Plus, youโll even be able to turn your new Julia skills to general purpose programming!
Foreword by Viral Shah.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Julia is a great language for data analysis. Itโs easy to learn, fast, and it works well for everything from one-off calculations to full-on data processing pipelines. Whether youโre looking for a better way to crunch everyday business data or youโre just starting your data science journey, learning Julia will give you a valuable skill.
About the book
Julia for Data Analysis teaches you how to handle core data analysis tasks with the Julia programming language. Youโll start by reviewing language fundamentals as you practice techniques for data transformation, visualizations, and more. Then, youโll master essential data analysis skills through engaging examples like examining currency exchange, interpreting time series data, and even exploring chess puzzles. Along the way, youโll learn to easily transfer existing data pipelines to Julia.
What's inside
Read and write data in various formats
Work with tabular data, including subsetting, grouping, and transforming
Create data processing pipelines
Create web services sharing results of data analysis
Write readable and efficient Julia programs
About the reader
For data scientists familiar with Python or R. No experience with Julia required.
About the author
Bogumil Kaminski iis one of the lead developers of DataFrames.jlโthe core package for data manipulation in the Julia ecosystem. He has over 20 years of experience delivering data science projects.
Table of Contents
1 Introduction
PART 1 ESSENTIAL JULIA SKILLS
2 Getting started with Julia
3 Juliaโs support for scaling projects
4 Working with collections in Julia
5 Advanced topics on handling collections
6 Working with strings
7 Handling time-series data and missing values
PART 2 TOOLBOX FOR DATA ANALYSIS
8 First steps with data frames
9 Getting data from a data frame
10 Creating data frame objects
11 Converting and grouping data frames
12 Mutating and transforming data frames
13 Advanced transformations of data frames
14 Creating web services for sharing data analysis results
๐ SIMILAR VOLUMES
<span>Master core data analysis skills using Julia. Interesting hands-on projects guide you through time series data, predictive models, popularity ranking, and more.</span><span><br><br>In </span><span>Julia for Data Analysis</span><span> you will learn how to:<br> <br> Read and write data in vario
<span>Master core data analysis skills using Julia. Interesting hands-on projects guide you through time series data, predictive models, popularity ranking, and more.</span><span><br><br>In </span><span>Julia for Data Analysis</span><span> you will learn how to:<br> <br> Read and write data in vario
Data is constantly increasing and data analysts are in higher demand than ever. This book is an essential guide to the role of data analyst. Aspiring data analysts will discover what data analysts do all day, what skills they will need for the role, and what regulations they will be required to adhe
<span> Master how to use the Julia language to solve business critical data science challenges. After covering the importance of Julia to the data science community and several essential data science principles, we start with the basics including how to install Julia and its powerful libraries. Man