Thank you both.
Luke, I’ll take a look at that notebook this morning.
Sonal, It’s likely my unfamiliarity with zingg (and likely a little spark as an overall framework), however I have looked at that notebook and still have questions. It feels what I’m missing is basic documentation around zingg’s functional concepts.
Examples of questions I currently have:
Are pipes required to get data in and out of zingg? If so, it seems like interactions within databricks may be best using the InMemoryPipe utilizing spark data frames?
How do I ensure the zing python bindings are able to utilize the java core?
Is there a simple method to test the binding?