geoHeil
geoHeil
I was using the SQLite JBC URL which works fine in i.e a SQL tool such as datagrip. But I did not figure out how to properly specify an additional...
https://github.com/sparklyr/sparklyr/issues/1099 sounds promising https://github.com/chezou/sparklyr-distribute/blob/master/dist_sparklyr_conda.r as they also build a conda environment
@yitao-li this certainly is interesting but rather orthogonal. I guess that having a simple way to bootstrap R, sparklyR and any R packages in a version-controlled way - at best...
Well a simple solution such as https://neo4j.com/labs/apoc/4.1/export/graphml/ what is happening for `t.graphml.all` would do the job already i.e. having a Networkx MultiDiGraph with an edge attribute relationship_kin / node_kind to...
It would be cool if export supports (selected columns) as data as well.
I created the following function which is "nearly there", but the XML produced will not really work for gephi. Maybe you spot a problem. ``` def toGraphML(g: GraphFrame): String =...
But when collecting the graphml file to one node (i.e. for visualization purposes (gephi)) shoultn't the assumption hold that the data is not too big?
correct - this is from java.
https://github.com/uber/h3-java/issues/85 is related
FYI: https://github.com/conda-forge/h3-py-feedstock/ is already out there to support easy packaging via conda