--- dataset_info: features: - name: country_name dtype: string - name: country_iso3 dtype: string - name: year dtype: int64 - name: Pregnant women with anemia dtype: float64 - name: Children with anemia dtype: float64 - name: World region according to OWID dtype: string splits: - name: train num_bytes: 55798 num_examples: 1036 - name: test num_bytes: 13749 num_examples: 260 download_size: 16538 dataset_size: 69547 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---