I have some kind of this table
No app_list
1 ['com.lenovo.anyshare.gps', 'com.UCMobile.intl']
2 []
3 ['com.rarlab.rar', 'com.kreditpintar', 'com.whatsapp']
and I want to count that app_list, and be like this
No app_list count
1 ['com.lenovo.anyshare.gps', 'com.UCMobile.intl'] 2
2 [] 0
3 ['com.rarlab.rar', 'com.kreditpintar', 'com.whatsapp'] 3
is there any way to get it done like that ? thank you