I have a 57K row dataset that resembles this
| User | Domain | AssetType |
| User1 | Domain1 | laptop |
| User1 | Domain1 | laptop |
| User2 | Domain2 | desktop |
| User3 | Domain1 | virtual |
| User4 | Domain3 | laptop |
| User1 | Domain2 | desktop |
I'm tying to find a way to create a column that will tell me if a user has an asset on the same domain and if those assets are the same.
Like this if User1 and Domain1 and Asset Type are the same the new field would be True.