Deprecate Series.from_array ? #18213
Labels
Deprecate
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
Milestone
I just noticed we have a
Series.from_array
method (I was not conscientiously aware of that :-))Is there any reason you would want to use that instead of the normal
pd.Series(..)
constructor ?The text was updated successfully, but these errors were encountered: