Skip to content
Discussion options

You must be logged in to vote

Hi,

I don't have that kind of interface, because I never personally had use case for it. But there are a couple of things you can do:

  1. Write your own visitor that does that. It is very easy to write your own visitor. I specifically designed the visitor interface so it would be reasonably easy for end users to write their own algorithm. See the visitor section in docs (https://hosseinmoein.github.io/DataFrame/docs/HTML/DataFrame.html)
  2. Use the async version of the visitor interface. Call the 3 sums with single_act_visit_async() which will run in parallel (https://hosseinmoein.github.io/DataFrame/docs/HTML/single_act_visit.html).

Best,
HM

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@useongkim
Comment options

@hosseinmoein
Comment options

@useongkim
Comment options

@hosseinmoein
Comment options

Answer selected by useongkim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants