Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(readme): added chain + fixed hop malformat #536

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dess890
Copy link
Contributor

@dess890 dess890 commented Dec 27, 2023

@silkspace
do you know where I can find anything on predicates to fill it out?
re: #530

@lmeyerov
Copy link
Contributor

lmeyerov commented Dec 27, 2023

@dess890 you can see the entries here: https://github.com/graphistry/pygraphistry/tree/master/graphistry/compute/predicates

weirdly:

for usage, it's generally something like

from graphistry import n, e, is_in

g2 = g1.chain([
  n({
    'k1': 'v',
     'k2': is_in(['a', 'b', 'c'])
  }),
  e(),
  n(),
  ...
])

Getting a quick description + example for each predicate would help, especially more interesting args. They are, by design, exact API matches to the pandas tabular equivalents they pass through to.

@lmeyerov
Copy link
Contributor

@dess890 just checking in here, saw this was dangling

@dess890
Copy link
Contributor Author

dess890 commented Apr 9, 2024

@aucahuasi realizing this just needs a review whenever you get the chance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants