Dear RDKit’ers
I’ve been trying to skip failed molecules in PandasTools.AddMoleculeColumnToFrame. This is possible if I chuck each row to a different processor, but what I really want to do is return a missing row entry. Normally I’d go: If mol is None: Etc Else: Etc But Pandas DF’s seem to being playing hard-ball. Any thoughts? Cheers, mike
_______________________________________________ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss