StataReader.dataset()

statsmodels.iolib.foreign.StataReader.dataset

StataReader.dataset(as_dict=False) [source]

Returns a Python generator object for iterating over the dataset.

Parameters:

as_dict : bool, optional

If as_dict is True, yield each row of observations as a dict. If False, yields each row of observations as a list.

Returns:

Generator object for iterating over the dataset. Yields each row of

observations as a list by default.

Notes

If missing_values is True during instantiation of StataReader then observations with _StataMissingValue(s) are not filtered and should be handled by your applcation.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.iolib.foreign.StataReader.dataset.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部