This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
API Breakdown
bruth edited this page Feb 28, 2013
·
2 revisions
Field
-level API which exposes methods and properties for accessing the data directly.
-
values
- tuple of distinct values -
labels
- tuple of distinct labels representing the values -
codes
- tuple of distinct codes representing the values -
choices
- tuple of value, label pairs -
coded_choices
- tuple of code, label pairs (applicable to stats packages such as R and SAS) -
search
- string-based search using contains, exact, or regex, returns tuple of choices
-
size
- size (count) of distinct values -
count
- total (non-distinct) count of values -
max
- max value -
min
- min value -
avg
(numbers only) - population average -
sum
(numbers only) - population sum -
stddev
(numbers only) - population standard deviation -
variance
(numbers only) - population variance
TBD
TBD
Contents
- Introduction
- Installation & Setup
- Getting Started
- What Next?
Guides
- Managing your metadata
- Persisting sets of objects
- Writing a custom Interface
- Writing a custom Formatter
- Cookbook
APIs
Proposals
Reference
Developers