Skip to content

lisa.trace: Make Trace._swap_size_overhead work with older versions o…

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr512 into master

…f pandas/pyarrow

Old versions pandas and/or pyarrow cannot serialize dataframes with 0 columns, so avoid triggering that in _swap_size_overhead.

Merge request reports