Re: [Rdkit-discuss] Attribute Error about PandasTools
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: Taka S. <ser...@gm...> - 2016-06-01 21:05:05
|
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 <me...@fe...>: > Hi Takayuki, > It seems that the respective piece of the pandas API got restructured for > 0.18.1 and that the “format" module got moved from pandas.core to > pandas.formats: > > Example change from the pandas github: > > - from pandas.core import format as fmt > + from pandas.formats import format as fmt > > I can reproduce the error in pandas 0.18.1, but switching back to pandas > 0.18.0 seems to fix the error, thus going back to pandas 0.18.0 is > certainly the easiest option. > However, I guess if the changed import path is the only problem with > 0.18.1 this could probably easily be fixed in PandasTools directly. > > Kind regards, > Niko > > > On 01 Jun 2016, at 16:31, Taka Seri <ser...@gm...> wrote: > > > 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 = > pd.core.format.DataFrameFormatter(self,buf=None,columns=None,col_space=None,colSpace=None,header=True,index=True, > > > > 132 > na_rep='NaN',formatters=None,float_format=None,sparsify=None,index_names=True, > > > > 133 justify = None, > force_unicode=None,bold_rows=True,classes=None,escape=False) > > > > AttributeError: module 'pandas.core' has no attribute 'format' > > > > ... > > > > My environment is python3.5. And I installed rdkit using conda install > command. > > > > Version of Pandas is 0.18.1 > > > > I wonder if you could give me some advice. > > > > Thanks. > > > > Takayuki > > > > > ------------------------------------------------------------------------------ > > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > > patterns at an interface-level. Reveals which users, apps, and protocols > are > > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > > J-Flow, sFlow and other flows. Make informed decisions using capacity > > planning reports. > https://ad.doubleclick.net/ddm/clk/305295220;132659582;e_______________________________________________ > > Rdkit-discuss mailing list > > Rdk...@li... > > https://lists.sourceforge.net/lists/listinfo/rdkit-discuss > > |