Skip to content
Advertisement

Tag: dataframe

How to make clusters of Pandas data frame?

I am trying to make a cluster of the following pandas data frame and trying to give the names. E.g – “Personal Info” is cluster name and it consist of (PERSON,LOCATION,PHONE_NUMBER,EMAIL_ADDRESS,PASSPORT,SSN, DRIVER_LICENSE) and also addition of there Counts. which will be 460. Clusters: for reference I am providing clusters structure Input data: Output: Answer You can create an inverse dictionary

Advertisement