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
* Improve handling of missing values
Replace the nullable::Union{Bool,Missing} argument with allowmissing::Symbol, with possible choices
:all, :auto and :none, and make :all the default to avoid errors when the first missing value appears
beyond rows used for type detection. Also avoid overriding types specified explicitly via the types argument,
which allows for more flexibility.
While deprecating nullable, also deprecate null in favor of missingstring for consistency with truestring
and falsestring.
* Fix up merge commits
* Fix failure after rebase