pygraphistry
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
## Priority Low-priority documentation ## Background PR #776 fixed identifier conflicts where GFQL operations failed when user graphs had columns named `index`. However, the string `'index'` also appears in `conditional.py`...
## Priority Low-priority enhancement ## Background PR #776 fixed identifier conflicts where GFQL operations failed when user graphs had columns named `index`. However, we deliberately did NOT fix the `_dbscan`...
## Feature Request: Marking mode for chain operations ### Background While fixing PR #751, discovered ASTRef was marking instead of filtering. Fixed to filter (correct for data flow), but marking...
🎯 Overview This PR introduces a new plugin for Microsoft Sentinel (Azure Log Analytics) that enables users to query security data using KQL (Kusto Query Language) and create graph visualizations...
**Describe the bug** If I plotted a graph with 95,157 nodes and 12,000,000 edges, graphistry will attempt to render, but towards the completion of the render, it will "refresh" the...
## Feature Request It would be great if PyGraphistry plottables that already have a `dataset_id` (i.e., have been uploaded/plotted) could automatically display themselves as an iframe when evaluated in a...
Previous implementation had broken JSON parsing in splunkToPandas function causing data retrieval failures. * Fix splunkToPandas to use JSONResultsReader with proper output_mode * Fix regex escape sequence warnings in helper...
**Is your feature request related to a problem? Please describe.** We seem to be **very** close to full client-mode support for SSO One issue in `ArrowUploader` seems to be setting...
--- name: Feature request about: Suggest an idea for this project title: "[FEA] Add multi-label node matching predicates for GFQL" labels: enhancement assignees: '' --- **Is your feature request related...
## Feature Request ### Problem The GFQL wire protocol documentation needs a complete JSON Schema, but manually maintaining it is error-prone and likely to drift from the implementation. ### Proposed...