-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathType_15.csv
We can't make this file beautiful and searchable because it's too large.
10229 lines (10229 loc) · 575 KB
/
Type_15.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
"","PLAYER_NAME","Type","Shot_Quantity","Made_Quantity","Percentage"
"1","Aaron Brooks","Cutting Layup Shot",1,1,1
"2","Aaron Brooks","Driving Bank Hook Shot",1,1,1
"3","Aaron Brooks","Driving Bank shot",1,1,1
"4","Aaron Brooks","Driving Finger Roll Layup Shot",8,6,0.75
"5","Aaron Brooks","Driving Floating Bank Jump Shot",3,2,0.666666666666667
"6","Aaron Brooks","Driving Floating Jump Shot",17,14,0.823529411764706
"7","Aaron Brooks","Driving Hook Shot",6,5,0.833333333333333
"8","Aaron Brooks","Driving Layup Shot",59,37,0.627118644067797
"9","Aaron Brooks","Driving Reverse Layup Shot",10,4,0.4
"10","Aaron Brooks","Fadeaway Jump Shot",12,7,0.583333333333333
"11","Aaron Brooks","Finger Roll Layup Shot",1,1,1
"12","Aaron Brooks","Floating Jump shot",32,13,0.40625
"13","Aaron Brooks","Hook Bank Shot",1,0,0
"14","Aaron Brooks","Hook Shot",3,1,0.333333333333333
"15","Aaron Brooks","Jump Bank Shot",4,1,0.25
"16","Aaron Brooks","Jump Shot",232,71,0.306034482758621
"17","Aaron Brooks","Layup Shot",34,4,0.117647058823529
"18","Aaron Brooks","Pullup Bank shot",1,1,1
"19","Aaron Brooks","Pullup Jump shot",23,10,0.434782608695652
"20","Aaron Brooks","Reverse Layup Shot",1,1,1
"21","Aaron Brooks","Running Jump Shot",6,3,0.5
"22","Aaron Brooks","Running Layup Shot",2,1,0.5
"23","Aaron Brooks","Running Pull-Up Jump Shot",1,0,0
"24","Aaron Brooks","Step Back Jump shot",8,2,0.25
"25","Aaron Brooks","Tip Layup Shot",1,0,0
"26","Aaron Brooks","Turnaround Jump Shot",1,1,1
"27","Aaron Gordon","Alley Oop Dunk Shot",13,13,1
"28","Aaron Gordon","Alley Oop Layup shot",1,0,0
"29","Aaron Gordon","Cutting Dunk Shot",6,6,1
"30","Aaron Gordon","Cutting Layup Shot",7,7,1
"31","Aaron Gordon","Driving Dunk Shot",7,6,0.857142857142857
"32","Aaron Gordon","Driving Finger Roll Layup Shot",5,4,0.8
"33","Aaron Gordon","Driving Floating Bank Jump Shot",2,1,0.5
"34","Aaron Gordon","Driving Floating Jump Shot",1,0,0
"35","Aaron Gordon","Driving Hook Shot",1,1,1
"36","Aaron Gordon","Driving Layup Shot",22,15,0.681818181818182
"37","Aaron Gordon","Driving Reverse Dunk Shot",2,2,1
"38","Aaron Gordon","Driving Reverse Layup Shot",7,3,0.428571428571429
"39","Aaron Gordon","Dunk Shot",17,16,0.941176470588235
"40","Aaron Gordon","Fadeaway Jump Shot",2,0,0
"41","Aaron Gordon","Finger Roll Layup Shot",2,1,0.5
"42","Aaron Gordon","Floating Jump shot",2,1,0.5
"43","Aaron Gordon","Hook Bank Shot",1,1,1
"44","Aaron Gordon","Hook Shot",8,3,0.375
"45","Aaron Gordon","Jump Bank Shot",2,0,0
"46","Aaron Gordon","Jump Shot",225,60,0.266666666666667
"47","Aaron Gordon","Layup Shot",69,27,0.391304347826087
"48","Aaron Gordon","Pullup Bank shot",1,1,1
"49","Aaron Gordon","Pullup Jump shot",33,18,0.545454545454545
"50","Aaron Gordon","Putback Dunk Shot",8,7,0.875
"51","Aaron Gordon","Putback Layup Shot",16,12,0.75
"52","Aaron Gordon","Reverse Dunk Shot",5,5,1
"53","Aaron Gordon","Reverse Layup Shot",5,2,0.4
"54","Aaron Gordon","Running Alley Oop Dunk Shot",2,2,1
"55","Aaron Gordon","Running Dunk Shot",9,9,1
"56","Aaron Gordon","Running Finger Roll Layup Shot",3,2,0.666666666666667
"57","Aaron Gordon","Running Jump Shot",5,3,0.6
"58","Aaron Gordon","Running Layup Shot",10,3,0.3
"59","Aaron Gordon","Running Pull-Up Jump Shot",2,1,0.5
"60","Aaron Gordon","Step Back Jump shot",7,1,0.142857142857143
"61","Aaron Gordon","Tip Dunk Shot",8,7,0.875
"62","Aaron Gordon","Tip Layup Shot",44,27,0.613636363636364
"63","Aaron Gordon","Turnaround Fadeaway shot",6,3,0.5
"64","Aaron Gordon","Turnaround Hook Shot",2,1,0.5
"65","Aaron Gordon","Turnaround Jump Shot",10,3,0.3
"66","Adreian Payne","Alley Oop Dunk Shot",2,2,1
"67","Adreian Payne","Cutting Dunk Shot",3,3,1
"68","Adreian Payne","Cutting Layup Shot",2,1,0.5
"69","Adreian Payne","Driving Bank Hook Shot",1,0,0
"70","Adreian Payne","Driving Bank shot",1,0,0
"71","Adreian Payne","Driving Floating Jump Shot",2,1,0.5
"72","Adreian Payne","Driving Layup Shot",5,4,0.8
"73","Adreian Payne","Dunk Shot",2,1,0.5
"74","Adreian Payne","Fadeaway Jump Shot",1,1,1
"75","Adreian Payne","Floating Jump shot",1,0,0
"76","Adreian Payne","Hook Shot",5,2,0.4
"77","Adreian Payne","Jump Bank Shot",1,0,0
"78","Adreian Payne","Jump Shot",81,23,0.283950617283951
"79","Adreian Payne","Layup Shot",10,3,0.3
"80","Adreian Payne","Pullup Jump shot",4,1,0.25
"81","Adreian Payne","Putback Dunk Shot",2,2,1
"82","Adreian Payne","Putback Layup Shot",2,1,0.5
"83","Adreian Payne","Reverse Layup Shot",2,0,0
"84","Adreian Payne","Running Jump Shot",2,0,0
"85","Adreian Payne","Step Back Jump shot",3,1,0.333333333333333
"86","Adreian Payne","Tip Dunk Shot",1,1,1
"87","Adreian Payne","Tip Layup Shot",2,1,0.5
"88","Adreian Payne","Turnaround Bank shot",2,1,0.5
"89","Adreian Payne","Turnaround Fadeaway Bank Jump Shot",1,1,1
"90","Adreian Payne","Turnaround Hook Shot",2,2,1
"91","Adreian Payne","Turnaround Jump Shot",5,1,0.2
"92","Al Horford","Alley Oop Dunk Shot",29,26,0.896551724137931
"93","Al Horford","Alley Oop Layup shot",15,13,0.866666666666667
"94","Al Horford","Cutting Dunk Shot",13,13,1
"95","Al Horford","Cutting Finger Roll Layup Shot",1,1,1
"96","Al Horford","Cutting Layup Shot",24,19,0.791666666666667
"97","Al Horford","Driving Dunk Shot",16,15,0.9375
"98","Al Horford","Driving Finger Roll Layup Shot",8,6,0.75
"99","Al Horford","Driving Floating Jump Shot",5,2,0.4
"100","Al Horford","Driving Hook Shot",17,7,0.411764705882353
"101","Al Horford","Driving Layup Shot",28,15,0.535714285714286
"102","Al Horford","Driving Reverse Layup Shot",8,6,0.75
"103","Al Horford","Dunk Shot",17,17,1
"104","Al Horford","Fadeaway Jump Shot",3,0,0
"105","Al Horford","Finger Roll Layup Shot",4,3,0.75
"106","Al Horford","Floating Jump shot",21,11,0.523809523809524
"107","Al Horford","Hook Bank Shot",1,1,1
"108","Al Horford","Hook Shot",40,15,0.375
"109","Al Horford","Jump Bank Shot",7,3,0.428571428571429
"110","Al Horford","Jump Shot",578,234,0.404844290657439
"111","Al Horford","Layup Shot",74,49,0.662162162162162
"112","Al Horford","Pullup Jump shot",7,5,0.714285714285714
"113","Al Horford","Putback Dunk Shot",1,1,1
"114","Al Horford","Putback Layup Shot",17,11,0.647058823529412
"115","Al Horford","Reverse Layup Shot",10,6,0.6
"116","Al Horford","Running Alley Oop Dunk Shot",2,2,1
"117","Al Horford","Running Alley Oop Layup Shot",1,0,0
"118","Al Horford","Running Dunk Shot",6,6,1
"119","Al Horford","Running Finger Roll Layup Shot",2,2,1
"120","Al Horford","Running Jump Shot",5,2,0.4
"121","Al Horford","Running Layup Shot",7,4,0.571428571428571
"122","Al Horford","Running Pull-Up Jump Shot",1,0,0
"123","Al Horford","Running Reverse Layup Shot",1,0,0
"124","Al Horford","Step Back Jump shot",11,2,0.181818181818182
"125","Al Horford","Tip Dunk Shot",4,4,1
"126","Al Horford","Tip Layup Shot",27,17,0.62962962962963
"127","Al Horford","Turnaround Bank shot",6,4,0.666666666666667
"128","Al Horford","Turnaround Fadeaway shot",1,0,0
"129","Al Horford","Turnaround Hook Shot",16,4,0.25
"130","Al Horford","Turnaround Jump Shot",14,3,0.214285714285714
"131","Al Jefferson","Alley Oop Layup shot",2,2,1
"132","Al Jefferson","Cutting Dunk Shot",3,3,1
"133","Al Jefferson","Cutting Layup Shot",4,4,1
"134","Al Jefferson","Driving Finger Roll Layup Shot",1,1,1
"135","Al Jefferson","Driving Floating Jump Shot",1,1,1
"136","Al Jefferson","Driving Hook Shot",1,1,1
"137","Al Jefferson","Driving Layup Shot",4,4,1
"138","Al Jefferson","Dunk Shot",11,10,0.909090909090909
"139","Al Jefferson","Fadeaway Jump Shot",2,1,0.5
"140","Al Jefferson","Finger Roll Layup Shot",2,2,1
"141","Al Jefferson","Floating Jump shot",9,5,0.555555555555556
"142","Al Jefferson","Hook Shot",40,16,0.4
"143","Al Jefferson","Jump Bank Shot",1,0,0
"144","Al Jefferson","Jump Shot",229,93,0.406113537117904
"145","Al Jefferson","Layup Shot",91,50,0.549450549450549
"146","Al Jefferson","Pullup Jump shot",2,1,0.5
"147","Al Jefferson","Putback Layup Shot",8,7,0.875
"148","Al Jefferson","Reverse Layup Shot",4,3,0.75
"149","Al Jefferson","Running Jump Shot",1,0,0
"150","Al Jefferson","Tip Layup Shot",6,2,0.333333333333333
"151","Al Jefferson","Turnaround Bank Hook Shot",1,0,0
"152","Al Jefferson","Turnaround Bank shot",1,1,1
"153","Al Jefferson","Turnaround Fadeaway shot",1,1,1
"154","Al Jefferson","Turnaround Hook Shot",41,20,0.48780487804878
"155","Al Jefferson","Turnaround Jump Shot",39,17,0.435897435897436
"156","Al-Farouq Aminu","Alley Oop Dunk Shot",3,2,0.666666666666667
"157","Al-Farouq Aminu","Alley Oop Layup shot",2,1,0.5
"158","Al-Farouq Aminu","Cutting Dunk Shot",5,5,1
"159","Al-Farouq Aminu","Cutting Finger Roll Layup Shot",1,1,1
"160","Al-Farouq Aminu","Cutting Layup Shot",11,10,0.909090909090909
"161","Al-Farouq Aminu","Driving Bank shot",3,1,0.333333333333333
"162","Al-Farouq Aminu","Driving Dunk Shot",8,8,1
"163","Al-Farouq Aminu","Driving Finger Roll Layup Shot",7,6,0.857142857142857
"164","Al-Farouq Aminu","Driving Floating Bank Jump Shot",3,1,0.333333333333333
"165","Al-Farouq Aminu","Driving Floating Jump Shot",9,3,0.333333333333333
"166","Al-Farouq Aminu","Driving Hook Shot",2,1,0.5
"167","Al-Farouq Aminu","Driving Layup Shot",37,13,0.351351351351351
"168","Al-Farouq Aminu","Driving Reverse Layup Shot",6,2,0.333333333333333
"169","Al-Farouq Aminu","Dunk Shot",10,9,0.9
"170","Al-Farouq Aminu","Fadeaway Jump Shot",3,2,0.666666666666667
"171","Al-Farouq Aminu","Finger Roll Layup Shot",3,2,0.666666666666667
"172","Al-Farouq Aminu","Floating Jump shot",23,5,0.217391304347826
"173","Al-Farouq Aminu","Hook Shot",2,1,0.5
"174","Al-Farouq Aminu","Jump Bank Shot",2,2,1
"175","Al-Farouq Aminu","Jump Shot",421,145,0.344418052256532
"176","Al-Farouq Aminu","Layup Shot",46,19,0.41304347826087
"177","Al-Farouq Aminu","Pullup Bank shot",1,0,0
"178","Al-Farouq Aminu","Pullup Jump shot",33,18,0.545454545454545
"179","Al-Farouq Aminu","Putback Dunk Shot",1,1,1
"180","Al-Farouq Aminu","Putback Layup Shot",9,4,0.444444444444444
"181","Al-Farouq Aminu","Reverse Layup Shot",2,2,1
"182","Al-Farouq Aminu","Running Alley Oop Dunk Shot",1,1,1
"183","Al-Farouq Aminu","Running Dunk Shot",15,15,1
"184","Al-Farouq Aminu","Running Finger Roll Layup Shot",1,1,1
"185","Al-Farouq Aminu","Running Jump Shot",7,3,0.428571428571429
"186","Al-Farouq Aminu","Running Layup Shot",7,4,0.571428571428571
"187","Al-Farouq Aminu","Running Pull-Up Jump Shot",3,1,0.333333333333333
"188","Al-Farouq Aminu","Step Back Jump shot",6,2,0.333333333333333
"189","Al-Farouq Aminu","Tip Dunk Shot",1,1,1
"190","Al-Farouq Aminu","Tip Layup Shot",11,5,0.454545454545455
"191","Al-Farouq Aminu","Turnaround Bank shot",1,0,0
"192","Al-Farouq Aminu","Turnaround Fadeaway shot",2,0,0
"193","Al-Farouq Aminu","Turnaround Hook Shot",2,0,0
"194","Al-Farouq Aminu","Turnaround Jump Shot",8,2,0.25
"195","Alan Anderson","Alley Oop Layup shot",1,0,0
"196","Alan Anderson","Cutting Layup Shot",1,1,1
"197","Alan Anderson","Driving Bank shot",1,1,1
"198","Alan Anderson","Driving Layup Shot",5,3,0.6
"199","Alan Anderson","Fadeaway Jump Shot",1,0,0
"200","Alan Anderson","Jump Shot",45,13,0.288888888888889
"201","Alan Anderson","Pullup Jump shot",1,1,1
"202","Alan Anderson","Reverse Layup Shot",1,1,1
"203","Alan Anderson","Running Finger Roll Layup Shot",1,1,1
"204","Alan Anderson","Running Layup Shot",2,0,0
"205","Alec Burks","Driving Bank shot",8,6,0.75
"206","Alec Burks","Driving Dunk Shot",5,5,1
"207","Alec Burks","Driving Finger Roll Layup Shot",3,3,1
"208","Alec Burks","Driving Floating Jump Shot",1,1,1
"209","Alec Burks","Driving Hook Shot",1,0,0
"210","Alec Burks","Driving Layup Shot",38,22,0.578947368421053
"211","Alec Burks","Driving Reverse Layup Shot",8,6,0.75
"212","Alec Burks","Dunk Shot",3,3,1
"213","Alec Burks","Fadeaway Jump Shot",5,1,0.2
"214","Alec Burks","Floating Jump shot",10,5,0.5
"215","Alec Burks","Jump Bank Shot",10,4,0.4
"216","Alec Burks","Jump Shot",158,43,0.272151898734177
"217","Alec Burks","Layup Shot",16,3,0.1875
"218","Alec Burks","Pullup Jump shot",27,14,0.518518518518518
"219","Alec Burks","Reverse Layup Shot",7,5,0.714285714285714
"220","Alec Burks","Running Finger Roll Layup Shot",1,1,1
"221","Alec Burks","Running Jump Shot",6,0,0
"222","Alec Burks","Running Layup Shot",11,7,0.636363636363636
"223","Alec Burks","Running Pull-Up Jump Shot",2,1,0.5
"224","Alec Burks","Step Back Jump shot",8,6,0.75
"225","Alec Burks","Tip Layup Shot",2,0,0
"226","Alec Burks","Turnaround Jump Shot",4,1,0.25
"227","Alex Len","Alley Oop Dunk Shot",12,9,0.75
"228","Alex Len","Alley Oop Layup shot",6,5,0.833333333333333
"229","Alex Len","Cutting Dunk Shot",19,18,0.947368421052632
"230","Alex Len","Cutting Finger Roll Layup Shot",1,1,1
"231","Alex Len","Cutting Layup Shot",2,2,1
"232","Alex Len","Driving Bank Hook Shot",1,1,1
"233","Alex Len","Driving Dunk Shot",4,4,1
"234","Alex Len","Driving Finger Roll Layup Shot",2,2,1
"235","Alex Len","Driving Floating Bank Jump Shot",1,0,0
"236","Alex Len","Driving Hook Shot",8,3,0.375
"237","Alex Len","Driving Layup Shot",15,7,0.466666666666667
"238","Alex Len","Driving Reverse Layup Shot",1,0,0
"239","Alex Len","Dunk Shot",41,38,0.926829268292683
"240","Alex Len","Fadeaway Jump Shot",3,0,0
"241","Alex Len","Floating Jump shot",3,1,0.333333333333333
"242","Alex Len","Hook Bank Shot",1,1,1
"243","Alex Len","Hook Shot",43,15,0.348837209302326
"244","Alex Len","Jump Bank Shot",12,6,0.5
"245","Alex Len","Jump Shot",237,64,0.270042194092827
"246","Alex Len","Layup Shot",83,25,0.301204819277108
"247","Alex Len","Putback Dunk Shot",10,8,0.8
"248","Alex Len","Putback Layup Shot",11,9,0.818181818181818
"249","Alex Len","Reverse Dunk Shot",1,1,1
"250","Alex Len","Reverse Layup Shot",12,2,0.166666666666667
"251","Alex Len","Running Dunk Shot",5,5,1
"252","Alex Len","Running Layup Shot",1,1,1
"253","Alex Len","Step Back Jump shot",2,0,0
"254","Alex Len","Tip Dunk Shot",9,7,0.777777777777778
"255","Alex Len","Tip Layup Shot",39,11,0.282051282051282
"256","Alex Len","Turnaround Bank shot",1,0,0
"257","Alex Len","Turnaround Fadeaway shot",5,3,0.6
"258","Alex Len","Turnaround Hook Shot",11,5,0.454545454545455
"259","Alex Len","Turnaround Jump Shot",22,10,0.454545454545455
"260","Alexis Ajinca","Alley Oop Dunk Shot",3,3,1
"261","Alexis Ajinca","Alley Oop Layup shot",2,1,0.5
"262","Alexis Ajinca","Cutting Dunk Shot",6,6,1
"263","Alexis Ajinca","Cutting Layup Shot",6,4,0.666666666666667
"264","Alexis Ajinca","Driving Bank Hook Shot",1,0,0
"265","Alexis Ajinca","Driving Bank shot",1,1,1
"266","Alexis Ajinca","Driving Floating Jump Shot",3,1,0.333333333333333
"267","Alexis Ajinca","Driving Hook Shot",2,1,0.5
"268","Alexis Ajinca","Driving Layup Shot",3,3,1
"269","Alexis Ajinca","Dunk Shot",21,17,0.80952380952381
"270","Alexis Ajinca","Fadeaway Jump Shot",1,0,0
"271","Alexis Ajinca","Finger Roll Layup Shot",1,0,0
"272","Alexis Ajinca","Floating Jump shot",1,1,1
"273","Alexis Ajinca","Hook Shot",19,6,0.315789473684211
"274","Alexis Ajinca","Jump Bank Shot",2,0,0
"275","Alexis Ajinca","Jump Shot",160,59,0.36875
"276","Alexis Ajinca","Layup Shot",26,14,0.538461538461538
"277","Alexis Ajinca","Pullup Bank shot",1,1,1
"278","Alexis Ajinca","Pullup Jump shot",2,2,1
"279","Alexis Ajinca","Putback Dunk Shot",3,3,1
"280","Alexis Ajinca","Putback Layup Shot",3,1,0.333333333333333
"281","Alexis Ajinca","Running Jump Shot",4,2,0.5
"282","Alexis Ajinca","Running Layup Shot",2,1,0.5
"283","Alexis Ajinca","Step Back Jump shot",1,0,0
"284","Alexis Ajinca","Tip Layup Shot",17,9,0.529411764705882
"285","Alexis Ajinca","Turnaround Fadeaway shot",9,5,0.555555555555556
"286","Alexis Ajinca","Turnaround Hook Shot",4,3,0.75
"287","Alexis Ajinca","Turnaround Jump Shot",11,6,0.545454545454545
"288","Allen Crabbe","Alley Oop Dunk Shot",1,1,1
"289","Allen Crabbe","Cutting Dunk Shot",1,1,1
"290","Allen Crabbe","Cutting Finger Roll Layup Shot",2,2,1
"291","Allen Crabbe","Cutting Layup Shot",13,12,0.923076923076923
"292","Allen Crabbe","Driving Bank shot",1,0,0
"293","Allen Crabbe","Driving Finger Roll Layup Shot",3,3,1
"294","Allen Crabbe","Driving Floating Jump Shot",13,6,0.461538461538462
"295","Allen Crabbe","Driving Layup Shot",12,8,0.666666666666667
"296","Allen Crabbe","Driving Reverse Layup Shot",2,1,0.5
"297","Allen Crabbe","Dunk Shot",3,2,0.666666666666667
"298","Allen Crabbe","Fadeaway Jump Shot",2,2,1
"299","Allen Crabbe","Finger Roll Layup Shot",5,5,1
"300","Allen Crabbe","Floating Jump shot",24,14,0.583333333333333
"301","Allen Crabbe","Jump Bank Shot",2,1,0.5
"302","Allen Crabbe","Jump Shot",443,171,0.386004514672686
"303","Allen Crabbe","Layup Shot",19,8,0.421052631578947
"304","Allen Crabbe","Pullup Bank shot",2,2,1
"305","Allen Crabbe","Pullup Jump shot",86,46,0.534883720930233
"306","Allen Crabbe","Putback Layup Shot",1,1,1
"307","Allen Crabbe","Reverse Layup Shot",2,1,0.5
"308","Allen Crabbe","Running Dunk Shot",8,7,0.875
"309","Allen Crabbe","Running Jump Shot",5,2,0.4
"310","Allen Crabbe","Running Layup Shot",17,12,0.705882352941177
"311","Allen Crabbe","Running Reverse Layup Shot",1,0,0
"312","Allen Crabbe","Step Back Jump shot",4,2,0.5
"313","Allen Crabbe","Tip Layup Shot",2,1,0.5
"314","Allen Crabbe","Turnaround Jump Shot",3,0,0
"315","Alonzo Gee","Alley Oop Dunk Shot",4,4,1
"316","Alonzo Gee","Cutting Dunk Shot",14,14,1
"317","Alonzo Gee","Cutting Layup Shot",1,1,1
"318","Alonzo Gee","Driving Dunk Shot",13,13,1
"319","Alonzo Gee","Driving Finger Roll Layup Shot",2,2,1
"320","Alonzo Gee","Driving Layup Shot",19,15,0.789473684210526
"321","Alonzo Gee","Dunk Shot",20,16,0.8
"322","Alonzo Gee","Fadeaway Jump Shot",1,0,0
"323","Alonzo Gee","Floating Jump shot",1,1,1
"324","Alonzo Gee","Hook Shot",1,0,0
"325","Alonzo Gee","Jump Bank Shot",2,1,0.5
"326","Alonzo Gee","Jump Shot",92,23,0.25
"327","Alonzo Gee","Layup Shot",32,9,0.28125
"328","Alonzo Gee","Pullup Jump shot",4,2,0.5
"329","Alonzo Gee","Putback Dunk Shot",8,7,0.875
"330","Alonzo Gee","Putback Layup Shot",1,1,1
"331","Alonzo Gee","Reverse Dunk Shot",1,1,1
"332","Alonzo Gee","Running Dunk Shot",10,10,1
"333","Alonzo Gee","Running Finger Roll Layup Shot",1,1,1
"334","Alonzo Gee","Running Jump Shot",3,1,0.333333333333333
"335","Alonzo Gee","Running Layup Shot",13,7,0.538461538461538
"336","Alonzo Gee","Tip Dunk Shot",2,0,0
"337","Alonzo Gee","Tip Layup Shot",9,3,0.333333333333333
"338","Alonzo Gee","Turnaround Jump Shot",1,0,0
"339","Amar'e Stoudemire","Alley Oop Layup shot",1,1,1
"340","Amar'e Stoudemire","Cutting Dunk Shot",7,7,1
"341","Amar'e Stoudemire","Cutting Finger Roll Layup Shot",2,2,1
"342","Amar'e Stoudemire","Cutting Layup Shot",8,6,0.75
"343","Amar'e Stoudemire","Driving Dunk Shot",4,4,1
"344","Amar'e Stoudemire","Driving Hook Shot",1,1,1
"345","Amar'e Stoudemire","Driving Layup Shot",4,2,0.5
"346","Amar'e Stoudemire","Dunk Shot",23,22,0.956521739130435
"347","Amar'e Stoudemire","Fadeaway Bank shot",1,0,0
"348","Amar'e Stoudemire","Fadeaway Jump Shot",3,2,0.666666666666667
"349","Amar'e Stoudemire","Hook Shot",12,8,0.666666666666667
"350","Amar'e Stoudemire","Jump Bank Shot",5,2,0.4
"351","Amar'e Stoudemire","Jump Shot",54,22,0.407407407407407
"352","Amar'e Stoudemire","Layup Shot",66,25,0.378787878787879
"353","Amar'e Stoudemire","Pullup Jump shot",2,1,0.5
"354","Amar'e Stoudemire","Putback Layup Shot",7,4,0.571428571428571
"355","Amar'e Stoudemire","Reverse Layup Shot",2,2,1
"356","Amar'e Stoudemire","Step Back Jump shot",1,0,0
"357","Amar'e Stoudemire","Tip Dunk Shot",1,1,1
"358","Amar'e Stoudemire","Tip Layup Shot",9,8,0.888888888888889
"359","Amar'e Stoudemire","Turnaround Fadeaway shot",1,1,1
"360","Amar'e Stoudemire","Turnaround Hook Shot",4,3,0.75
"361","Amar'e Stoudemire","Turnaround Jump Shot",3,1,0.333333333333333
"362","Amir Johnson","Alley Oop Dunk Shot",3,3,1
"363","Amir Johnson","Alley Oop Layup shot",5,4,0.8
"364","Amir Johnson","Cutting Dunk Shot",13,13,1
"365","Amir Johnson","Cutting Finger Roll Layup Shot",3,2,0.666666666666667
"366","Amir Johnson","Cutting Layup Shot",11,9,0.818181818181818
"367","Amir Johnson","Driving Bank Hook Shot",1,0,0
"368","Amir Johnson","Driving Dunk Shot",1,1,1
"369","Amir Johnson","Driving Finger Roll Layup Shot",3,2,0.666666666666667
"370","Amir Johnson","Driving Hook Shot",6,6,1
"371","Amir Johnson","Driving Layup Shot",9,6,0.666666666666667
"372","Amir Johnson","Driving Reverse Layup Shot",1,0,0
"373","Amir Johnson","Dunk Shot",19,18,0.947368421052632
"374","Amir Johnson","Fadeaway Bank shot",1,1,1
"375","Amir Johnson","Finger Roll Layup Shot",2,2,1
"376","Amir Johnson","Floating Jump shot",5,2,0.4
"377","Amir Johnson","Hook Bank Shot",2,2,1
"378","Amir Johnson","Hook Shot",70,36,0.514285714285714
"379","Amir Johnson","Jump Shot",74,17,0.22972972972973
"380","Amir Johnson","Layup Shot",73,41,0.561643835616438
"381","Amir Johnson","Putback Dunk Shot",9,9,1
"382","Amir Johnson","Putback Layup Shot",19,16,0.842105263157895
"383","Amir Johnson","Reverse Layup Shot",6,6,1
"384","Amir Johnson","Running Alley Oop Dunk Shot",1,1,1
"385","Amir Johnson","Running Dunk Shot",9,9,1
"386","Amir Johnson","Running Finger Roll Layup Shot",2,2,1
"387","Amir Johnson","Running Jump Shot",1,0,0
"388","Amir Johnson","Running Layup Shot",3,2,0.666666666666667
"389","Amir Johnson","Step Back Jump shot",1,1,1
"390","Amir Johnson","Tip Dunk Shot",2,2,1
"391","Amir Johnson","Tip Layup Shot",33,17,0.515151515151515
"392","Amir Johnson","Turnaround Bank Hook Shot",1,1,1
"393","Amir Johnson","Turnaround Bank shot",1,1,1
"394","Amir Johnson","Turnaround Hook Shot",31,17,0.548387096774194
"395","Amir Johnson","Turnaround Jump Shot",5,0,0
"396","Anderson Varejao","Cutting Dunk Shot",1,1,1
"397","Anderson Varejao","Cutting Layup Shot",5,4,0.8
"398","Anderson Varejao","Driving Bank shot",2,1,0.5
"399","Anderson Varejao","Driving Hook Shot",2,1,0.5
"400","Anderson Varejao","Driving Layup Shot",5,5,1
"401","Anderson Varejao","Fadeaway Jump Shot",1,0,0
"402","Anderson Varejao","Floating Jump shot",3,2,0.666666666666667
"403","Anderson Varejao","Hook Shot",5,1,0.2
"404","Anderson Varejao","Jump Bank Shot",1,0,0
"405","Anderson Varejao","Jump Shot",53,18,0.339622641509434
"406","Anderson Varejao","Layup Shot",15,4,0.266666666666667
"407","Anderson Varejao","Putback Layup Shot",2,2,1
"408","Anderson Varejao","Reverse Layup Shot",4,4,1
"409","Anderson Varejao","Running Reverse Layup Shot",1,1,1
"410","Anderson Varejao","Step Back Jump shot",1,0,0
"411","Anderson Varejao","Tip Layup Shot",14,4,0.285714285714286
"412","Anderson Varejao","Turnaround Fadeaway shot",1,1,1
"413","Anderson Varejao","Turnaround Hook Shot",6,4,0.666666666666667
"414","Anderson Varejao","Turnaround Jump Shot",2,0,0
"415","Andre Drummond","Alley Oop Dunk Shot",65,57,0.876923076923077
"416","Andre Drummond","Alley Oop Layup shot",43,25,0.581395348837209
"417","Andre Drummond","Cutting Dunk Shot",6,6,1
"418","Andre Drummond","Cutting Finger Roll Layup Shot",1,1,1
"419","Andre Drummond","Cutting Layup Shot",7,6,0.857142857142857
"420","Andre Drummond","Driving Bank Hook Shot",1,1,1
"421","Andre Drummond","Driving Bank shot",1,1,1
"422","Andre Drummond","Driving Dunk Shot",6,6,1
"423","Andre Drummond","Driving Finger Roll Layup Shot",2,1,0.5
"424","Andre Drummond","Driving Floating Bank Jump Shot",1,1,1
"425","Andre Drummond","Driving Hook Shot",1,1,1
"426","Andre Drummond","Driving Layup Shot",24,13,0.541666666666667
"427","Andre Drummond","Driving Reverse Layup Shot",3,2,0.666666666666667
"428","Andre Drummond","Dunk Shot",43,33,0.767441860465116
"429","Andre Drummond","Finger Roll Layup Shot",2,2,1
"430","Andre Drummond","Floating Jump shot",12,7,0.583333333333333
"431","Andre Drummond","Hook Bank Shot",9,2,0.222222222222222
"432","Andre Drummond","Hook Shot",235,94,0.4
"433","Andre Drummond","Jump Bank Shot",2,1,0.5
"434","Andre Drummond","Jump Shot",93,16,0.172043010752688
"435","Andre Drummond","Layup Shot",227,111,0.488986784140969
"436","Andre Drummond","Putback Dunk Shot",13,13,1
"437","Andre Drummond","Putback Layup Shot",17,14,0.823529411764706
"438","Andre Drummond","Reverse Layup Shot",7,5,0.714285714285714
"439","Andre Drummond","Running Alley Oop Dunk Shot",1,1,1
"440","Andre Drummond","Running Jump Shot",1,1,1
"441","Andre Drummond","Running Layup Shot",2,1,0.5
"442","Andre Drummond","Tip Dunk Shot",4,4,1
"443","Andre Drummond","Tip Layup Shot",154,82,0.532467532467532
"444","Andre Drummond","Turnaround Bank Hook Shot",1,0,0
"445","Andre Drummond","Turnaround Bank shot",4,4,1
"446","Andre Drummond","Turnaround Hook Shot",67,39,0.582089552238806
"447","Andre Drummond","Turnaround Jump Shot",5,1,0.2
"448","Andre Iguodala","Alley Oop Dunk Shot",5,5,1
"449","Andre Iguodala","Alley Oop Layup shot",1,1,1
"450","Andre Iguodala","Cutting Dunk Shot",2,2,1
"451","Andre Iguodala","Cutting Layup Shot",4,3,0.75
"452","Andre Iguodala","Driving Bank shot",2,2,1
"453","Andre Iguodala","Driving Dunk Shot",8,8,1
"454","Andre Iguodala","Driving Finger Roll Layup Shot",5,3,0.6
"455","Andre Iguodala","Driving Floating Jump Shot",1,0,0
"456","Andre Iguodala","Driving Hook Shot",1,1,1
"457","Andre Iguodala","Driving Layup Shot",15,8,0.533333333333333
"458","Andre Iguodala","Driving Reverse Dunk Shot",2,2,1
"459","Andre Iguodala","Driving Reverse Layup Shot",5,2,0.4
"460","Andre Iguodala","Dunk Shot",16,15,0.9375
"461","Andre Iguodala","Fadeaway Bank shot",1,1,1
"462","Andre Iguodala","Fadeaway Jump Shot",3,2,0.666666666666667
"463","Andre Iguodala","Finger Roll Layup Shot",1,1,1
"464","Andre Iguodala","Floating Jump shot",2,1,0.5
"465","Andre Iguodala","Hook Shot",2,0,0
"466","Andre Iguodala","Jump Bank Shot",1,0,0
"467","Andre Iguodala","Jump Shot",185,59,0.318918918918919
"468","Andre Iguodala","Layup Shot",17,5,0.294117647058824
"469","Andre Iguodala","Pullup Bank shot",1,1,1
"470","Andre Iguodala","Pullup Jump shot",36,20,0.555555555555556
"471","Andre Iguodala","Putback Dunk Shot",1,1,1
"472","Andre Iguodala","Putback Layup Shot",2,2,1
"473","Andre Iguodala","Reverse Layup Shot",4,2,0.5
"474","Andre Iguodala","Running Alley Oop Dunk Shot",2,2,1
"475","Andre Iguodala","Running Dunk Shot",14,14,1
"476","Andre Iguodala","Running Finger Roll Layup Shot",1,1,1
"477","Andre Iguodala","Running Jump Shot",1,0,0
"478","Andre Iguodala","Running Layup Shot",3,3,1
"479","Andre Iguodala","Step Back Jump shot",7,1,0.142857142857143
"480","Andre Iguodala","Tip Dunk Shot",2,0,0
"481","Andre Iguodala","Tip Layup Shot",3,2,0.666666666666667
"482","Andre Iguodala","Turnaround Bank shot",1,1,1
"483","Andre Iguodala","Turnaround Fadeaway shot",3,1,0.333333333333333
"484","Andre Iguodala","Turnaround Hook Shot",2,1,0.5
"485","Andre Iguodala","Turnaround Jump Shot",6,3,0.5
"486","Andre Miller","Cutting Layup Shot",8,8,1
"487","Andre Miller","Driving Bank shot",2,1,0.5
"488","Andre Miller","Driving Finger Roll Layup Shot",1,1,1
"489","Andre Miller","Driving Floating Jump Shot",2,0,0
"490","Andre Miller","Driving Layup Shot",14,8,0.571428571428571
"491","Andre Miller","Driving Reverse Layup Shot",1,0,0
"492","Andre Miller","Fadeaway Bank shot",1,1,1
"493","Andre Miller","Fadeaway Jump Shot",1,0,0
"494","Andre Miller","Finger Roll Layup Shot",1,0,0
"495","Andre Miller","Floating Jump shot",1,1,1
"496","Andre Miller","Jump Bank Shot",2,2,1
"497","Andre Miller","Jump Shot",26,9,0.346153846153846
"498","Andre Miller","Layup Shot",15,8,0.533333333333333
"499","Andre Miller","Pullup Bank shot",1,1,1
"500","Andre Miller","Pullup Jump shot",10,7,0.7
"501","Andre Miller","Reverse Layup Shot",4,2,0.5
"502","Andre Miller","Running Jump Shot",1,0,0
"503","Andre Miller","Running Layup Shot",1,1,1
"504","Andre Miller","Running Reverse Layup Shot",2,1,0.5
"505","Andre Miller","Step Back Jump shot",1,1,1
"506","Andre Miller","Tip Layup Shot",3,2,0.666666666666667
"507","Andre Miller","Turnaround Fadeaway shot",2,1,0.5
"508","Andre Miller","Turnaround Hook Shot",1,1,1
"509","Andre Miller","Turnaround Jump Shot",5,3,0.6
"510","Andre Roberson","Alley Oop Dunk Shot",19,17,0.894736842105263
"511","Andre Roberson","Alley Oop Layup shot",5,3,0.6
"512","Andre Roberson","Cutting Dunk Shot",4,4,1
"513","Andre Roberson","Cutting Finger Roll Layup Shot",1,1,1
"514","Andre Roberson","Cutting Layup Shot",4,3,0.75
"515","Andre Roberson","Driving Bank shot",2,2,1
"516","Andre Roberson","Driving Dunk Shot",1,1,1
"517","Andre Roberson","Driving Layup Shot",6,1,0.166666666666667
"518","Andre Roberson","Dunk Shot",14,13,0.928571428571429
"519","Andre Roberson","Floating Jump shot",3,1,0.333333333333333
"520","Andre Roberson","Hook Shot",2,1,0.5
"521","Andre Roberson","Jump Bank Shot",2,2,1
"522","Andre Roberson","Jump Shot",110,31,0.281818181818182
"523","Andre Roberson","Layup Shot",51,25,0.490196078431373
"524","Andre Roberson","Pullup Jump shot",3,2,0.666666666666667
"525","Andre Roberson","Putback Dunk Shot",2,2,1
"526","Andre Roberson","Putback Layup Shot",7,6,0.857142857142857
"527","Andre Roberson","Reverse Layup Shot",12,7,0.583333333333333
"528","Andre Roberson","Running Alley Oop Dunk Shot",1,1,1
"529","Andre Roberson","Running Dunk Shot",2,2,1
"530","Andre Roberson","Running Finger Roll Layup Shot",1,1,1
"531","Andre Roberson","Running Layup Shot",4,3,0.75
"532","Andre Roberson","Running Reverse Layup Shot",2,2,1
"533","Andre Roberson","Tip Layup Shot",14,5,0.357142857142857
"534","Andre Roberson","Turnaround Jump Shot",1,0,0
"535","Andrea Bargnani","Cutting Finger Roll Layup Shot",2,2,1
"536","Andrea Bargnani","Cutting Layup Shot",4,3,0.75
"537","Andrea Bargnani","Driving Finger Roll Layup Shot",4,3,0.75
"538","Andrea Bargnani","Driving Layup Shot",7,4,0.571428571428571
"539","Andrea Bargnani","Driving Reverse Layup Shot",1,0,0
"540","Andrea Bargnani","Fadeaway Jump Shot",2,1,0.5
"541","Andrea Bargnani","Finger Roll Layup Shot",1,1,1
"542","Andrea Bargnani","Hook Bank Shot",1,0,0
"543","Andrea Bargnani","Hook Shot",5,1,0.2
"544","Andrea Bargnani","Jump Bank Shot",2,1,0.5
"545","Andrea Bargnani","Jump Shot",205,90,0.439024390243902
"546","Andrea Bargnani","Layup Shot",14,5,0.357142857142857
"547","Andrea Bargnani","Pullup Jump shot",9,7,0.777777777777778
"548","Andrea Bargnani","Running Jump Shot",2,0,0
"549","Andrea Bargnani","Step Back Jump shot",3,3,1
"550","Andrea Bargnani","Tip Layup Shot",8,1,0.125
"551","Andrea Bargnani","Turnaround Fadeaway shot",2,1,0.5
"552","Andrea Bargnani","Turnaround Hook Shot",1,1,1
"553","Andrea Bargnani","Turnaround Jump Shot",6,3,0.5
"554","Andrew Bogut","Alley Oop Dunk Shot",49,45,0.918367346938776
"555","Andrew Bogut","Alley Oop Layup shot",22,18,0.818181818181818
"556","Andrew Bogut","Cutting Dunk Shot",12,12,1
"557","Andrew Bogut","Cutting Layup Shot",4,3,0.75
"558","Andrew Bogut","Driving Dunk Shot",3,3,1
"559","Andrew Bogut","Driving Floating Jump Shot",1,0,0
"560","Andrew Bogut","Driving Hook Shot",5,3,0.6
"561","Andrew Bogut","Driving Layup Shot",1,1,1
"562","Andrew Bogut","Dunk Shot",10,9,0.9
"563","Andrew Bogut","Floating Jump shot",16,7,0.4375
"564","Andrew Bogut","Hook Bank Shot",1,1,1
"565","Andrew Bogut","Hook Shot",29,11,0.379310344827586
"566","Andrew Bogut","Jump Shot",19,2,0.105263157894737
"567","Andrew Bogut","Layup Shot",19,10,0.526315789473684
"568","Andrew Bogut","No Shot",5,3,0.6
"569","Andrew Bogut","Putback Dunk Shot",6,6,1
"570","Andrew Bogut","Putback Layup Shot",6,6,1
"571","Andrew Bogut","Reverse Dunk Shot",1,1,1
"572","Andrew Bogut","Reverse Layup Shot",4,3,0.75
"573","Andrew Bogut","Running Alley Oop Dunk Shot",2,2,1
"574","Andrew Bogut","Running Alley Oop Layup Shot",1,1,1
"575","Andrew Bogut","Running Dunk Shot",1,1,1
"576","Andrew Bogut","Running Finger Roll Layup Shot",1,0,0
"577","Andrew Bogut","Running Jump Shot",1,0,0
"578","Andrew Bogut","Step Back Jump shot",1,1,1
"579","Andrew Bogut","Tip Dunk Shot",1,1,1
"580","Andrew Bogut","Tip Layup Shot",40,17,0.425
"581","Andrew Bogut","Turnaround Hook Shot",18,8,0.444444444444444
"582","Andrew Nicholson","Cutting Dunk Shot",2,2,1
"583","Andrew Nicholson","Cutting Layup Shot",1,1,1
"584","Andrew Nicholson","Driving Dunk Shot",5,4,0.8
"585","Andrew Nicholson","Driving Finger Roll Layup Shot",1,0,0
"586","Andrew Nicholson","Driving Hook Shot",3,2,0.666666666666667
"587","Andrew Nicholson","Driving Layup Shot",9,6,0.666666666666667
"588","Andrew Nicholson","Dunk Shot",10,9,0.9
"589","Andrew Nicholson","Finger Roll Layup Shot",8,7,0.875
"590","Andrew Nicholson","Floating Jump shot",2,2,1
"591","Andrew Nicholson","Hook Bank Shot",1,0,0
"592","Andrew Nicholson","Hook Shot",65,29,0.446153846153846
"593","Andrew Nicholson","Jump Bank Shot",1,1,1
"594","Andrew Nicholson","Jump Shot",140,49,0.35
"595","Andrew Nicholson","Layup Shot",20,10,0.5
"596","Andrew Nicholson","Pullup Jump shot",2,1,0.5
"597","Andrew Nicholson","Putback Dunk Shot",1,1,1
"598","Andrew Nicholson","Putback Layup Shot",1,1,1
"599","Andrew Nicholson","Reverse Layup Shot",3,2,0.666666666666667
"600","Andrew Nicholson","Running Jump Shot",6,3,0.5
"601","Andrew Nicholson","Running Layup Shot",1,1,1
"602","Andrew Nicholson","Step Back Jump shot",2,1,0.5
"603","Andrew Nicholson","Tip Dunk Shot",1,1,1
"604","Andrew Nicholson","Tip Layup Shot",1,0,0
"605","Andrew Nicholson","Turnaround Fadeaway shot",2,1,0.5
"606","Andrew Nicholson","Turnaround Hook Shot",22,12,0.545454545454545
"607","Andrew Wiggins","Alley Oop Dunk Shot",7,7,1
"608","Andrew Wiggins","Alley Oop Layup shot",4,2,0.5
"609","Andrew Wiggins","Cutting Dunk Shot",15,15,1
"610","Andrew Wiggins","Cutting Finger Roll Layup Shot",5,5,1
"611","Andrew Wiggins","Cutting Layup Shot",14,12,0.857142857142857
"612","Andrew Wiggins","Driving Bank shot",5,3,0.6
"613","Andrew Wiggins","Driving Dunk Shot",22,19,0.863636363636364
"614","Andrew Wiggins","Driving Finger Roll Layup Shot",28,24,0.857142857142857
"615","Andrew Wiggins","Driving Floating Bank Jump Shot",3,2,0.666666666666667
"616","Andrew Wiggins","Driving Floating Jump Shot",10,6,0.6
"617","Andrew Wiggins","Driving Hook Shot",3,2,0.666666666666667
"618","Andrew Wiggins","Driving Layup Shot",101,60,0.594059405940594
"619","Andrew Wiggins","Driving Reverse Layup Shot",1,0,0
"620","Andrew Wiggins","Dunk Shot",24,22,0.916666666666667
"621","Andrew Wiggins","Fadeaway Jump Shot",10,4,0.4
"622","Andrew Wiggins","Finger Roll Layup Shot",8,6,0.75
"623","Andrew Wiggins","Floating Jump shot",33,19,0.575757575757576
"624","Andrew Wiggins","Hook Shot",3,0,0
"625","Andrew Wiggins","Jump Bank Shot",7,5,0.714285714285714
"626","Andrew Wiggins","Jump Shot",519,142,0.273603082851638
"627","Andrew Wiggins","Layup Shot",116,42,0.362068965517241
"628","Andrew Wiggins","Pullup Bank shot",1,1,1
"629","Andrew Wiggins","Pullup Jump shot",132,64,0.484848484848485
"630","Andrew Wiggins","Putback Dunk Shot",6,5,0.833333333333333
"631","Andrew Wiggins","Putback Layup Shot",7,5,0.714285714285714
"632","Andrew Wiggins","Reverse Layup Shot",3,1,0.333333333333333
"633","Andrew Wiggins","Running Dunk Shot",17,17,1
"634","Andrew Wiggins","Running Finger Roll Layup Shot",2,2,1
"635","Andrew Wiggins","Running Jump Shot",12,7,0.583333333333333
"636","Andrew Wiggins","Running Layup Shot",19,15,0.789473684210526
"637","Andrew Wiggins","Running Pull-Up Jump Shot",1,0,0
"638","Andrew Wiggins","Step Back Jump shot",29,14,0.482758620689655
"639","Andrew Wiggins","Tip Dunk Shot",1,1,1
"640","Andrew Wiggins","Tip Layup Shot",19,14,0.736842105263158
"641","Andrew Wiggins","Turnaround Bank shot",6,5,0.833333333333333
"642","Andrew Wiggins","Turnaround Fadeaway Bank Jump Shot",2,1,0.5
"643","Andrew Wiggins","Turnaround Fadeaway shot",21,10,0.476190476190476
"644","Andrew Wiggins","Turnaround Hook Shot",6,5,0.833333333333333
"645","Andrew Wiggins","Turnaround Jump Shot",72,30,0.416666666666667
"646","Anthony Bennett","Cutting Finger Roll Layup Shot",1,0,0
"647","Anthony Bennett","Cutting Layup Shot",1,1,1
"648","Anthony Bennett","Driving Layup Shot",2,1,0.5
"649","Anthony Bennett","Floating Jump shot",1,0,0
"650","Anthony Bennett","Jump Shot",14,3,0.214285714285714
"651","Anthony Bennett","Layup Shot",1,0,0
"652","Anthony Bennett","Pullup Jump shot",1,0,0
"653","Anthony Bennett","Putback Dunk Shot",2,2,1
"654","Anthony Bennett","Running Layup Shot",1,0,0
"655","Anthony Bennett","Step Back Jump shot",1,0,0
"656","Anthony Bennett","Tip Layup Shot",2,1,0.5
"657","Anthony Davis","Alley Oop Dunk Shot",56,46,0.821428571428571
"658","Anthony Davis","Alley Oop Layup shot",9,7,0.777777777777778
"659","Anthony Davis","Cutting Dunk Shot",20,19,0.95
"660","Anthony Davis","Cutting Finger Roll Layup Shot",1,1,1
"661","Anthony Davis","Cutting Layup Shot",12,10,0.833333333333333
"662","Anthony Davis","Driving Bank shot",4,3,0.75
"663","Anthony Davis","Driving Dunk Shot",8,8,1
"664","Anthony Davis","Driving Floating Jump Shot",5,4,0.8
"665","Anthony Davis","Driving Hook Shot",6,3,0.5
"666","Anthony Davis","Driving Layup Shot",28,18,0.642857142857143
"667","Anthony Davis","Driving Reverse Layup Shot",2,2,1
"668","Anthony Davis","Dunk Shot",40,35,0.875
"669","Anthony Davis","Fadeaway Jump Shot",9,4,0.444444444444444
"670","Anthony Davis","Finger Roll Layup Shot",1,1,1
"671","Anthony Davis","Floating Jump shot",34,28,0.823529411764706
"672","Anthony Davis","Hook Shot",35,19,0.542857142857143
"673","Anthony Davis","Jump Bank Shot",6,4,0.666666666666667
"674","Anthony Davis","Jump Shot",588,200,0.340136054421769
"675","Anthony Davis","Layup Shot",73,25,0.342465753424658
"676","Anthony Davis","Pullup Bank shot",1,1,1
"677","Anthony Davis","Pullup Jump shot",16,8,0.5
"678","Anthony Davis","Putback Dunk Shot",22,19,0.863636363636364
"679","Anthony Davis","Putback Layup Shot",13,9,0.692307692307692
"680","Anthony Davis","Reverse Layup Shot",4,1,0.25
"681","Anthony Davis","Running Alley Oop Dunk Shot",5,5,1
"682","Anthony Davis","Running Dunk Shot",11,11,1
"683","Anthony Davis","Running Finger Roll Layup Shot",2,2,1
"684","Anthony Davis","Running Jump Shot",16,9,0.5625
"685","Anthony Davis","Running Layup Shot",7,6,0.857142857142857
"686","Anthony Davis","Running Reverse Layup Shot",1,0,0
"687","Anthony Davis","Step Back Jump shot",21,14,0.666666666666667
"688","Anthony Davis","Tip Dunk Shot",5,5,1
"689","Anthony Davis","Tip Layup Shot",21,10,0.476190476190476
"690","Anthony Davis","Turnaround Fadeaway shot",3,2,0.666666666666667
"691","Anthony Davis","Turnaround Hook Shot",11,5,0.454545454545455
"692","Anthony Davis","Turnaround Jump Shot",40,16,0.4
"693","Anthony Morrow","Cutting Layup Shot",2,2,1
"694","Anthony Morrow","Driving Bank shot",1,1,1
"695","Anthony Morrow","Driving Finger Roll Layup Shot",2,1,0.5
"696","Anthony Morrow","Driving Floating Jump Shot",5,1,0.2
"697","Anthony Morrow","Driving Hook Shot",1,1,1
"698","Anthony Morrow","Driving Layup Shot",5,3,0.6
"699","Anthony Morrow","Driving Reverse Layup Shot",1,0,0
"700","Anthony Morrow","Fadeaway Jump Shot",2,0,0
"701","Anthony Morrow","Floating Jump shot",16,8,0.5
"702","Anthony Morrow","Hook Shot",2,0,0
"703","Anthony Morrow","Jump Shot",252,98,0.388888888888889
"704","Anthony Morrow","Layup Shot",8,3,0.375
"705","Anthony Morrow","Pullup Bank shot",1,0,0
"706","Anthony Morrow","Pullup Jump shot",24,12,0.5
"707","Anthony Morrow","Putback Layup Shot",1,0,0
"708","Anthony Morrow","Reverse Layup Shot",1,1,1
"709","Anthony Morrow","Running Jump Shot",1,1,1
"710","Anthony Morrow","Running Pull-Up Jump Shot",1,0,0
"711","Anthony Morrow","Step Back Jump shot",2,2,1
"712","Anthony Morrow","Tip Layup Shot",1,0,0
"713","Anthony Morrow","Turnaround Jump Shot",4,2,0.5
"714","Anthony Tolliver","Cutting Dunk Shot",2,2,1
"715","Anthony Tolliver","Driving Dunk Shot",2,2,1
"716","Anthony Tolliver","Driving Finger Roll Layup Shot",3,3,1
"717","Anthony Tolliver","Driving Layup Shot",3,3,1
"718","Anthony Tolliver","Dunk Shot",1,1,1
"719","Anthony Tolliver","Finger Roll Layup Shot",1,0,0
"720","Anthony Tolliver","Floating Jump shot",4,1,0.25
"721","Anthony Tolliver","Jump Bank Shot",1,1,1
"722","Anthony Tolliver","Jump Shot",292,104,0.356164383561644
"723","Anthony Tolliver","Layup Shot",13,6,0.461538461538462
"724","Anthony Tolliver","Pullup Jump shot",1,0,0
"725","Anthony Tolliver","Putback Layup Shot",2,2,1
"726","Anthony Tolliver","Reverse Layup Shot",2,2,1
"727","Anthony Tolliver","Tip Dunk Shot",1,1,1
"728","Anthony Tolliver","Tip Layup Shot",2,0,0
"729","Anthony Tolliver","Turnaround Jump Shot",1,0,0
"730","Archie Goodwin","Alley Oop Dunk Shot",3,3,1
"731","Archie Goodwin","Alley Oop Layup shot",2,0,0
"732","Archie Goodwin","Cutting Dunk Shot",3,3,1
"733","Archie Goodwin","Cutting Layup Shot",8,4,0.5
"734","Archie Goodwin","Driving Bank shot",3,1,0.333333333333333
"735","Archie Goodwin","Driving Dunk Shot",8,6,0.75
"736","Archie Goodwin","Driving Finger Roll Layup Shot",12,7,0.583333333333333
"737","Archie Goodwin","Driving Floating Bank Jump Shot",1,0,0
"738","Archie Goodwin","Driving Floating Jump Shot",2,2,1
"739","Archie Goodwin","Driving Layup Shot",86,46,0.534883720930233
"740","Archie Goodwin","Driving Reverse Layup Shot",9,4,0.444444444444444
"741","Archie Goodwin","Dunk Shot",1,1,1
"742","Archie Goodwin","Fadeaway Jump Shot",1,1,1
"743","Archie Goodwin","Floating Jump shot",5,1,0.2
"744","Archie Goodwin","Jump Bank Shot",5,1,0.2
"745","Archie Goodwin","Jump Shot",147,30,0.204081632653061
"746","Archie Goodwin","Layup Shot",45,9,0.2
"747","Archie Goodwin","Pullup Jump shot",12,5,0.416666666666667
"748","Archie Goodwin","Putback Layup Shot",3,2,0.666666666666667
"749","Archie Goodwin","Reverse Layup Shot",7,6,0.857142857142857
"750","Archie Goodwin","Running Alley Oop Dunk Shot",2,2,1
"751","Archie Goodwin","Running Dunk Shot",12,11,0.916666666666667
"752","Archie Goodwin","Running Jump Shot",4,2,0.5
"753","Archie Goodwin","Running Layup Shot",19,16,0.842105263157895
"754","Archie Goodwin","Running Reverse Layup Shot",4,4,1
"755","Archie Goodwin","Step Back Jump shot",11,5,0.454545454545455
"756","Archie Goodwin","Tip Layup Shot",5,4,0.8
"757","Archie Goodwin","Turnaround Jump Shot",1,0,0
"758","Aron Baynes","Alley Oop Layup shot",2,0,0
"759","Aron Baynes","Cutting Dunk Shot",4,3,0.75
"760","Aron Baynes","Cutting Layup Shot",3,2,0.666666666666667
"761","Aron Baynes","Driving Bank Hook Shot",1,1,1
"762","Aron Baynes","Driving Dunk Shot",3,2,0.666666666666667
"763","Aron Baynes","Driving Hook Shot",1,1,1
"764","Aron Baynes","Driving Layup Shot",4,3,0.75
"765","Aron Baynes","Dunk Shot",29,27,0.931034482758621
"766","Aron Baynes","Fadeaway Jump Shot",1,1,1
"767","Aron Baynes","Floating Jump shot",1,0,0
"768","Aron Baynes","Hook Bank Shot",9,8,0.888888888888889
"769","Aron Baynes","Hook Shot",65,26,0.4
"770","Aron Baynes","Jump Bank Shot",10,4,0.4
"771","Aron Baynes","Jump Shot",108,42,0.388888888888889
"772","Aron Baynes","Layup Shot",57,31,0.543859649122807
"773","Aron Baynes","No Shot",1,0,0
"774","Aron Baynes","Putback Dunk Shot",4,4,1
"775","Aron Baynes","Putback Layup Shot",5,4,0.8
"776","Aron Baynes","Reverse Layup Shot",13,9,0.692307692307692
"777","Aron Baynes","Running Dunk Shot",1,1,1
"778","Aron Baynes","Running Jump Shot",1,0,0
"779","Aron Baynes","Tip Dunk Shot",2,2,1
"780","Aron Baynes","Tip Layup Shot",46,17,0.369565217391304
"781","Aron Baynes","Turnaround Bank Hook Shot",2,2,1
"782","Aron Baynes","Turnaround Hook Shot",7,4,0.571428571428571
"783","Aron Baynes","Turnaround Jump Shot",4,0,0
"784","Arron Afflalo","Cutting Finger Roll Layup Shot",1,1,1
"785","Arron Afflalo","Cutting Layup Shot",5,4,0.8
"786","Arron Afflalo","Driving Bank shot",3,3,1
"787","Arron Afflalo","Driving Dunk Shot",1,1,1
"788","Arron Afflalo","Driving Floating Jump Shot",2,0,0
"789","Arron Afflalo","Driving Hook Shot",1,0,0
"790","Arron Afflalo","Driving Layup Shot",37,23,0.621621621621622
"791","Arron Afflalo","Driving Reverse Layup Shot",6,3,0.5
"792","Arron Afflalo","Dunk Shot",1,1,1
"793","Arron Afflalo","Fadeaway Bank shot",1,1,1
"794","Arron Afflalo","Fadeaway Jump Shot",44,25,0.568181818181818
"795","Arron Afflalo","Finger Roll Layup Shot",1,0,0
"796","Arron Afflalo","Floating Jump shot",4,2,0.5
"797","Arron Afflalo","Jump Bank Shot",6,4,0.666666666666667
"798","Arron Afflalo","Jump Shot",493,183,0.371196754563895
"799","Arron Afflalo","Layup Shot",38,19,0.5
"800","Arron Afflalo","Pullup Bank shot",1,0,0
"801","Arron Afflalo","Pullup Jump shot",33,18,0.545454545454545
"802","Arron Afflalo","Reverse Layup Shot",2,0,0
"803","Arron Afflalo","Running Jump Shot",6,3,0.5
"804","Arron Afflalo","Running Layup Shot",5,3,0.6
"805","Arron Afflalo","Step Back Jump shot",27,15,0.555555555555556
"806","Arron Afflalo","Turnaround Bank shot",2,2,1
"807","Arron Afflalo","Turnaround Fadeaway Bank Jump Shot",1,1,1
"808","Arron Afflalo","Turnaround Fadeaway shot",24,12,0.5
"809","Arron Afflalo","Turnaround Jump Shot",52,30,0.576923076923077
"810","Austin Rivers","Alley Oop Layup shot",4,3,0.75
"811","Austin Rivers","Cutting Dunk Shot",1,1,1
"812","Austin Rivers","Cutting Layup Shot",10,9,0.9
"813","Austin Rivers","Driving Bank shot",3,3,1
"814","Austin Rivers","Driving Dunk Shot",1,1,1
"815","Austin Rivers","Driving Finger Roll Layup Shot",1,1,1
"816","Austin Rivers","Driving Floating Bank Jump Shot",1,1,1
"817","Austin Rivers","Driving Floating Jump Shot",24,17,0.708333333333333
"818","Austin Rivers","Driving Hook Shot",1,1,1
"819","Austin Rivers","Driving Layup Shot",68,46,0.676470588235294
"820","Austin Rivers","Driving Reverse Layup Shot",3,3,1
"821","Austin Rivers","Dunk Shot",1,0,0
"822","Austin Rivers","Fadeaway Jump Shot",2,1,0.5
"823","Austin Rivers","Finger Roll Layup Shot",3,2,0.666666666666667
"824","Austin Rivers","Floating Jump shot",35,16,0.457142857142857
"825","Austin Rivers","Hook Shot",1,0,0
"826","Austin Rivers","Jump Bank Shot",2,0,0
"827","Austin Rivers","Jump Shot",232,65,0.280172413793103
"828","Austin Rivers","Layup Shot",41,11,0.268292682926829
"829","Austin Rivers","Pullup Jump shot",25,12,0.48
"830","Austin Rivers","Putback Layup Shot",2,1,0.5
"831","Austin Rivers","Reverse Layup Shot",6,4,0.666666666666667
"832","Austin Rivers","Running Dunk Shot",1,1,1
"833","Austin Rivers","Running Finger Roll Layup Shot",2,1,0.5
"834","Austin Rivers","Running Jump Shot",3,2,0.666666666666667
"835","Austin Rivers","Running Layup Shot",16,11,0.6875
"836","Austin Rivers","Running Pull-Up Jump Shot",2,1,0.5
"837","Austin Rivers","Running Reverse Layup Shot",1,1,1
"838","Austin Rivers","Step Back Jump shot",19,10,0.526315789473684
"839","Austin Rivers","Tip Layup Shot",1,1,1
"840","Austin Rivers","Turnaround Hook Shot",1,0,0
"841","Austin Rivers","Turnaround Jump Shot",1,0,0
"842","Avery Bradley","Alley Oop Dunk Shot",2,2,1
"843","Avery Bradley","Alley Oop Layup shot",1,1,1
"844","Avery Bradley","Cutting Dunk Shot",3,3,1
"845","Avery Bradley","Cutting Finger Roll Layup Shot",1,1,1
"846","Avery Bradley","Cutting Layup Shot",28,26,0.928571428571429
"847","Avery Bradley","Driving Bank shot",2,1,0.5
"848","Avery Bradley","Driving Dunk Shot",2,2,1
"849","Avery Bradley","Driving Finger Roll Layup Shot",14,12,0.857142857142857
"850","Avery Bradley","Driving Floating Bank Jump Shot",1,1,1
"851","Avery Bradley","Driving Floating Jump Shot",8,4,0.5
"852","Avery Bradley","Driving Hook Shot",1,1,1
"853","Avery Bradley","Driving Layup Shot",36,17,0.472222222222222
"854","Avery Bradley","Driving Reverse Layup Shot",7,4,0.571428571428571
"855","Avery Bradley","Dunk Shot",6,6,1
"856","Avery Bradley","Fadeaway Jump Shot",5,1,0.2
"857","Avery Bradley","Floating Jump shot",10,3,0.3
"858","Avery Bradley","Hook Shot",1,1,1
"859","Avery Bradley","Jump Bank Shot",1,1,1
"860","Avery Bradley","Jump Shot",617,203,0.329011345218801
"861","Avery Bradley","Layup Shot",48,21,0.4375
"862","Avery Bradley","Pullup Jump shot",125,73,0.584
"863","Avery Bradley","Putback Dunk Shot",2,2,1
"864","Avery Bradley","Putback Layup Shot",6,5,0.833333333333333
"865","Avery Bradley","Reverse Layup Shot",3,2,0.666666666666667
"866","Avery Bradley","Running Alley Oop Layup Shot",2,1,0.5
"867","Avery Bradley","Running Dunk Shot",10,10,1
"868","Avery Bradley","Running Finger Roll Layup Shot",11,11,1
"869","Avery Bradley","Running Jump Shot",4,2,0.5
"870","Avery Bradley","Running Layup Shot",31,24,0.774193548387097
"871","Avery Bradley","Running Pull-Up Jump Shot",2,1,0.5
"872","Avery Bradley","Step Back Jump shot",17,5,0.294117647058824
"873","Avery Bradley","Tip Layup Shot",4,4,1
"874","Avery Bradley","Turnaround Bank shot",1,1,1
"875","Avery Bradley","Turnaround Hook Shot",2,1,0.5
"876","Avery Bradley","Turnaround Jump Shot",4,3,0.75
"877","Ben McLemore","Alley Oop Dunk Shot",2,2,1
"878","Ben McLemore","Cutting Dunk Shot",1,1,1
"879","Ben McLemore","Cutting Layup Shot",12,12,1
"880","Ben McLemore","Driving Bank shot",1,0,0
"881","Ben McLemore","Driving Dunk Shot",6,4,0.666666666666667
"882","Ben McLemore","Driving Finger Roll Layup Shot",1,1,1
"883","Ben McLemore","Driving Floating Bank Jump Shot",1,0,0
"884","Ben McLemore","Driving Floating Jump Shot",1,0,0
"885","Ben McLemore","Driving Layup Shot",36,21,0.583333333333333
"886","Ben McLemore","Driving Reverse Layup Shot",2,1,0.5
"887","Ben McLemore","Dunk Shot",7,6,0.857142857142857
"888","Ben McLemore","Fadeaway Bank shot",2,2,1
"889","Ben McLemore","Fadeaway Jump Shot",4,2,0.5
"890","Ben McLemore","Finger Roll Layup Shot",2,1,0.5
"891","Ben McLemore","Floating Jump shot",2,2,1
"892","Ben McLemore","Hook Shot",1,0,0
"893","Ben McLemore","Jump Bank Shot",4,1,0.25
"894","Ben McLemore","Jump Shot",260,77,0.296153846153846
"895","Ben McLemore","Layup Shot",37,15,0.405405405405405
"896","Ben McLemore","Pullup Jump shot",15,5,0.333333333333333
"897","Ben McLemore","Putback Layup Shot",1,0,0
"898","Ben McLemore","Reverse Layup Shot",5,3,0.6
"899","Ben McLemore","Running Alley Oop Dunk Shot",2,2,1
"900","Ben McLemore","Running Alley Oop Layup Shot",1,1,1
"901","Ben McLemore","Running Dunk Shot",7,7,1
"902","Ben McLemore","Running Jump Shot",6,3,0.5
"903","Ben McLemore","Running Layup Shot",15,11,0.733333333333333
"904","Ben McLemore","Running Pull-Up Jump Shot",1,1,1
"905","Ben McLemore","Running Reverse Layup Shot",1,1,1
"906","Ben McLemore","Step Back Jump shot",13,8,0.615384615384615
"907","Ben McLemore","Tip Layup Shot",2,2,1
"908","Ben McLemore","Turnaround Fadeaway shot",1,1,1
"909","Ben McLemore","Turnaround Jump Shot",3,2,0.666666666666667
"910","Beno Udrih","Cutting Layup Shot",3,3,1
"911","Beno Udrih","Driving Finger Roll Layup Shot",1,1,1
"912","Beno Udrih","Driving Hook Shot",1,0,0
"913","Beno Udrih","Driving Layup Shot",17,11,0.647058823529412
"914","Beno Udrih","Driving Reverse Layup Shot",4,2,0.5
"915","Beno Udrih","Floating Jump shot",1,1,1
"916","Beno Udrih","Hook Shot",1,1,1
"917","Beno Udrih","Jump Bank Shot",2,0,0
"918","Beno Udrih","Jump Shot",114,42,0.368421052631579
"919","Beno Udrih","Layup Shot",10,3,0.3
"920","Beno Udrih","Pullup Jump shot",34,18,0.529411764705882
"921","Beno Udrih","Putback Layup Shot",1,0,0
"922","Beno Udrih","Reverse Layup Shot",2,0,0
"923","Beno Udrih","Running Jump Shot",1,1,1
"924","Beno Udrih","Running Layup Shot",2,1,0.5
"925","Beno Udrih","Running Pull-Up Jump Shot",1,1,1
"926","Beno Udrih","Turnaround Bank shot",1,1,1
"927","Beno Udrih","Turnaround Jump Shot",1,0,0
"928","Bismack Biyombo","Alley Oop Dunk Shot",8,7,0.875
"929","Bismack Biyombo","Alley Oop Layup shot",6,2,0.333333333333333
"930","Bismack Biyombo","Cutting Dunk Shot",26,25,0.961538461538462
"931","Bismack Biyombo","Cutting Layup Shot",4,4,1
"932","Bismack Biyombo","Driving Dunk Shot",1,0,0
"933","Bismack Biyombo","Driving Floating Jump Shot",1,0,0
"934","Bismack Biyombo","Driving Hook Shot",3,2,0.666666666666667
"935","Bismack Biyombo","Driving Layup Shot",3,0,0
"936","Bismack Biyombo","Dunk Shot",40,35,0.875
"937","Bismack Biyombo","Fadeaway Jump Shot",2,0,0
"938","Bismack Biyombo","Finger Roll Layup Shot",1,0,0
"939","Bismack Biyombo","Floating Jump shot",1,0,0
"940","Bismack Biyombo","Hook Shot",15,9,0.6
"941","Bismack Biyombo","Jump Shot",57,18,0.315789473684211
"942","Bismack Biyombo","Layup Shot",58,22,0.379310344827586
"943","Bismack Biyombo","Putback Dunk Shot",7,7,1
"944","Bismack Biyombo","Putback Layup Shot",14,7,0.5
"945","Bismack Biyombo","Reverse Layup Shot",3,3,1
"946","Bismack Biyombo","Running Dunk Shot",2,2,1
"947","Bismack Biyombo","Running Layup Shot",1,0,0
"948","Bismack Biyombo","Step Back Jump shot",1,0,0
"949","Bismack Biyombo","Tip Dunk Shot",3,3,1
"950","Bismack Biyombo","Tip Layup Shot",13,4,0.307692307692308
"951","Bismack Biyombo","Turnaround Bank Hook Shot",1,1,1
"952","Bismack Biyombo","Turnaround Bank shot",1,0,0
"953","Bismack Biyombo","Turnaround Fadeaway shot",9,5,0.555555555555556
"954","Bismack Biyombo","Turnaround Hook Shot",3,0,0
"955","Bismack Biyombo","Turnaround Jump Shot",4,0,0
"956","Blake Griffin","Alley Oop Dunk Shot",3,3,1
"957","Blake Griffin","Alley Oop Layup shot",4,3,0.75
"958","Blake Griffin","Cutting Dunk Shot",7,7,1
"959","Blake Griffin","Cutting Finger Roll Layup Shot",2,2,1
"960","Blake Griffin","Cutting Layup Shot",11,9,0.818181818181818
"961","Blake Griffin","Driving Bank Hook Shot",2,2,1
"962","Blake Griffin","Driving Bank shot",2,2,1
"963","Blake Griffin","Driving Dunk Shot",12,12,1
"964","Blake Griffin","Driving Finger Roll Layup Shot",4,4,1
"965","Blake Griffin","Driving Hook Shot",8,5,0.625
"966","Blake Griffin","Driving Layup Shot",30,22,0.733333333333333
"967","Blake Griffin","Driving Reverse Dunk Shot",2,2,1
"968","Blake Griffin","Driving Reverse Layup Shot",4,2,0.5
"969","Blake Griffin","Dunk Shot",6,5,0.833333333333333
"970","Blake Griffin","Fadeaway Bank shot",3,2,0.666666666666667
"971","Blake Griffin","Fadeaway Jump Shot",8,2,0.25
"972","Blake Griffin","Floating Jump shot",1,1,1
"973","Blake Griffin","Hook Shot",30,12,0.4
"974","Blake Griffin","Jump Bank Shot",9,3,0.333333333333333
"975","Blake Griffin","Jump Shot",306,116,0.379084967320261
"976","Blake Griffin","Layup Shot",67,39,0.582089552238806
"977","Blake Griffin","No Shot",2,2,1
"978","Blake Griffin","Pullup Jump shot",1,1,1
"979","Blake Griffin","Putback Dunk Shot",2,2,1
"980","Blake Griffin","Putback Layup Shot",2,0,0
"981","Blake Griffin","Reverse Layup Shot",5,4,0.8
"982","Blake Griffin","Running Alley Oop Dunk Shot",1,1,1
"983","Blake Griffin","Running Dunk Shot",2,2,1
"984","Blake Griffin","Running Jump Shot",3,3,1
"985","Blake Griffin","Running Layup Shot",5,5,1
"986","Blake Griffin","Step Back Bank Jump Shot",1,1,1
"987","Blake Griffin","Step Back Jump shot",14,5,0.357142857142857
"988","Blake Griffin","Tip Layup Shot",13,7,0.538461538461538
"989","Blake Griffin","Turnaround Bank Hook Shot",1,0,0
"990","Blake Griffin","Turnaround Bank shot",6,3,0.5
"991","Blake Griffin","Turnaround Fadeaway Bank Jump Shot",1,1,1
"992","Blake Griffin","Turnaround Fadeaway shot",12,4,0.333333333333333
"993","Blake Griffin","Turnaround Hook Shot",4,4,1
"994","Blake Griffin","Turnaround Jump Shot",7,1,0.142857142857143
"995","Bojan Bogdanovic","Alley Oop Dunk Shot",1,1,1
"996","Bojan Bogdanovic","Alley Oop Layup shot",2,1,0.5
"997","Bojan Bogdanovic","Cutting Dunk Shot",4,4,1
"998","Bojan Bogdanovic","Cutting Finger Roll Layup Shot",2,2,1
"999","Bojan Bogdanovic","Cutting Layup Shot",16,12,0.75