Commit 55fabbe
Fix zenodo_isamples_analysis: alias columns to match Jan 2026 wide parquet (#56)
The page queries used old column names (sample_location_latitude,
source_collection) but the Jan 2026 wide parquet has different names
(latitude, longitude, n). Added column aliases in the view creation
so all downstream queries work without rewriting.
Material category analysis section will show empty since the wide
format stores these as integer arrays (p__has_material_category)
rather than string values.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 50e5fd7 commit 55fabbe
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
175 | 182 | | |
176 | 183 | | |
177 | 184 | | |
| |||
0 commit comments