Hi, is there a way to serialize (IPC) hierarchical tabular data (eg. output of pandas groupby) in python? I've tried to call pa.ipc.serialize_pandas() on this example, but it throws error: https://stackoverflow.com/questions/51505504/pandas-nesting-dataframes
Best regards, Adam Lippai