映射pandas数据帧值的有效方法

时间:2017-11-17 18:30:14

标签: python pandas

我有熊猫数据框df:

df_new=df.replace({"Product_Code": mapp})

然后有字典将每个product_code映射到唯一的product_Id,如{(A:1},(B:2),...}。我想将此地图应用于df并将product_code转换为product_Id:< / p>

$rootScope.$on('$locationChangeSuccess', function(event, toState, toParams){        
    ga('send', {  
        hitType: 'pageview',  
        title: $window.document.title,  
        location: $location.absUrl()  
    });
})

然而,它非常慢并且需要花费大量时间进行此转换。有没有更好更有效的方法呢?

谢谢,

0 个答案:

没有答案