Theodore M
Theodore M
would something like this work or does this need to be fully in SQL format? ```python def PCmatch(pc_l, pc_r): count = 0 while count < len(pc_l): if pc_l[count] == pc_r[count]:...
have a look on Slack for a ScalaUDF solution. Or is there an easier way and I am overcomplicating things?
additionally there is a way to automatically test for accessibility on websites via the node.js package `Pa11y`. Mostly everything passes on our documentation. Running it on one of the notebook...
related to #553
that is great news. i encountered today an error message when i tried to test how duckdb-dbt works with elementary and my heart sank when i saw: `Adapter "duckdb" is...
@rsokl you wouldn't have that strategy available somewhere , would you? (its 2-3 years later so appreciate that this comment is probably not going to be seen) I would love...
sure. If I go to the Neo4j web interface and I do this for example ``` CREATE INDEX ON :Person(person_ID) //# Added 1 index, statement executed in 1662 ms. USING...
Any news about this? I might be doing something wrong but from what I understood this is the way to use the transactional endpoint. But the performance is worrisome.
ok will do that and will get back to you
Apologies for the long delay some other projects took my time... Back to the problem in hand...I run the following code which loads the same data as the LOAD CSV...