4.1.4. statsmodels.base.data¶
Base tools for handling various kinds of data structures, attaching metadata to results, and doing data cleaning
4.1.4.1. Functions¶
handle_data (endog, exog[, missing, hasconst]) |
|
handle_data_class_factory (endog, exog) |
Given inputs |
handle_missing (endog[, exog, missing]) |
|
iteritems (obj, **kwargs) |
replacement for six’s iteritems for Python2/3 compat |
4.1.4.2. Classes¶
ModelData (endog[, exog, missing, hasconst]) |
Class responsible for handling input data and extracting metadata into the |
PandasData (endog[, exog, missing, hasconst]) |
Data handling class which knows how to reattach pandas metadata to model |
PatsyData (endog[, exog, missing, hasconst]) |
|
cache_writable ([cachename, resetlist]) |
Decorator for CachedWritableAttribute |
resettable_cache |
alias of ResettableCache |
4.1.4.3. Exceptions¶
MissingDataError |