Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Thanks for the tip! You weren't kidding...

    %time df['balance'].apply(lambda x: x * 36902.7 / 100e6).describe()
    Wall time: 12.6 s

    %time df["balance"].mul(36902.7).div(100e6).describe()
    Wall time: 2.33 s


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: