Skip to content

Commit 1442fec

Browse files
Create sprint document for (Py)Arrow (#1834)
Added a new sprint document for (Py)Arrow including details about the event, contact person, and relevant links. <!-- readthedocs-preview ep-website start --> 🖼️ Preview available 🖼️ : https://ep-website--1834.org.readthedocs.build/ <!-- readthedocs-preview ep-website end --> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 04c50e8 commit 1442fec

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/content/sprints/pyarrow.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "(Py)Arrow"
3+
numberOfPeople: "5" # How many people you expect to be able to accommodate.
4+
pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced.
5+
contactPerson: # The main person to reach out to regarding the sprint.
6+
name: "Rok Mihevc"
7+
email: "rok.mihevc@gmail.com"
8+
github: "rok"
9+
links: # Add as many links as relevant.
10+
- title: "PyArrow developer guide"
11+
url: "https://arrow.apache.org/docs/developers/python/development.html"
12+
- title: "Arrow issue tracker"
13+
url: "https://github.com/apache/arrow/issues"
14+
---
15+
16+
Apache Arrow is a universal columnar format and multi-language toolbox for fast
17+
data interchange and in-memory analytics.
18+
19+
The project specifies a language-independent column-oriented memory format for
20+
flat and hierarchical data, organized for efficient analytic operations on
21+
modern hardware.
22+
23+
Do you want to discuss something (Py)Arrow related? Let's discuss usage, issues,
24+
PRs, roadmap we'll be there on Saturday.

0 commit comments

Comments
 (0)