- The Arize SDK serializes a pandas dataframe from Python to the file system using a fast serialization library that leverages C++.
- The file is uploaded to the server from the file system using methods that maximize throughput.
The choice to serialize to the file system was done after extensive testing showed this was the fastest open method to serialize a pandas dataframe. This method was compared extensively to serializing and uploading from Python directly.

Files Larger than 20GB
The /tmp directory used by default by the Arize SDK is limited to 20GB and is not related to the instance size of the file system. In order to support larger files:- Set the path variable of the python SDK pandas to point to the local file system
- Insure the instance is setup with enough local file storage to store your data
Starting an Instance with greater than 5GB
The default instance is setup with 5GB in order to set a higher value click the advance section and put in a larger value for file system storage.
Volume Setting