Tim
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Tim-
Extract all sublists with size n of list created by GROUPCONCAT
Hello, if I have session data for example (time with t0 < t1 < t2 ... < t8): userX | a | t0 userX | b | t1 userX | c | t2 userX | d | t3 userY | a | t4 userY | b | t5 userY | g | t6 userY | c | t...
-
Removing tuples with the same elements in lists
Hello, assuming I have the following table with sample data (ID is a GROUPBY and list is a GROUPCONCAT of another sheet): ID | list 1 | [a,b,c,c,b,a] 2 | [a,a,a,c,d,b,a] What I want to do now is ...