Skip to content

Instantly share code, notes, and snippets.

@cnstlungu
Last active March 24, 2023 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cnstlungu/94e4cafb1c8829155890038ceb8b5cc8 to your computer and use it in GitHub Desktop.
Save cnstlungu/94e4cafb1c8829155890038ceb8b5cc8 to your computer and use it in GitHub Desktop.
+---------------------+------------+----------+------------+---------+
| event_time | country_id | store_id | attribute | value |
+---------------------+------------+----------+------------+---------+
| 2023-01-26 10:00:00 | FR | FR1003 | attribute1 | alpha |
| 2023-01-26 10:00:00 | FR | FR1003 | attribute2 | 1 |
| 2023-02-17 09:00:00 | FR | FR1003 | attribute1 | ypsilon |
| 2023-02-18 10:00:00 | FR | FR1003 | attribute1 | gamma |
| 2023-02-18 10:00:00 | FR | FR1003 | attribute2 | 1 |
| 2023-01-15 10:00:00 | DE | DE1004 | attribute1 | gamma |
| 2023-01-15 10:00:00 | DE | DE1004 | attribute2 | 4 |
| 2023-02-16 10:10:00 | DE | DE1004 | attribute1 | omicron |
| 2023-02-17 09:20:00 | DE | DE1004 | attribute1 | beta |
| 2023-02-18 10:40:00 | DE | DE1004 | attribute1 | beta |
| 2023-02-18 10:40:00 | DE | DE1004 | attribute2 | 1 |
+---------------------+------------+----------+------------+---------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment