Skip to content

Filtering triangle on multiple indexes #318

Answered by jbogaardt
Obalus2022 asked this question in Q&A
Discussion options

You must be logged in to vote

Interesting we don't talk about that but could be useful for people new to chainladder and new to pandas.

It would be the same as you would in pandas. You can chain any number of boolean expressions together to subset your data.

clrd[(clrd['GRNAME']=='Aegis Grp')&(clrd['LOB']=='othliab')]

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Obalus2022
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants