--- dataset_info: features: - name: country_name dtype: string - name: country_iso3 dtype: string - name: year dtype: int64 - name: Share with a mobile money account dtype: float64 - name: Share with a mobile phone dtype: float64 - name: World region according to OWID dtype: string splits: - name: train num_bytes: 3370 num_examples: 66 - name: test num_bytes: 901 num_examples: 17 download_size: 7916 dataset_size: 4271 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---