I have a dataset that has these columns
i have created a go.scatter (mode=“lines+markers”) with subplots as 1 row, 3 cols - cols depends on unique Mode values
everything is working fine
the only problem is EID will keep adding over time and I need to have multiple lines in my plot that add automatically basis the unique values in EID
the data is current setup is monthly but it can be aggregated Weekly, Quarterly too: have taken care of that too
but i don’t know how to append multiple traces in a loop based on EID Values
Month. EID. Mode. Value
2021-07-01 1234 Call 0.636364
2021-07-01 1234 Chat 0.514870
2021-07-01 1234 Mail 0.624055
2021-10-01 1234 Calls 0.720030
2021-10-01 1234 Chat 0.801565
2021-10-01 5678 Calls 0.395427
2022-01-01 5678 Mail 0.909091
2022-01-01 5678 Chat 0.661681
2022-01-01 5678 Calls 0.304678
2022-04-01 5678 Calls 0.736360
2022-04-01 5678 Chat 0.734489
2022-04-01 5678 Calls 0.390681
2022-07-01 7890 Chat 0.930915
2022-07-01 7890 Mail 0.611249
2022-07-01 7890 Calls 0.801770