- Description:
Demographic data from Kalahari !Kung San people collected by Nancy Howell
Howell’s observations of the !Kung San were made by Howell in Botswana between August 1967 and May 1969. Fuller descriptions of the region and the people under study can be found in R. B. Lee and I. DeVore (eds), 1976, Kalahari Hunter-Gatherers: Studies of the !Kung San and Their Neighbors, Harvard University Press, Cambridge, Mass. And in N. Howell, 2000, Demography of the Dobe !Kung, Aldine de Gruyter, New York.
Only columns on height, weight, age, and sex were kept. Rows with any null values were dropped.
Number of instances: 544
Variables:
- height in cm (float)
- weight in kg (float)
- age in years (int)
- male indicator (int)
Homepage: https://tspace.library.utoronto.ca/handle/1807/10395
Source code:
tfds.structured.howell.Howell
Versions:
1.0.0
(default): Initial release.
Download size:
11.92 KiB
Dataset size:
39.31 KiB
Auto-cached (documentation): Yes
Splits:
Split | Examples |
---|---|
'train' |
544 |
- Feature structure:
FeaturesDict({
'age': float32,
'height': float32,
'male': int32,
'weight': float32,
})
- Feature documentation:
Feature | Class | Shape | Dtype | Description |
---|---|---|---|---|
FeaturesDict | ||||
age | Tensor | float32 | ||
height | Tensor | float32 | ||
male | Tensor | int32 | ||
weight | Tensor | float32 |
Supervised keys (See
as_supervised
doc):None
Figure (tfds.show_examples): Not supported.
Examples (tfds.as_dataframe):
- Citation:
@ONLINE {
author = "Howell, Nancy",
title = "Dobe !Kung Census of All Population.",
year = "2009",
url = "https://tspace.library.utoronto.ca/handle/1807/17973"
}