Skip to content

Materials for the workshop "Big Data in R with Arrow" at posit::conf(2023)

License

CC-BY-SA-4.0, Unknown licenses found

Licenses found

CC-BY-SA-4.0
LICENSE.md
Unknown
license-web.qmd
Notifications You must be signed in to change notification settings

posit-conf-2023/arrow

Repository files navigation

Big Data in R with Arrow

posit::conf 2023

by Steph Hazlitt & Nic Crane


🗓️ September 17th, 2023
⏰ 09:00 - 17:00
🏨 Grand Hall MN ✍️ pos.it/conf


Workshop Website

This repository contains materials for the 1-day Big Data in R with Arrow workshop at Posit::conf(2023). See pos.it/arrow-conf23 for rendered workshop materials, including slides and exercises.

Workshop Overview

Data analysis pipelines with larger-than-memory data are becoming more and more commonplace. In this workshop you will learn how to use Apache Arrow, a multi-language toolbox for working with larger-than-memory tabular data, to create seamless "big" data analysis pipelines with R.

The workshop will focus on using the the arrow R package---a mature R interface to Apache Arrow---to process larger-than-memory files and multi-file datasets with arrow using familiar dplyr syntax. You'll learn to create and use interoperable data file formats like Parquet for efficient data storage and access, with data stored both on disk and in the cloud, and also how to exercise fine control over data types to avoid common large data pipeline problems. This workshop will provide a foundation for using Arrow, giving you access to a powerful suite of tools for performant analysis of larger-than-memory data in R.

This course is for you if you:

  • want to learn how to work with tabular data that is too large to fit in memory using existing R and tidyverse syntax implemented in Arrow
  • want to learn about Parquet and other file formats that are powerful alternatives to CSV files
  • want to learn how to engineer your tabular data storage for more performant access and analysis with Apache Arrow

Instructors

Steph Hazlitt is a data scientist, researcher and R enthusiast. She has spent the better part of her career wrangling data with R and supporting people and teams in learning, creating and sharing data science-related products and open source software.

Nic Crane is a software engineer with a background in data science, and has a lot of enthusiasm for open source and learning and teaching all things R. Nic is part of the core team who maintain the Arrow R package.

Acknowledgements

Some of the Big Data in R with Arrow workshop materials draw on other open-licensed teaching content which we would like to acknowledge:


This work is licensed under a Creative Commons Attribution 4.0 International License.