Internet Usage Data
Donated on 6/29/1999
This data contains general demographic information on internet users in 1997.
Dataset Characteristics
Multivariate
Subject Area
Computer Science
Associated Tasks
-
Feature Type
Categorical, Integer
# Instances
10104
# Features
-
Dataset Information
Additional Information
This data comes from a survey conducted by the Graphics and Visualization Unit at Georgia Tech October 10 to November 16, 1997. The full details of the survey are available here: http://www.cc.gatech.edu/gvu/user_surveys/survey-1997-10/ The particular subset of the survey provided here is the "general demographics" of internet users. The data have been recoded as entirely numeric, with an index to the codes described in the "Coding" file. The full survey is available from the web site above, along with summaries, tables and graphs of their analyses. In addition there is information on other parts of the survey, including technology demographics and web commerce. The data is stored in an ASCII files with one observation per line. Spaces separate fields.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no |
0 to 10 of 72
Dataset Files
File | Size |
---|---|
final_general.dat.gz | 255.9 KB |
changes | 4.5 KB |
internet_usage.data.html | 3.4 KB |
final_general.col | 1.8 KB |
internet_usage.html | 989 Bytes |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset internet_usage_data = fetch_ucirepo(id=126) # data (as pandas dataframes) X = internet_usage_data.data.features y = internet_usage_data.data.targets # metadata print(internet_usage_data.metadata) # variable information print(internet_usage_data.variables)
Internet Usage Data [Dataset]. (1999). UCI Machine Learning Repository. https://doi.org/10.24432/C5Q60G.
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.