[Rdkit-discuss] PandasTools

2020-06-14 Thread Eduardo Mayo
Hi RDKit users: I have a couple of moleculas that must be load using the sanitize=False flag. Then do a partial sanitization for make some calculations. When I use PandaTools.LoadSDF the molecules with the sanitize trouble don't load so I copy PandaTools to my working folder and modified it chang

[Rdkit-discuss] PandasTools LoadSDF: Different treatment of SMILES depending on presence of 'MOL' column?

2019-09-23 Thread Gustavo Seabra
Hi all, I'm trying to load a DrugBank library into a Pandas DataFrame, using two different possibilities: creating or not a 'mol' column during load. In principle I'm only interested in the SMILES, so creating the 'Mol' column should not be necessary. However, I noticed that the two procedu

Re: [Rdkit-discuss] PandasTools on Windows iPython notebook

2014-09-25 Thread Paul . Czodrowski
height has been deprecated. but, it works! thanks, paul!!! paul From: Paul Emsley To: rdkit-discuss@lists.sourceforge.net, Date: 25.09.2014 19:32 Subject:Re: [Rdkit-discuss] PandasTools on Windows iPython notebook On 25/09/14 18:06, paul.czodrow...@merckgroup.com wrote

Re: [Rdkit-discuss] PandasTools on Windows iPython notebook

2014-09-25 Thread Paul Emsley
On 25/09/14 18:06, paul.czodrow...@merckgroup.com wrote: Dear RDKitter, on my new Windows laptop, I run into this issue: " import pandas as pd import rdkit.Chem as Chem from rdkit.Chem import PandasTools " => " ValueError Traceback (most recent call last) in () 1importpandas aspd

[Rdkit-discuss] PandasTools on Windows iPython notebook

2014-09-25 Thread Paul . Czodrowski
Dear RDKitter, on my new Windows laptop, I run into this issue: " import pandas as pd import rdkit.Chem as Chem from rdkit.Chem import PandasTools " => " ValueErrorTraceback (most recent call last) in () 1 import pandas as pd 2 import rdkit.Chem as Che