Serializing DataFrames means writing the DataFrame contents to disk in some format. Writing to disk could mean several formats and end points. The contents of the pandas DataFrame can be written to a database management system like MySQL, to a distributed file system like HDF, to a file in JSON format, to a file in Python pickle format and so on.