Alexander Wirth commited on
Commit ·
912fd32
1
Parent(s): 5ae823b
fix: align dataset_info dtypes with parquet schema for HF viewer
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ dataset_info:
|
|
| 47 |
- name: chembl_bioactivity_count
|
| 48 |
dtype: int64
|
| 49 |
- name: patent_count_since_2020
|
| 50 |
-
dtype:
|
| 51 |
- name: pubchem_cid
|
| 52 |
dtype: float64
|
| 53 |
- name: canonical_smiles
|
|
@@ -59,9 +59,9 @@ dataset_info:
|
|
| 59 |
- name: partner_cid
|
| 60 |
dtype: float64
|
| 61 |
- name: inchi_key
|
| 62 |
-
dtype: string
|
| 63 |
-
- name: iupac_verified
|
| 64 |
dtype: float64
|
|
|
|
|
|
|
| 65 |
- name: partner_match_method
|
| 66 |
dtype: string
|
| 67 |
splits:
|
|
|
|
| 47 |
- name: chembl_bioactivity_count
|
| 48 |
dtype: int64
|
| 49 |
- name: patent_count_since_2020
|
| 50 |
+
dtype: float64
|
| 51 |
- name: pubchem_cid
|
| 52 |
dtype: float64
|
| 53 |
- name: canonical_smiles
|
|
|
|
| 59 |
- name: partner_cid
|
| 60 |
dtype: float64
|
| 61 |
- name: inchi_key
|
|
|
|
|
|
|
| 62 |
dtype: float64
|
| 63 |
+
- name: iupac_verified
|
| 64 |
+
dtype: string
|
| 65 |
- name: partner_match_method
|
| 66 |
dtype: string
|
| 67 |
splits:
|