Returns a Python generator object for iterating over the dataset.
Parameters: | as_dict : bool, optional
|
---|---|
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.