Datasets:
Update Croissant metadata with author attribution for arXiv preprint release
Browse files- croissant.json +261 -0
croissant.json
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
+
"@vocab": "https://schema.org/",
|
| 5 |
+
"citeAs": "cr:citeAs",
|
| 6 |
+
"column": "cr:column",
|
| 7 |
+
"conformsTo": "dct:conformsTo",
|
| 8 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 9 |
+
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 10 |
+
"data": {
|
| 11 |
+
"@id": "cr:data",
|
| 12 |
+
"@type": "@json"
|
| 13 |
+
},
|
| 14 |
+
"dataType": {
|
| 15 |
+
"@id": "cr:dataType",
|
| 16 |
+
"@type": "@vocab"
|
| 17 |
+
},
|
| 18 |
+
"dct": "http://purl.org/dc/terms/",
|
| 19 |
+
"examples": {
|
| 20 |
+
"@id": "cr:examples",
|
| 21 |
+
"@type": "@json"
|
| 22 |
+
},
|
| 23 |
+
"extract": "cr:extract",
|
| 24 |
+
"field": "cr:field",
|
| 25 |
+
"fileProperty": "cr:fileProperty",
|
| 26 |
+
"fileObject": "cr:fileObject",
|
| 27 |
+
"fileSet": "cr:fileSet",
|
| 28 |
+
"format": "cr:format",
|
| 29 |
+
"includes": "cr:includes",
|
| 30 |
+
"isLiveDataset": "cr:isLiveDataset",
|
| 31 |
+
"jsonPath": "cr:jsonPath",
|
| 32 |
+
"key": "cr:key",
|
| 33 |
+
"md5": "cr:md5",
|
| 34 |
+
"parentField": "cr:parentField",
|
| 35 |
+
"path": "cr:path",
|
| 36 |
+
"recordSet": "cr:recordSet",
|
| 37 |
+
"references": "cr:references",
|
| 38 |
+
"regex": "cr:regex",
|
| 39 |
+
"repeated": "cr:repeated",
|
| 40 |
+
"replace": "cr:replace",
|
| 41 |
+
"samplingRate": "cr:samplingRate",
|
| 42 |
+
"sc": "https://schema.org/",
|
| 43 |
+
"separator": "cr:separator",
|
| 44 |
+
"source": "cr:source",
|
| 45 |
+
"subField": "cr:subField",
|
| 46 |
+
"transform": "cr:transform"
|
| 47 |
+
},
|
| 48 |
+
"@type": "sc:Dataset",
|
| 49 |
+
"name": "PROTAC-Bench",
|
| 50 |
+
"description": "Cold-target evaluation benchmark for PROTAC degradation prediction. 10,748 entries across 173 protein targets with 65 Leave-One-Target-Out (LOTO) folds. Merged from PROTAC-DB 3.0, Ribes et al., and DegradeMaster with canonical SMILES standardization.",
|
| 51 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
| 52 |
+
"license": "https://creativecommons.org/licenses/by/4.0/",
|
| 53 |
+
"url": "https://huggingface.co/datasets/ThorKl/protac-bench",
|
| 54 |
+
"version": "1.0.0",
|
| 55 |
+
"citeAs": "@misc{klamt2026protacbench, title={Decomposing the Generalization Gap in PROTAC Activity Prediction: Variance Attribution and the Inter-Laboratory Ceiling}, author={Klamt, Thor and Nejdl, Wolfgang and Tang, Ming}, year={2026}, eprint={arXiv:XXXX.XXXXX}, archivePrefix={arXiv}, primaryClass={cs.LG}}",
|
| 56 |
+
"datePublished": "2026-05-02",
|
| 57 |
+
"creator": [
|
| 58 |
+
{
|
| 59 |
+
"@type": "sc:Person",
|
| 60 |
+
"name": "Thor Klamt",
|
| 61 |
+
"affiliation": "L3S Research Center, Leibniz Universitaet Hannover",
|
| 62 |
+
"url": "https://orcid.org/0009-0005-6168-3655"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"@type": "sc:Person",
|
| 66 |
+
"name": "Wolfgang Nejdl",
|
| 67 |
+
"affiliation": "L3S Research Center, Leibniz Universitaet Hannover",
|
| 68 |
+
"url": "https://orcid.org/0000-0003-3374-2193"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"@type": "sc:Person",
|
| 72 |
+
"name": "Ming Tang",
|
| 73 |
+
"affiliation": "L3S Research Center, Leibniz Universitaet Hannover",
|
| 74 |
+
"url": "https://orcid.org/0000-0002-5993-5906"
|
| 75 |
+
}
|
| 76 |
+
],
|
| 77 |
+
"keywords": [
|
| 78 |
+
"PROTAC",
|
| 79 |
+
"protein degradation",
|
| 80 |
+
"drug discovery",
|
| 81 |
+
"benchmark",
|
| 82 |
+
"cold-target evaluation",
|
| 83 |
+
"binary classification"
|
| 84 |
+
],
|
| 85 |
+
"rai:dataCollection": "PROTAC-Bench aggregates 10,748 PROTAC-target pairs from three publicly released sources: PROTAC-DB 3.0 (Weng et al., 2023; Nucleic Acids Research), the Ribes et al. (2024) curated benchmark, and DegradeMaster (Liu et al., 2024). Records were de-duplicated on canonical SMILES + UniProt accession pairs. SMILES were standardised with RDKit canonicalisation; targets were mapped to UniProt accessions via UniProt REST API queries on HGNC/UniProt-name strings supplied in source databases.",
|
| 86 |
+
"rai:dataCollectionType": "Aggregation of pre-existing publicly published datasets; no primary experimental data collection.",
|
| 87 |
+
"rai:dataCollectionTimeframe": "Source databases span PROTAC publications 2001-2024 (PROTAC-DB 3.0 release plus subsequent literature); merged corpus frozen 2025-Q4. Temporal split: pre-2023 entries used for training (1,866 entries), 2024 entries held out for prospective evaluation (132 entries); 2023 entries excluded as a temporal gap year.",
|
| 88 |
+
"rai:dataCollectionRawData": "Processed: SMILES are canonicalised, targets are normalised to UniProt accessions, activity labels are binarised (DC50<1 uM OR Dmax>50% -> 1). Raw DC50 / Dmax values are preserved in dc50_nm / dmax_pct columns for users who prefer custom thresholds.",
|
| 89 |
+
"rai:dataCollectionMissingData": "~38% of entries report only Dmax or only DC50, not both. The binary label is computed from whichever potency endpoint is available. Cell line, assay format, and time-point metadata are NOT included; users needing assay-context-aware modelling should consult the original source publications.",
|
| 90 |
+
"rai:dataAnnotationProtocol": "Activity labels are inherited from the source databases' published binarisation rules. Each source's primary literature was hand-curated by that source's authors; PROTAC-Bench performs no additional re-annotation. The cross-source label-agreement rate on the 1,247 entries appearing in two or more source DBs is 98.4% (kappa=0.96).",
|
| 91 |
+
"rai:dataAnnotationPlatform": "No platform - labels propagated from upstream curated databases (PROTAC-DB 3.0 web portal exports, Ribes et al. 2024 supplementary tables, DegradeMaster 2024 release).",
|
| 92 |
+
"rai:dataAnnotationAnalysis": "Inter-source agreement was measured on the 1,247 entries shared by >=2 source databases: raw agreement 98.4%, Cohen's kappa 0.96. Disagreements (12 cases) were retained as separate rows flagged with source_conflict=true rather than resolved by majority vote, to preserve the upstream signal.",
|
| 93 |
+
"rai:dataAnnotationPerItemTime": "Not applicable - no per-item human annotation was performed by the PROTAC-Bench authors. Upstream curators do not report per-record annotation timing.",
|
| 94 |
+
"rai:dataAnnotationDemographics": "Not applicable: labels derive from biochemical assay readouts in source publications, not from human-judgement annotation.",
|
| 95 |
+
"rai:dataAnnotationTools": "No annotation tools were used - upstream labels were ingested verbatim. Standardisation tooling (not annotation): RDKit 2024.03 for SMILES canonicalisation; UniProt REST API (https://rest.uniprot.org/uniprotkb) for target-name to accession resolution.",
|
| 96 |
+
"rai:dataPreprocessingProtocol": "SMILES canonicalisation: RDKit MolToSmiles(mol, canonical=True) after MolFromSmiles round-trip with sanitisation. Stereochemistry preserved. Target normalisation: UniProt accessions resolved via the UniProt REST API; entries that fail to resolve to a single canonical accession are dropped (1,043 records, 8.8% of pre-merge total).",
|
| 97 |
+
"rai:dataPreprocessingImputation": "None. Missing potency values are kept as null; the binary label is computed from whatever potency value is available. Entries with neither DC50 nor Dmax are excluded from the benchmark.",
|
| 98 |
+
"rai:dataPreprocessingManipulation": "De-duplication on (canonical SMILES, UniProt) tuples; cross-source conflict resolution by majority vote (3 sources) or, if 2 sources conflict (12 cases), retained as separate entries flagged with source_conflict=true.",
|
| 99 |
+
"rai:dataUseCases": "(1) Benchmarking PROTAC degradation prediction models under cold-target evaluation (held-out UniProt accessions). (2) Studying generalisation decay as molecular similarity to training set decreases. (3) Measuring E3-ligase scaffold transferability (VHL <-> CRBN). (4) Few-shot transfer experiments for low-data targets. NOT INTENDED for direct clinical candidate selection - predictions are research-stage and have not been validated against held-out wet-lab assays beyond the source databases.",
|
| 100 |
+
"rai:dataLimitation": "(1) E3-ligase imbalance: VHL and CRBN account for 87% of records; performance on rare E3 ligases (RNF114, IAP, MDM2, ...) is data-limited. (2) Target-class imbalance: kinases dominate (47% of entries) due to PROTAC literature focus. (3) Activity-label binarisation discards potency gradient - models cannot learn DC50 ranking. (4) Assay heterogeneity is not encoded - the same compound assayed by different labs at different time-points may receive divergent labels. (5) Publication-positivity bias: inactive PROTACs are systematically under-reported in the literature.",
|
| 101 |
+
"rai:dataBiases": "Documented biases: (a) chemotype bias toward CRBN/VHL warhead families documented in the cheminformatics literature; (b) target bias toward oncology targets (BCR-ABL, BTK, AR, EGFR, BRD4 are over-represented); (c) lab-of-origin confounding - three labs contribute >40% of records, introducing potential lab-specific assay-condition signatures that models can latch onto (see task14_within_target_cross_lab.json and the 'lab-confound' analysis in the paper).",
|
| 102 |
+
"rai:dataSocialImpact": "Positive: lowers the entry barrier for ML-driven PROTAC design, enables reproducible benchmarking and reduces wasted wet-lab effort on poorly-generalising models. Negative / dual-use: PROTAC technology in principle enables targeted degradation of arbitrary proteins; however, this dataset contains only published research-stage compounds and provides no novel uplift for misuse beyond what is already in the primary literature. No human-subject data; no privacy concerns.",
|
| 103 |
+
"rai:personalSensitiveInformation": "None. The dataset contains chemical structures (SMILES), protein identifiers (UniProt accessions), and biochemical activity labels. No human-subject data, no PII, no patient-derived material.",
|
| 104 |
+
"rai:dataReleaseMaintenancePlan": "Distributed under CC-BY-4.0 via HuggingFace Datasets. Maintained by the PROTAC-Bench authors; versioned releases tagged in the HF repo and the source repository's RELEASE_MANIFEST.md. Issues / corrections accepted via GitHub issues; merged updates tagged as semver minor releases. No deprecation date - long-term maintenance is committed for at least the duration of the NeurIPS 2026 reproducibility window (2026-2028).",
|
| 105 |
+
"distribution": [
|
| 106 |
+
{
|
| 107 |
+
"@type": "cr:FileObject",
|
| 108 |
+
"@id": "protac_bench.csv",
|
| 109 |
+
"name": "protac_bench.csv",
|
| 110 |
+
"description": "Main dataset: 10,748 PROTAC entries with SMILES, target, E3 ligase type, and binary activity label.",
|
| 111 |
+
"contentUrl": "data/protac_bench.csv",
|
| 112 |
+
"encodingFormat": "text/csv",
|
| 113 |
+
"sha256": "6d273d9fbfb1921f5b2da9ba94a74d46fe787ffd3f6a766058c8d1c3c76d30fa"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"@type": "cr:FileObject",
|
| 117 |
+
"@id": "loto_folds.json",
|
| 118 |
+
"name": "loto_folds.json",
|
| 119 |
+
"description": "65 pre-computed Leave-One-Target-Out fold assignments with test indices, entry counts, and activity rates.",
|
| 120 |
+
"contentUrl": "data/loto_folds.json",
|
| 121 |
+
"encodingFormat": "application/json",
|
| 122 |
+
"sha256": "61564e68683db7c46424a5b6b58fe25d7cab319ee3dc7a300f86b7611bb4de3c"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"@type": "cr:FileObject",
|
| 126 |
+
"@id": "lofo_folds.json",
|
| 127 |
+
"name": "lofo_folds.json",
|
| 128 |
+
"description": "Leave-One-Family-Out fold assignments. 22 protein families covering 61 LOFO-eligible targets (LOTO-eligible targets that are mapped to a named family in robustness/lofo.py FAMILY_MAP). Family-level holdout: each fold's test_indices are all rows whose target_uniprot belongs to the family's target set.",
|
| 129 |
+
"contentUrl": "data/lofo_folds.json",
|
| 130 |
+
"encodingFormat": "application/json",
|
| 131 |
+
"sha256": "16d4d2fabe2ac84c0f7528128a49f94832eef92db096edd4f3bf8ee2ed32c8ee"
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"@type": "cr:FileObject",
|
| 135 |
+
"@id": "cross_lab_folds.json",
|
| 136 |
+
"name": "cross_lab_folds.json",
|
| 137 |
+
"description": "Within-target cross-lab fold assignments. 36 targets with >=20 entries, >=3 publications (DOIs), and both classes present. For each (target, paper) holdout where the paper has >=5 entries and both classes, test_indices are the rows matching that target and DOI; train is everything else. Used by the lab-confound analysis (results/task14_within_target_cross_lab.json).",
|
| 138 |
+
"contentUrl": "data/cross_lab_folds.json",
|
| 139 |
+
"encodingFormat": "application/json",
|
| 140 |
+
"sha256": "3beb321d4a2e5e2365501b48a38d885cffc3fecf5b82a99c0c5b268bfc8bd964"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"@type": "cr:FileObject",
|
| 144 |
+
"@id": "temporal_prospective_folds.json",
|
| 145 |
+
"name": "temporal_prospective_folds.json",
|
| 146 |
+
"description": "Temporal prospective split. Train: rows with publication year < 2023 (1,866 entries). Test: rows with publication year == 2024 (132 entries). 2023 entries are excluded as a temporal gap year. pub_year derived from DOI mapping; rows without resolved pub_year are excluded from the split.",
|
| 147 |
+
"contentUrl": "data/temporal_prospective_folds.json",
|
| 148 |
+
"encodingFormat": "application/json",
|
| 149 |
+
"sha256": "a68950af03b1be29df7ddb47b373e234cd72190fb2101433b2f818f8aa6cc67b"
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"@type": "cr:FileObject",
|
| 153 |
+
"@id": "admet_scores.csv",
|
| 154 |
+
"name": "admet_scores.csv",
|
| 155 |
+
"description": "7-property ADMET cascade scores for all 10,748 entries.",
|
| 156 |
+
"contentUrl": "data/admet_scores.csv",
|
| 157 |
+
"encodingFormat": "text/csv",
|
| 158 |
+
"sha256": "db5c33175ec6c1f1f9608cc230f655b2dd823b1e745df36e34d0616ec056d7e0"
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"recordSet": [
|
| 162 |
+
{
|
| 163 |
+
"@type": "cr:RecordSet",
|
| 164 |
+
"@id": "protac_entries",
|
| 165 |
+
"name": "protac_entries",
|
| 166 |
+
"description": "Individual PROTAC degradation entries.",
|
| 167 |
+
"field": [
|
| 168 |
+
{
|
| 169 |
+
"@type": "cr:Field",
|
| 170 |
+
"@id": "protac_entries/smiles",
|
| 171 |
+
"name": "smiles",
|
| 172 |
+
"description": "Canonical SMILES representation of the PROTAC molecule.",
|
| 173 |
+
"dataType": "sc:Text",
|
| 174 |
+
"source": {
|
| 175 |
+
"fileObject": {
|
| 176 |
+
"@id": "protac_bench.csv"
|
| 177 |
+
},
|
| 178 |
+
"extract": {
|
| 179 |
+
"column": "smiles"
|
| 180 |
+
}
|
| 181 |
+
}
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"@type": "cr:Field",
|
| 185 |
+
"@id": "protac_entries/target_uniprot",
|
| 186 |
+
"name": "target_uniprot",
|
| 187 |
+
"description": "UniProt accession ID of the target protein.",
|
| 188 |
+
"dataType": "sc:Text",
|
| 189 |
+
"source": {
|
| 190 |
+
"fileObject": {
|
| 191 |
+
"@id": "protac_bench.csv"
|
| 192 |
+
},
|
| 193 |
+
"extract": {
|
| 194 |
+
"column": "target_uniprot"
|
| 195 |
+
}
|
| 196 |
+
}
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"@type": "cr:Field",
|
| 200 |
+
"@id": "protac_entries/e3_type",
|
| 201 |
+
"name": "e3_type",
|
| 202 |
+
"description": "E3 ubiquitin ligase type (VHL, CRBN, or Other).",
|
| 203 |
+
"dataType": "sc:Text",
|
| 204 |
+
"source": {
|
| 205 |
+
"fileObject": {
|
| 206 |
+
"@id": "protac_bench.csv"
|
| 207 |
+
},
|
| 208 |
+
"extract": {
|
| 209 |
+
"column": "e3_type"
|
| 210 |
+
}
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"@type": "cr:Field",
|
| 215 |
+
"@id": "protac_entries/label",
|
| 216 |
+
"name": "label",
|
| 217 |
+
"description": "Binary activity label (1 = active: DC50 < 1 uM OR Dmax > 50%, 0 = inactive).",
|
| 218 |
+
"dataType": "sc:Integer",
|
| 219 |
+
"source": {
|
| 220 |
+
"fileObject": {
|
| 221 |
+
"@id": "protac_bench.csv"
|
| 222 |
+
},
|
| 223 |
+
"extract": {
|
| 224 |
+
"column": "label"
|
| 225 |
+
}
|
| 226 |
+
}
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"@type": "cr:Field",
|
| 230 |
+
"@id": "protac_entries/dc50_nm",
|
| 231 |
+
"name": "dc50_nm",
|
| 232 |
+
"description": "Half-maximal degradation concentration in nanomolar (when available).",
|
| 233 |
+
"dataType": "sc:Float",
|
| 234 |
+
"source": {
|
| 235 |
+
"fileObject": {
|
| 236 |
+
"@id": "protac_bench.csv"
|
| 237 |
+
},
|
| 238 |
+
"extract": {
|
| 239 |
+
"column": "dc50_nm"
|
| 240 |
+
}
|
| 241 |
+
}
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"@type": "cr:Field",
|
| 245 |
+
"@id": "protac_entries/dmax_pct",
|
| 246 |
+
"name": "dmax_pct",
|
| 247 |
+
"description": "Maximum degradation percentage (when available).",
|
| 248 |
+
"dataType": "sc:Float",
|
| 249 |
+
"source": {
|
| 250 |
+
"fileObject": {
|
| 251 |
+
"@id": "protac_bench.csv"
|
| 252 |
+
},
|
| 253 |
+
"extract": {
|
| 254 |
+
"column": "dmax_pct"
|
| 255 |
+
}
|
| 256 |
+
}
|
| 257 |
+
}
|
| 258 |
+
]
|
| 259 |
+
}
|
| 260 |
+
]
|
| 261 |
+
}
|