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.
In [9]: import numpy as np ...: import pandas as np ...: from pandas.tests.extension.decimal.array import to_decimal ...: ser = pd.Series(to_decimal([1,2,3])) ...: ser[0]=np.nan ...: ser.count() 3