Re: [Rdkit-discuss] Attribute Error about PandasTools

2016-06-01 Thread Taka Seri
Dier Niko, Thank you for your quick reply. I tried to use pandas 0.18.0 and I work fine. ;-) Best regards, Takayuki 2016年6月2日(木) 3:13 Nikolas Fechner : > Hi Takayuki, > It seems that the respective piece of the pandas API got restructured for > 0.18.1 and that the “format"

[Rdkit-discuss] Attribute Error about PandasTools

2016-06-01 Thread Taka Seri
Dier RDKitters, I want to handle sdf as DataFrame. But when I read molecule from SDF using PandasTools, I got following Error. from rdkit import Chem from rdkit.Chem import PandasTools df = PandasTools.LoadSDF("testset.sdf") df --> 131 formatter =