cachai.data.get_dataset_metadata

cachai.data.get_dataset_metadata(name)[source]

Print the metadata of a specific dataset.

Parameters
namestr

Name of the dataset.

Examples

import cachai.data as chd

chd.get_dataset_metadata('lithium')
══════════════════════════════════════════════════════════════════════════════════════════
METADATA OF DATASET: LITHIUM
──────────────────────────────────────────────────────────────────────────────────────────
Alias       : lithium
Filename    : lithium.csv
Description : Data of lithium abundances and stellar parameters from  M. L. L. Dantas et
              al. (2025) doi: 10.1051/0004-6361/202453034
Columns     : CNAME, [Fe/H], A(Li), \overline{t}_{\star}, M, T_{eff}, e, Z_{max}, L_z
══════════════════════════════════════════════════════════════════════════════════════════