Closed wey-gu closed 7 months ago
Attention: Patch coverage is 44.34783%
with 64 lines
in your changes are missing coverage. Please review.
Project coverage is 75.61%. Comparing base (
effa675
) to head (fc65c90
).
Files | Patch % | Lines |
---|---|---|
nebula3/data/ResultSet.py | 4.83% | 59 Missing :warning: |
nebula3/data/DataObject.py | 90.90% | 4 Missing :warning: |
nebula3/gclient/net/ConnectionPool.py | 80.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Nicole00 @haoxins what do you think, please?
maybe we can move example/apache_echarts.html
into a separate repo?
After all, this is the client for Python.
And we can make it as a SPA by React/Vue/Svelte/Next.js and even more.
maybe we can move
example/apache_echarts.html
into a separate repo? After all, this is the client for Python. And we can make it as a SPA by React/Vue/Svelte/Next.js and even more.
I think we could for now put it here as the self-contained hint, or in a gist to refer it to, but YES, we could further create FE libs to work with it! What do you think?
maybe we can move
example/apache_echarts.html
into a separate repo? After all, this is the client for Python. And we can make it as a SPA by React/Vue/Svelte/Next.js and even more.I think we could for now put it here as the self-contained hint, or in a gist to refer it to, but YES, we could further create FE libs to work with it! What do you think?
👍
how about we do this in a new repo, e.g. graph-sci ? and it could generate dafaframe from:
#example
sci = load_wrapper("nebula")
df = sci.to_df(result)
xxx
how about we do this in a new repo, e.g. graph-sci ? and it could generate dafaframe from:
nebula-graph
neo4j
ISO-GQL in future?
#example sci = load_wrapper("nebula") df = sci.to_df(result) xxx
Yes we can!
And that one would be super function complete and with proper dependencies with those sci toolchain.
In this repo I kept the minimal feature workable with opinionated defaults(not tweak-able), yet with all dependencies import in function, thus our client won't depend on pandas etc...
And that one would be super function complete and with proper dependencies with those sci toolchain.
Maybe it's not suitable to post in this thread, but I think it's worth to share the emerging project.
https://github.com/Pometry/Raphtory
Which has some great ideas!
And that one would be super function complete and with proper dependencies with those sci toolchain.
Maybe it's not suitable to post in this thread, but I think it's worth to share the emerging project.
https://github.com/Pometry/Raphtory
Which has some great ideas!
Lovely embedded one!quite inspiring for the API!
implement: https://github.com/vesoft-inc/nebula-python/issues/318, https://github.com/vesoft-inc/nebula-python/issues/324
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number: #318 , https://github.com/vesoft-inc/nebula-python/issues/324
Description:
resultSet.dict_for_vis()
easily get node list/ edge list and more information in ANY query as a result.
resultSet.as_pandas()
Get pandas dataframe with all data primitive typed