Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PRISAI National Property Database
|
| 3 |
+
emoji: 🏠
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# PRISAI National Property Database
|
| 7 |
+
|
| 8 |
+
85,000,000 US property records with address, value, and owner data.
|
| 9 |
+
|
| 10 |
+
**License**: CC0
|
| 11 |
+
**States**: 51 | **Counties**: 3,144 | **Properties**: 85M
|
| 12 |
+
|
| 13 |
+
## Usage
|
| 14 |
+
|
| 15 |
+
```python
|
| 16 |
+
from huggingface_hub import hf_hub_download
|
| 17 |
+
path = hf_hub_download(repo_id="aliasfox/PRISAI-National-Property-Database",
|
| 18 |
+
filename="properties_batch_00000.json.gz")
|
| 19 |
+
```
|