Python API Reference#
See the article on 10 Minutes to PyGraphistry for a high-level overview of binding data and plotting it.
- Plotter API Reference
- GFQL API Reference
- Compute API Reference
- ComputeMixin module
- Collapse
check_default_columns_present_and_coerce_to_string()
check_has_set()
collapse_algo()
collapse_by()
collapse_nodes_and_edges()
get_children()
get_cluster_store_keys()
get_edges_in_out_cluster()
get_edges_of_node()
get_new_node_name()
has_edge()
has_property()
in_cluster_store_keys()
melt()
normalize_graph()
reduce_key()
unpack()
unwrap_key()
wrap_key()
- Conditional
- Filter by Dictionary
- Hypergraphs
- Hypergraph
HyperBindings
Hypergraph
clean_events()
coerce_col_safe()
col2cat()
concat()
df_coercion()
direct_edgelist_shape()
format_direct_edges()
format_entities()
format_entities_from_col()
format_hyperedges()
format_hypernodes()
get_df_cons()
get_series_cons()
hyperbinding()
hypergraph()
make_reverse_lookup()
mt_df()
mt_nodes()
mt_series()
screen_entities()
series_cons()
shallow_copy()
- Hypergraph
- AI
- Featurize
Embedding
FastEncoder
FastMLB
FeatureMixin
callThrough
check_if_textual_column()
concat_text()
drop_duplicates_with_warning()
encode_edges()
encode_multi_target()
encode_textual()
features_without_target()
find_bad_set_columns()
fit_pipeline()
get_cardinality_ratio()
get_dataframe_by_column_dtype()
get_matrix_by_column_part()
get_matrix_by_column_parts()
get_numeric_transformers()
get_preprocessing_pipeline()
get_text_preprocessor()
get_textual_columns()
group_columns_by_dtypes()
identity()
impute_and_scale_df()
is_cudf_df()
is_cudf_s()
is_dataframe_all_numeric()
make_array()
normalize_X_y()
passthrough_df_cols()
process_dirty_dataframes()
process_edge_dataframes()
process_nodes_dataframes()
remove_internal_namespace_if_present()
remove_node_column_from_symbolic()
resolve_X()
resolve_feature_engine()
resolve_scaler()
resolve_scaler_target()
resolve_y()
reuse_featurization()
safe_divide()
set_currency_to_float()
set_to_bool()
set_to_datetime()
set_to_numeric()
smart_scaler()
transform()
transform_dirty()
transform_text()
where_is_currency_column()
FeatureEngine
FeatureEngineConcrete
- UMAP
- Semantic Search
- DBSCAN
- RGCN
- HeterographEmbedModuleMixin
- Featurize
- Utilities
- Arrow uploader Module
- Arrow File Uploader Module
- Validation
- Versioneer
NotThisMethod
VersioneerConfig
get_config()
get_keywords()
get_versions()
git_get_keywords()
git_pieces_from_vcs()
git_versions_from_keywords()
plus_or_dot()
register_vcs_handler()
render()
render_git_describe()
render_git_describe_long()
render_pep440()
render_pep440_old()
render_pep440_post()
render_pep440_pre()
run_command()
versions_from_parentdir()
- Layouts
- Circle Layout
- ForceAtlas2 Layout
- Group-in-a-Box Layout
- Modularity Weighted Layout
- Ring Layouts: Categorical, Continuous, Time
- Sugiyama Layout
- Utils
- Submodules
- graphistry.layout.utils.dummyVertex module
- graphistry.layout.utils.geometry module
- graphistry.layout.utils.layer module
- graphistry.layout.utils.layoutVertex module
- graphistry.layout.utils.poset module
- graphistry.layout.utils.rectangle module
- graphistry.layout.utils.routing module
- Module contents
- graphistry.layout.graph.edge module
- graphistry.layout.graph.edgeBase module
- graphistry.layout.graph.graph module
- graphistry.layout.graph.graphBase module
- graphistry.layout.graph.vertex module
- graphistry.layout.graph.vertexBase module
- Module contents
- Layout plugins: igraph, graphviz, and more
- LayoutsMixin
- Plugins