pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer

Results 181 pygraphistry issues
Sort by recently updated
recently updated
newest added

``` import graphistry from graphistry import n, e_forward, is_in chain_operations = graphistry.Chain([n(name="is_carib_bank_origin"),e_forward(hops=1, edge_match={"originator_bank_country": is_in(options=["Cayman Islands", "Bermuda", "Virgin Islands British", "British Virgin Islands", "Bahamas", "Panama", "Barbados"])}), ]) graphistry.Chain.from_json(chain_operations.to_json()) ``` this doesnt...

bug
gfql
triage

initial PR for people data synthesis

**Is your feature request related to a problem? Please describe.** Currently, multitenant apps need to lock-and-register at `.plot()` to ensure the right credentials are used at upload time It'd be...

enhancement
infra
security

**Describe the bug** The following code used to work, but is now throwing an error, assuming the datatype of the resulting df changed from SparkDataFrame to pyspark.sql.connect.dataframe.DataFrame ``` df =...

bug
databricks

**Describe the bug** igraph pagerank (using personalized param) code that worked in Graphistry 2.40.46, no longer works in v2.40.55 - appears that Need to pin the version of igraph that...

bug
p3
igraph
customer

**Describe the bug** If I use a categorical color encoding and try to set two values to have the same color, only one of the them uses the color, the...

bug
customer

**Is your feature request related to a problem? Please describe.** Every month or two we get a failed release b/c unit tests pass, but something wrong with the exports means...

enhancement
help wanted
good-first-issue
infra

Modified relative paths to absolute paths so they are compatible with PyPI