-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.qmd
68 lines (43 loc) · 4.79 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
title: Big Data in R with Arrow
subtitle: 1-Day Posit::Conf (2024) Workshop
editor: source
---
by Nic Crane & Steph Hazlitt
------------------------------------------------------------------------
🗓️ August 12th, 2024\
⏰ 09:00 - 17:00\
🏨 305 | Chelais\
✍️ [pos.it/conf](http://pos.it/conf)
------------------------------------------------------------------------
### 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
### Workshop Prework
All participants need to bring is a laptop that can connect to wifi. We will be using Posit Workbench to learn together---Workbench will be setup with all the software and data needed for the day. If you would prefer to run code locally on your own laptop, detailed instructions for software requirements and data sources are covered in [Packages & Data](setup.qmd).
### Workshop Schedule
*"This schedule is more what you would call a 'guideline' than an actual schedule"* --- Barbossa, Pirates of the Caribbean
| Time | Activity |
|:--------------|:-------------------------------------------------------------|
| 09:00 - 10:30 | Session 1: Hello Arrow + Data Manipulation with Arrow I |
| 10:30 - 11:00 | *Coffee break* |
| 11:00 - 12:30 | Session 2: Data Engineering with Arrow |
| 12:30 - 13:30 | *Lunch break* |
| 13:30 - 15:00 | Session 3: Arrow In-Memory Workflows |
| 15:00 - 15:30 | *Coffee break* |
| 15:30 - 17:00 | Session 4: Data Manipulation with Arrow II + Wrapping Up |
### Instructors
[**Nic Crane**](https://niccrane.com) is an R consultant with a background in data science and software engineering. They are passionate about open source, and learning and teaching all things R. Nic is part of the core team that maintain the Arrow R package, and a co-author of "Scaling up with R and Arrow", due to be published by CRC Press later this year.
**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 creating and sharing data science-related products and open source software. Steph is the Director of Data Science Partnerships with BC Stats.
### Acknowledgements
Some of this `Big Data in R with Arrow` workshop materials draw on other open-licensed teaching content which we would like to acknowledge:
- [useR!2022 virtual Larger-Than-Memory Data Workflows with Apache Arrow tutorial](https://github.com/djnavarro/arrow-user2022) authored by Danielle Navarro
- [R for Data Science (2e)](https://r4ds.hadley.nz/) written by Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund---with thanks to Danielle Navarro who contributed the initial version of the [Arrow chapter](https://r4ds.hadley.nz/arrow)
- [How to use Arrow to work with large CSV files? blog post](https://francoismichonneau.net/2022/10/import-big-csv/) by François Michonneau, which introduces the single vs multi-file API models for learning/teaching Arrow
- [Big Data in R with Arrow 1-Day Posit::Conf (2023) Workshop](https://posit-conf-2023.github.io/arrow/) by Steph Hazlitt & Nic Crane, an earlier version of this 1-day course.
------------------------------------------------------------------------
![](https://i.creativecommons.org/l/by/4.0/88x31.png) This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).