Re: Python Interface

2016-06-14 Thread Niclas Hedhman
54 PM, zhuangmz08 wrote: > Yes, I look at the samples before. I wrote this email to ensure whether > there's a format guide. > > > > > -- 原始邮件 -- > 发件人: "Niclas Hedhman";; > 发送时间: 2016年6月14日(星期二) 下午5:49 > 收件人: "dev&

?????? Python Interface

2016-06-14 Thread zhuangmz08
Yes, I look at the samples before. I wrote this email to ensure whether there's a format guide. -- -- ??: "Niclas Hedhman";; : 2016??6??14??(??) 5:49 ??: "dev"; ????: Re: Python Interface Pandas D

Re: Python Interface

2016-06-14 Thread Niclas Hedhman
he MapEntityStore. Cheers Niclas On Tue, Jun 14, 2016 at 3:37 PM, zhuangmz08 wrote: > Hi, > > > I have some written python scripts, which consums data from former > database. Now, I would like to switch the former database into a domain > designed database, which is the mongo

Python Interface

2016-06-14 Thread zhuangmz08
follwing questions: 1. Is there any exist python interface to read database into pandas DataFrame? I'm afraid not 2. If I write my own python interface, I would have to know the Entity Format, since my interface exposes to this format. Is there explicit format guide? Thanks a lot.