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
I think we need a doc section which states what is accepted as list-like: each method which accepts list-likes would then link to that doc section.
This will basically detail the types for which pandas.core.dtypes.common.is_list_like returns True, with the only exception of tuple, which we should not declare as list-like, but which some methods still accept for backward compatibility.
The text was updated successfully, but these errors were encountered:
I think we need a doc section which states what is accepted as list-like: each method which accepts list-likes would then link to that doc section.
This will basically detail the types for which
pandas.core.dtypes.common.is_list_like
returnsTrue
, with the only exception oftuple
, which we should not declare as list-like, but which some methods still accept for backward compatibility.The text was updated successfully, but these errors were encountered: