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
The result_type argument of Series.str.split has a default value of 'series' for compatibility purposes. This should be deprecated in favor of the default 'frame'.
See issue #8428 , PR #8663 for introduction of the argument and discussion of default value.