Rain Wei
Rain Wei
I built conda env by `conda env create -f environment.yaml`. But before `pip install cairocffi`, ig.plot() shows error: `Type Error: ploting is not available`. So maybe cairocffi should be include...
Hi, I followed [HOWTO: Tableau Server Linux in Docker Container](https://databoss.starschema.net/tableau-server-linux-docker-container/) to start a docker container. It works fine when first started. But if stop the container and restart again, tableauServer...
由于不同商圈之间可能有重复的社区,但是communities表id不能重复,导致抓取第二个商圈时就运行失败了,所以需要做一下处理。仿照删除商圈id的做法,在小区信息插入数据库之前加入了一行删除已有社区id的代码。如下所示,Main.py 163行update_db函数。 ``` python def update_db(db_session, biz_circle, communities): """ 更新小区信息, 商圈信息 """ db_session.query(Community).filter( Community.biz_circle_id == biz_circle.id ).delete() for community_info in communities['list']: try: district_id = DISTRICT_MAP[community_info['district_name']] community = Community(biz_circle.city_id, district_id, biz_circle.id,...
I've tried hyper api. And if we use pandas.DataFrame.iterrows() to insert data into hyper file, it's not fast. But if we use hyper sql command "Copy" to create hyper directly...
How soon can we expect tableau server docker ?
I started GWalkR in Rstudio. It is really good. But I find I can't close it. After one day I can still visit GwalkR in my browser. And I'm using...