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
**Is your feature request related to a problem? Please describe.** GFQL can likely do decently on Graph500. Worth having code + writeup It may be worth taking a quick look...
**Is your feature request related to a problem? Please describe.** One of the easiest ways to speedup pandas code is to support indexes **Describe the solution you'd like** GFQL has...
GFQL docs issues -- - [ ] `graphistry.chain([ ...])` should have a clean entry for typical use, see main README.md - [ ] `hop()` params comment formatting is weird -...
it should be clear how to get a versioned cucat ideas: - [x] pypi / pip For now, instead, git tag so versioned pip install github ... tag
just needed to fix counterfactual of tanmoy's toy code, change order to fit into existing scheme, also add fourth variable for __version__
Originally saving was specific to having an in memory index. Change allows saving when an index has not been built.
#### Motivations: - Sometimes modules are getting imported several times through lazy import - Not easy to manage dependencies from file to file This is how we are managing dependencies...
Fwiw, do we need to update to track latest dirty car, as it has been awhile? (Maybe do as a follow-on PR after this lands?) _Originally posted by @lmeyerov in...