| title: PRISAI National Property Database | |
| emoji: 🏠 | |
| # PRISAI National Property Database | |
| 85,000,000 US property records with address, value, and owner data. | |
| **License**: CC0 | |
| **States**: 51 | **Counties**: 3,144 | **Properties**: 85M | |
| ## Usage | |
| ```python | |
| from huggingface_hub import hf_hub_download | |
| path = hf_hub_download(repo_id="aliasfox/PRISAI-National-Property-Database", | |
| filename="properties_batch_00000.json.gz") | |
| ``` | |