Traversing File with an OEMolFileConverter
This is an example of a OEMolFileConverter creating a vector of an OERecord from a string file input.
Set Schema Record to Shape OERecord Extraction
This example sets an OERecord as the schema to the OEMolConversionOptions, giving the OEMolFileConverter specific OEField to extract from the file given.
OERecord to OEMol
This example creates an OEMol from the first OERecord produced by the input file.
OEMol to OERecord
This example creates an OERecord from the OEMol found in the input file.
OERecord to OEDesignUnit
This example creates an OEDesignUnit from an OERecord.
File Records to Pandas DataFrame
This example takes in a file and creates a pandas DataFrame from the OERecord produced. The user must have pandas installed in their Python environment to gain access to this function.