Comment by czbond 3 years ago Question - new'ish to Python. Could I use PyPy with dataframes / pandas / Ray? 1 comment czbond Reply serjester 3 years ago PyPy is for eeking our performance from vanilla python. Most dataframe libraries are already written in something low level like C or Rust (Polars) so you won't see gains (if they even run).
serjester 3 years ago PyPy is for eeking our performance from vanilla python. Most dataframe libraries are already written in something low level like C or Rust (Polars) so you won't see gains (if they even run).
PyPy is for eeking our performance from vanilla python. Most dataframe libraries are already written in something low level like C or Rust (Polars) so you won't see gains (if they even run).