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

Building off node reductions ( https://github.com/graphistry/pygraphistry/issues/193 ), edge reductions are also useful. The most typical case is multiedge handling: Ex: collapsing directed edges today: ```python g2 = g.edges(g._edges.drop_duplicates(subset=[g._src, g._dst])) g2...

enhancement
help wanted
good-first-issue

From discussions with @sevickson : The radial and linear layout modes are helpful for API usage, so we should make it easy for pygraphistry/api users to make them! This comes...

enhancement
help wanted
good-first-issue

From a Slack error report: ```python .bind( point_icon='icon') - Seems like it isn't working ``` => ```python df.rename(columns={'icon':'node_icon'}) and it worked ``` TODO: - [ ] Check api 1, 2,...

bug

Some environments default to Python 2.7, which is not expected to work in PyGraphistry, yet may lead to confusing errors. As part of the import, we should do a Python...

enhancement
help wanted
good-first-issue

Looks like pandas now truly supports durations, so should test them wrt: * https://github.com/graphistry/pygraphistry/pull/172 * https://github.com/pandas-dev/pandas/issues/36204#event-3888603095

bug
help wanted
good-first-issue

With https://github.com/graphistry/pygraphistry/pull/179/commits/0fc983e78a853971f06b29df00636490b2be35ec, we are down to only a few warnings -- pandas during df -> json, pytest not caching (RO docker vol), and networkx disabled. That means we can enable...

help wanted
good-first-issue

Palette selection is currently manual: ```g.encode_point_color('my_col', ["color1", ...], , as_continuous=True)``` Some possible improvements: 1. Faster palette selection: * named palettes, e.g., from color brewer * if no palette is provided...

enhancement
help wanted
good-first-issue

Currently, a bytestring col in api=3 returns the following non-obvious error: ``` Exception: {'data': {'args': {'compression': None, 'dataset_id': 'ef83f4f0ecb442e082d0edfb974f5f95'}, 'error_message': 'cuDF failure at: /conda/conda-bld/libcudf_1591199195844/work/cpp/src/column/column_view.cpp:48: Compound (parent) columns cannot have data'},...

bug

Refresh for modern practices -- code style, arrow

help wanted
docs
good-first-issue

Error report: https://graphistry-community.slack.com/archives/C014ESCDDU0/p1597198763002700 ![image](https://user-images.githubusercontent.com/4249447/89969861-498e4400-dc0c-11ea-9776-59615db2f310.png) Likely due to generated client JS for DataBricks environment

bug
help wanted
good-first-issue