schrodinger.utils.pandasutils module

A module which contains functions to convert between Schrodinger project data and a Pandas data frame.

schrodinger.utils.pandasutils.get_data_frame_from_project(pt, which_rows=WhichRows.ALL, which_columns=WhichColumns.ALL, prop_filter=None, with_rdkit=False, with_smiles=False)[source]