We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I just noticed we have a Series.from_array method (I was not conscientiously aware of that :-))
Series.from_array
Is there any reason you would want to use that instead of the normal pd.Series(..) constructor ?
pd.Series(..)