wey-gu / jupyter_nebulagraph

NebulaGraph Queries and visualization in Jupyter notebook.(previously known as ipython-ngql)
https://jupyter-nebulagraph.readthedocs.io/en/stable/
Other
29 stars 3 forks source link

feat: load from csv file #15

Closed wey-gu closed 3 months ago

wey-gu commented 10 months ago

as titled.

sdehury34 commented 10 months ago

So what I have to do is basically load data from csv file right? Hi I will be do this task. Please assign this task to me.

wey-gu commented 10 months ago

Dear @sdehury34 ,

Yes! If needed, we could break this into multiple tasks!

Generally, we need to:

We have such a thing in go with https://github.com/vesoft-inc/nebula-importer , but as we are using this in Jupyter, for ease of tests, thus we don't have to impl. things in that full-functional fashion/shape.

wey-gu commented 3 months ago

I think I can do this now.