- corrected printouts in assignnan
- one more revision to categoric transforms associated with recent updates to allow distinct encodings between numbers and string equivalents
- added str_convert parameter to ordl, ord3, 1010, onht such as revert to to consistently encoding between strings and numbers
- str_convert defaults to False e.g. 2 != '2', when passed as True e.g. 2 == '2'
- thus allowing allowing user to have consistent convention betweehn these transforms and text transform if desired
- again where text is one-hot encoding that requires a string convert operation due to convention for returned column headers
- this is really diving into the weeds. Details matter.