identity-resolution/notebooks/identity-graph/nepytune/visualizations/segments.py [36:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
            .project("persistent_id", "attributes", "ip_location")
                .by(values("pid"))
                .by(
                    out("has_identity").valueMap("browser", "email", "uid").unfold()
                    .group()
                        .by(Column.keys)
                        .by(select(Column.values).unfold().dedup().fold())
                )
                .by(out("has_identity").out("uses").dedup().valueMap().fold())
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



identity-resolution/notebooks/identity-graph/nepytune/visualizations/segments.py [60:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
            .project("persistent_id", "attributes", "ip_location")
                .by(values("pid"))
                .by(
                    out("has_identity").valueMap("browser", "email", "uid").unfold()
                        .group()
                        .by(Column.keys)
                        .by(select(Column.values).unfold().dedup().fold())
                )
                .by(out("has_identity").out("uses").dedup().valueMap().fold())
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



