Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: file_path
|
| 5 |
+
dtype: image
|
| 6 |
+
- name: text
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: Estate_Address
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: Estate_ZipCode
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: Estate_City
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: Estate_EstateType
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: Estate_ConstructionType
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: Estate_EstateStatusValue
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: BuildingLitra
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: BuildingPart
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: DamagedPart
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: Grade
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: OriginalFileName
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: Usage
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: ConstructionYear
|
| 33 |
+
dtype: int32
|
| 34 |
+
- name: TotalEstablishedArea
|
| 35 |
+
dtype: float64
|
| 36 |
+
- name: InhabitedArea
|
| 37 |
+
dtype: float64
|
| 38 |
+
- name: FloorCount
|
| 39 |
+
dtype: int32
|
| 40 |
+
- name: BasementArea
|
| 41 |
+
dtype: float64
|
| 42 |
+
- name: RoofCoveringCreated
|
| 43 |
+
dtype: int32
|
| 44 |
+
- name: RoofRidgeCreated
|
| 45 |
+
dtype: int32
|
| 46 |
+
- name: RoofUnderlayCreated
|
| 47 |
+
dtype: int32
|
| 48 |
+
configs:
|
| 49 |
+
- config_name: default
|
| 50 |
+
data_files:
|
| 51 |
+
- split: train
|
| 52 |
+
path: metadata.jsonl
|
| 53 |
+
---
|