Other functions#

Other PyTwin functions are available and used in Examples.

pytwin.download_file(file_name, directory[, ...])

Download a file that is used for a PyTwin example.

pytwin.load_data(inputs)

Load the input data from a CVS file into a Pandas dataframe.

pytwin.read_binary(filepath)

Read a binary snapshot file from the disk.

pytwin.read_snapshot_size(filepath)

Return the number of data stored in a snapshot binary file.

pytwin.write_binary(filepath, vec)

Write a binary snapshot file on the disk.