We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ser = pd.Series(["a", 1]) ser[:] = list(ser.values)) >>> ser[1] '1'
Looks like we call np.array(ser.values) and the cast happens in there.
np.array(ser.values)