S
Size: a a a
S
S
NC
DA
DA
NC
DA
GM
S
S
"influencers_influencer"."interests" = '[]'у тебя записи храняться в скобочках в БД и виде списка???
S
S
S
S
DA
DA
A
DA
collections
import Counter
interests = [i['interests']
for i
in influencer.objects.exclude(interests=[]).values('interests').iterator()]
all_interests_in_one = [interest
for sublist
in interests
for interest
in sublist]
Counter(all_interests_in_one)