Computer Science, asked by pavanmining2020, 2 months ago

consider the dataframe df=pd.DataFrame({'a':[1,2,1],'b':[1,1,1]})

what type does the following return df['a']==1

a) int

b) bool

c) float​

Answers

Answered by ramanimamidi06
4

Answer:

Boole the best way of life 76

Answered by sumanthsanigaram
1

Answer:

bool is the answer for the above question . option(b)

Similar questions