@@ -103,6 +103,7 @@ def names(data):
for row in data:
name_parts = row[1].split(" ")
for name in name_parts:
name = name.rstrip(",")
if name not in stop_words:
names.append(name)
count_names = Counter(names).most_common(20)
The note is not visible to the blocked user.