pandas.Series.str.isupper¶
- Series.str.isupper()¶
 Check whether all characters in each string in the Series/Index are uppercase. Equivalent to str.isupper().
Returns: is : Series/array of boolean values 
Check whether all characters in each string in the Series/Index are uppercase. Equivalent to str.isupper().
| Returns: | is : Series/array of boolean values | 
|---|