What is the Pandas equivalent in Elixir?

I am studying the possibility of migrating to Elixir a Python application which uses the Pandas framework (https://pandas.pydata.org/).

I am specially interested in the Dataframes part. Does Nx cover this use case?
If so what function / Module would be equivalent ?

3 Likes