You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data is partitioned across 3 axes and making this structure explicit by using an arrow-like partition structure may be helpful:
inst/extdata/
├── 2017
│ ├── all
│ ├── home
│ ├── other
│ ├── school
│ └── work
└── 2020
├── all
│ ├── all
│ ├── rural
│ └── urban
├── home
│ ├── all
│ ├── rural
│ └── urban
├── other
│ ├── all
│ ├── rural
│ └── urban
├── school
│ ├── all
│ ├── rural
│ └── urban
└── work
├── all
├── rural
└── urban
If we made this switch, we may as well store the data as parquet and use arrow for better performance.
The text was updated successfully, but these errors were encountered:
Data is partitioned across 3 axes and making this structure explicit by using an arrow-like partition structure may be helpful:
If we made this switch, we may as well store the data as parquet and use arrow for better performance.
The text was updated successfully, but these errors were encountered: