forked from hannes/miniparquet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
63 lines (53 loc) · 1.34 KB
/
_pkgdown.yml
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
url: https://nanoparquet.r-lib.org/
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="nanoparquet.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
destination: docs
development:
mode: auto
reference:
- title: Parquet schemas and type mappings
desc: |
How nanoparquet maps R data types to Parquet data types
and vice versa.
contents:
- infer_parquet_schema
- nanoparquet-types
- parquet-encodings
- parquet_schema
- title: Read Parquet files
contents:
- read_parquet
- title: Write Parquet files
contents:
- append_parquet
- write_parquet
- title: Extract Parquet metadata
contents:
- read_parquet_info
- read_parquet_metadata
- read_parquet_schema
- title: Nanoparquet options
contents:
- parquet_options
- title: Debugging Parquet files
desc: |
These functions are useful for debugging possibly broken
Parquet files and for nanoparquet developers.
contents:
- read_parquet_pages
- read_parquet_page
- title: internal
contents:
- nanoparquet-package
- nanoparquet
- parquet_column_types
news:
releases:
- text: "Version 0.4.0"
href: https://www.tidyverse.org/blog/2025/01/nanoparquet-0-4-0/
- text: "Version 0.3.0"
href: https://www.tidyverse.org/blog/2024/06/nanoparquet-0-3-0/