Reticulate blowing up on anything but small Pandas DataFrames

I'm instantiating a python class that wraps multiple tables, calculated internally from a single source. The tables are accessible as properties of the class.

As soon as I try to retrieve any table that is larger than basically a single row, RStudio crashes.
I'm using the same pipenv environment for python that the class I'm using needs.
I also tried in a RMarkdown document, assigning the Pandas Dataframe to a variable in python and then using py_to_r(), with no success. What could be the reason for this?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.