Prasun Sharma
Results
2
comments of
Prasun Sharma
Maybe this endpoint would help you? `PlayerDashboardByYearOverYear` or `PlayerDashboardByGameSplits`
`adv_stats = PlayerDashboardByYearOverYear(measure_type_detailed="Advanced").get_data_frames()` `adv_stats = PlayerDashboardByGameSplits(measure_type_detailed='Advanced').get_data_frames()` These should give you the advanced stats. You need to specific "Advanced" in the parameters per the parameters documentation