xgdyp

Results 57 comments of xgdyp

Hello, is this issue still OPEN?

> If we have a proper JupyterLab docker image with Python kernel and libraries installed, we can easily add a Python version to OpenDigger. Actually the work is under developing...

> I prefer to use [clickhouse-driver](https://clickhouse-driver.readthedocs.io/en/latest/index.html#) to create a query for ClickHouse in our Python SDK, and [Py2neo](https://py2neo.org#) for Neo4j. Both these two drivers are well designed and easy to...

> > > I prefer to use [clickhouse-driver](https://clickhouse-driver.readthedocs.io/en/latest/index.html#) to create a query for ClickHouse in our Python SDK, and [Py2neo](https://py2neo.org#) for Neo4j. Both these two drivers are well designed and...

@Best-Eminem I found that in clickhouse-driver, we can use `query_dataframe` function to achieve the requirements we discussed earlier. That's awesome!

and `array` can convert to `list` too

> > @Best-Eminem I found that in clickhouse-driver, we can use `query_dataframe` function to achieve the requirements we discussed earlier. That's awesome! > > Yeah, that's great. I can add...

> ![image](https://user-images.githubusercontent.com/66980876/180354732-5e5e7a4e-ffcd-4d68-b6c1-3276ca1f4393.png) The above output is the original one, and the bottom is the output using `query_dataframe(query)`. @xgdyp yes, it converts raw return data to dataframe and return a dataframe