Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
how to make quintiles of quintiles in the pipeline

I have 2 ranks A,B
I can do quintiles of A by running .quintiles() , how can i split each quintile of A into quintiles according to B? i thought of doing something like B.quintiles(groupby=Aquintiles) but that is not supported.