I have a dataset of domains could someone tell me how I can filter domains with more than one extension with Pandas.
I grouped it by this code but I got this result:
dfActive.groupby(['domain','ext'])['ext'].nunique()
Result:
domain com 1
sample com 1
mashhadmap com 1
net 1
Expected Result:
mashhadmap 2