A DataFrame called dataset contains the following data.

 keyvalue
0L2
1L10
2N4
3L10
4R14
5L4

Complete the following output of the statement  dataset.groupby('key').count()

 value
key 
L
N
R