jax
jax copied to clipboard
Using JAX with Pandas
Hey, Is there any way to use JAX to speed up and reduce memory-usage of data processing pipelines in pandas ?
Hi - Jax does not have any built-in support yet for a pandas-like API, but it is an interesting idea. I'll leave this as an open issue!
In the meantime, you can also read pandas dataframes directly as a tf.data.Dataset
(which would be compatible with JAX).
Thank you for the feature request!
@jakevdp @mattjj @dynamicwebpaige - any updates on this enhancement? thanks,
This is a great idea!
I've been playing with this idea a bit; I pushed my current work-in-progress to https://github.com/google/jax/pull/12329
Very interested! Would be a major feature to bolster JAX's already incredible advantage.
@jakevdp Is there any progress on that? Do you need open-source contributors to help?
I would like jax to replace pandas in my stack. pandas is just too slow. I know they are working to address this, but it would still be nice to have a competitor to pandas
I'm not actively working on this, and I don't know of anybody who is.