lmeyerov

Results 264 comments of lmeyerov

Hi @anurags92 ! Happy to help get that landed, especially as we're getting to launch a cloud tier that will help them get going faster. Our plugins are fairly short...

Hi @anurags92 ! Yes, having a live dgraph instance + colab notebook to collaborate on would help, and especially an example of going from query to dataframe with it. As...

@anurags92 Just wanted to ping on this. A good first step may be a sample notebook of doing a notebook of dgraph query -> graphistry viz, even before being built-in

Great, this would be of high interest! Things are advancing a bit as we prep for ChatGPT support + our no-code SaaS launch, but in both cases, the work starts...

I made a pass last weekend but wasn't able to get data out of the db instance in the google colab -- let me pass to folks here to see...

@matthewmcneely awesome If you're in pandas, you can directly load JSON in if it's already flat: ```python import pandas as pd people = [ {'first_name': 'a', 'age': 20}, {'first_name': 'bb',...

Awesome! I should also share, when dgraph returns "just" a table, vs a node table & edge table, another cool binding here can be the `.hypergraph()`: ```python df = pd.read_csv('logs.csv')...

This may be more interesting to reexamine as louie.ai goes to more cohorts & reaches GA

@vaimdev Including on your plate next time we look at these