W3cubDocs

/Statsmodels

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