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.** Less of an impact than replacing mypy... but ruff is pleasantly fast, so let's replace flake8 with it!
adds `get_dendrogram_edges` and writes tests for `plugins/compute/cluster`
**Describe the bug** missing user/pass is not failing on `register()`, but results in KeyError: 'org_name' on `plot()` call **To Reproduce** ```import graphistry,os import pandas as pd graphistry.register(api=3, protocol = "http",...
On `http://localhost/notebook/lab/tree/demos/ai/Introduction/Ask-HackerNews-Demo.ipynb`: ``` ile /opt/conda/envs/rapids/lib/python3.8/site-packages/graphistry/feature_utils.py:652, in impute_and_scale_df(df, use_scaler, impute, n_quantiles, output_distribution, quantile_range, n_bins, encode, strategy, keep_n_decimals) 629 def impute_and_scale_df( 630 df: pd.DataFrame, 631 use_scaler: str = "robust", (...) 639 keep_n_decimals:...
Most property graph systems follow a typed topology, which is useful information for a path query synthesizer * The method should extract for the connected database(s) a description of typed...
Typed property graphs often have some sort of taxonomy, where nodes or relations with a certain label typically have specific fields, and those fields typically take on specific data representations...
We should probably start adopting some sort of CLA flow for PRs, eg, https://github.com/cla-assistant/cla-assistant . Ideally use across all repos. Probably something along the lines of: * Abide by code...
**Is your feature request related to a problem? Please describe.** MyPy is frustratingly slow, it'd be great to try something supposedly faster like pylance/pyright Depending on success, we may want...