You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every function in the library now handles NaNs correctly.
Implemented through decorator @handle_nans in new file _helper.py.
Tests added in test_nan.py
As we went through the whole library anyways, argument "input" was renamed to "s" in some functions to be in line with the others.
Co-authored-by: Maximilian Krahn <maximilian.krahn@icloud.com>
(Edit)
As it is the case with Pandas, every
texthero
function should deal with not assigned (NA) values.The rule of thumb should be the following:
This task consists in:
test_na.py
file that checks for every "texthero" function that the NA rule is respectedThis task has appeared to be more complex than initially thought.
Linked PR: #86, #130 and #123
The text was updated successfully, but these errors were encountered: