Skip to main content
jezrael's user avatar
jezrael's user avatar
jezrael's user avatar
jezrael
  • Member for 10 years, 9 months
  • Last seen this week
  • Bratislava, Slovakia
Stats
853,345
reputation
95.1m
reached
31,050
answers
45
questions
Loading…
About

Please don't hesitate to contact me:

import pandas as pd
d = {0: [1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 
         1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0], 
     1: [16, 1, 0, 15, 7, 14, 13, 7, 3, 10, 14, 8, 10, 3,  5, 4, 8, 13, 6, 2, 
         11, 11, 0, 12, 9, 16, 12, 15, 9, 1, 4, 5, 6, 2], 
     2: [32, 32, 32, 32, 32, 33, 46, 64, 97, 97, 99, 99, 100, 101, 101, 102, 103, 
         103, 103, 104, 105, 105, 106, 108, 109, 109, 110, 111, 111, 111, 112, 112, 121, 122]}
print (pd.DataFrame(d).pivot(index=1, columns=0, values=2).applymap(chr).agg(''.join))
100
gold badges
1,407
silver badges
1,308
bronze badges
88,214
Score
30,764
Posts
99
Posts %
81,059
Score
26,076
Posts
84
Posts %
34,418
Score
11,218
Posts
36
Posts %
9,043
Score
3,959
Posts
13
Posts %
5,322
Score
1,913
Posts
6
Posts %
4,200
Score
1,271
Posts
4
Posts %
Top posts
View all questions, answers, and articles