Version 0.1.2
New in this release:
prop_missing
can now be added to the spec while importing a dataframe to manually set the portion of missing values.- The regex distribution now also accepts "\d" or "\w", etc as a short-hand for "\d{1,1}" and "\w{1,1}" respectively.
- An error is now raised when the regex element is used more than 100% or less than 0% of the time.
- The
_example_distribution
method of distributions has been renamed todefault_distribution
.