Discussions
Unable to find law firms with NAICS code 541110
From Jan 2022 through April 2023, I've been filtering for NAICS codes 541110 and 522110, but I haven't pulled any data for visits to law firms (NAICS 541110). Here is my code:
con.execute("""
COPY (
SELECT *
FROM read_parquet($urls)
WHERE naics_code = 541110 OR naics_code = 522110
)
TO 'C:/Users/45yan/Downloads/school/25-26/lee research/veraset visits/apr 2023'
(FORMAT PARQUET,
PARTITION_BY (naics_code),
ROW_GROUP_SIZE 256000,
COMPRESSION ZSTD);
""", {"urls": urls})
I checked Veraset's documentation for locations filtered out, and law firms do not seem to be included: https://www.veraset.com/resource/doc/privacy-and-compliance/naics-filtering---documentation-veraset
Do they count as sensitive locations for Dewey? https://www.deweydata.io/data-partner-terms