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
According to docstrings for the convert_date method, illegal values should be returned as None. In fact, the method returns the original date value as string
Describe the bug
According to docstrings for the convert_date method, illegal values should be returned as None. In fact, the method returns the original date value as string
To Reproduce
Code:
Returned values are '2007-02-31' and '0000-00-00'
Expected behavior
According to the docstring, expected return values would be None:
Environment
The text was updated successfully, but these errors were encountered: