howell
Stay organized with collections
Save and categorize content based on your preferences.
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)
Split |
Examples |
'train' |
544 |
FeaturesDict({
'age': float32,
'height': float32,
'male': int32,
'weight': float32,
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
age |
Tensor |
|
float32 |
|
height |
Tensor |
|
float32 |
|
male |
Tensor |
|
int32 |
|
weight |
Tensor |
|
float32 |
|
@ONLINE {
author = "Howell, Nancy",
title = "Dobe !Kung Census of All Population.",
year = "2009",
url = "https://tspace.library.utoronto.ca/handle/1807/17973"
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-11-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-11-23 UTC."],[],[],null,["# howell\n\n\u003cbr /\u003e\n\n- **Description**:\n\nDemographic data from Kalahari !Kung San people collected by Nancy Howell\n\nHowell's observations of the !Kung San were made by Howell in Botswana between\nAugust 1967 and May 1969. Fuller descriptions of the region and the people under\nstudy can be found in R. B. Lee and I. DeVore (eds), 1976, Kalahari\nHunter-Gatherers: Studies of the !Kung San and Their Neighbors, Harvard\nUniversity Press, Cambridge, Mass. And in N. Howell, 2000, Demography of the\nDobe !Kung, Aldine de Gruyter, New York.\n\nOnly columns on height, weight, age, and sex were kept. Rows with any null\nvalues were dropped.\n\nNumber of instances: 544\n\nVariables:\n\n1. height in cm (float)\n2. weight in kg (float)\n3. age in years (int)\n4. male indicator (int)\n\n- **Homepage** :\n \u003chttps://tspace.library.utoronto.ca/handle/1807/10395\u003e\n\n- **Source code** :\n [`tfds.structured.howell.Howell`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/structured/howell/howell.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `11.92 KiB`\n\n- **Dataset size** : `39.31 KiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 544 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'age': float32,\n 'height': float32,\n 'male': int32,\n 'weight': float32,\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-------|---------|-------------|\n| | FeaturesDict | | | |\n| age | Tensor | | float32 | |\n| height | Tensor | | float32 | |\n| male | Tensor | | int32 | |\n| weight | Tensor | | float32 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @ONLINE {\n author = \"Howell, Nancy\",\n title = \"Dobe !Kung Census of All Population.\",\n year = \"2009\",\n url = \"https://tspace.library.utoronto.ca/handle/1807/17973\"\n }"]]