Good evening to everyone , today I am here with yet another statistical post which focuses on the voting data with respect to LeoFinance only .
from hiveengine.tokenobject import Token
token=Token('LEO')
s=[]
end=0
x=0
while(end!=1):
res=token.get_holder(offset=x) # function used to retrieve all user balance
s.append(res)
x=x+len(res)
if(len(res)<500):
end=1
list_holders=[]
for i in range(0,len(s)):
for j in range(0,len(s[i])):
list_holders.append(s[i][j])
user_list=[]
for i in range(0,len(list_holders)):
if(float(list_holders[i]['stake'])>0 or float(list_holders[i]['delegationsIn'])>0): # checking for stake and delegations IN balance
user_list.append(list_holders[i]['account']) # If yes , storing it in a list .
else:
pass
I have explained the code above itself .
Note - above data is for 25th Feb to 3rd March
df_leo_curation.groupby(['curator','author']).count().reset_index().groupby('curator').count().sort_values('author',ascending=False).head(30)['author'].to_frame()
So for those who aren't interested in the code but want to see the data here it is -
| User | Number of different users they have upvoted |
|---|---|
| 533 | |
| 458 | |
| 431 | |
| 426 | |
| 413 | |
| 335 | |
| 329 | |
| 316 | |
| 315 | |
| 309 | |
| 306 | |
| 286 | |
| 285 | |
| 273 | |
| 272 | |
| 272 | |
| 254 | |
| 253 | |
| 252 | |
| 243 | |
| 238 | |
| 236 | |
| 235 | |
| 234 | |
| 233 | |
| 232 | |
| 231 | |
| 225 | |
| 222 | |
| 203 |
What is this data? This tells us that in the past 7 days these people have voted for 200 and above different authors on LeoFinance .
893 - that means the top 5 curators of LeoFinance has upvoted for 50% of the authors who have posted/commented using LeoFinance tag . 1 in 2 ( in 7 days ) - isn't that amazing? If you check the accounts - most of them have good amount of LP or good amount of HP .
Note - some are auto upvoting accounts but others aren't , I am sure I need not mention here who actually curates manually in the above list , you all know it
36.35
5.19 - This is not an impressive number . This tells us either of two things
5.19 means one curator per day is earning curation reward from 5 authors only .