--- dataset_info: features: - name: country_name dtype: string - name: country_iso3 dtype: string - name: year dtype: int64 - name: Landline phone subscriptions dtype: float64 - name: Landline Internet subscriptions dtype: float64 - name: Mobile phone subscriptions dtype: float64 - name: Internet users dtype: float64 splits: - name: train num_bytes: 120723 num_examples: 2036 - name: test num_bytes: 30500 num_examples: 509 download_size: 60062 dataset_size: 151223 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---