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

Pyspark example:

    dataframe.join(
        something_else,
        how='left_anti'
    )
pandas is such a shitshow. Every time i use it, im in a world of pain googling the finicky syntax for selecting columns, aggregating, filtering. I never touched R but pandas is so terrible for me. Nowadays it's either raw numpy arrays, plain sql or pyspark...


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

Search: