Paul Horn

Results 39 issues of Paul Horn

Add two new graph building methods `from_numpy` and `from_pandas`

Hej 👋 The documentation does not say anything about the distribution of the values, though one would assume that primitive values ought to be uniformly distributed. This is not the...

bug
good first issue

The graph loaders don't support loading multiple weights/properties for different relationships between any two nodes (except for the cypher loader which supports a sum operation). With the migration to 3.5,...

This sets vim to save the cursor position on close/write and restores it on re-opening. - The set viminfo part is to unify and explicitly declare the .viminfo file (~/.viminfo...

- `to_undirected` in the Rust API accepts an optional layout, which is not exposed in the Python API - Additionally, allow relabelling in the same step - Maybe we can...

In order to render GitHub extensions like [Alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) you need to set the [`mode` option to `gfm`](https://docs.github.com/en/rest/markdown/markdown?apiVersion=2022-11-28#render-a-markdown-document). Right now, there doesn't seem to be any way to trigger that: https://github.com/yusukebe/gh-markdown-preview/blob/e541afb6202b39f85ae1376649df88464e38c874/cmd/app.go#L47...

See GDS client for some inspiration: https://github.com/neo4j/graph-data-science-client/blob/b02dbb4000cc408ebca906fe45af1fc0dd3ff141/graphdatascience/graph/nx_loader.py#L47-L129

Some note about this implementation: - this is based on #89 - Reactive Streams handle back pressure by requesting demand if needed. The `BackpressureBufferSettings` are ignored, but it may be...