Closed
Description
pd.NA ** 0
returns 1. which is correct, as far as I understand 1
However, the documents, line 832 incorrectly claims that pd.NA ** 0
returns 0.
1 although one can ask if NULL**0
should behave like NAN**0
pd.NA ** 0
returns 1. which is correct, as far as I understand 1
However, the documents, line 832 incorrectly claims that pd.NA ** 0
returns 0.
1 although one can ask if NULL**0
should behave like NAN**0