我想在我的數據框中使索引靜音。我將如何使用熊貓來做到這一點?Current output:0 Prob(name) = 100.0%1 Prob(name) = 0.0%Expected output:Prob(name) = 100.0%Prob(name) = 0.0% 查看完整描述