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.

doc_statsmodels
2017-01-18 16:16:36
Comments
Leave a Comment

Please login to continue.