note `x[0][0]` - the argument passed to `.apply()`...
# python
s
note
x[0][0]
- the argument passed to
.apply()
is a list (but you may only need
x[0]
)