79111912

Date: 2024-10-21 22:28:21
Score: 2
Natty:
Report link

You can add zero_copy_only=True to enforce/test if a copy is made: large_table.to_pandas(zero_copy_only=True) see https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.to_pandas

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: assignUser