Skip to content

Commit

Permalink
Create properties.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Aug 12, 2024
1 parent 3bdaa61 commit 1db5cbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/areas/place-page/_data/properties.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SELECT
*
FROM
read_parquet('data/properties/site/all_properties.parquet')
WHERE
"geography_code" ==?;

0 comments on commit 1db5cbd

Please sign in to comment.