4,000 rows · 10 columns

Customer support tickets

Four thousand support tickets with free-text subjects, priorities, queue routing, first-response and resolution times, and SLA breaches concentrated in exactly the places you would not guess.

What is in it, and what is wrong with it

Resolution time is heavily right-skewed and censored: tickets still open at the extract date have a blank resolved_at, and they are disproportionately the hard ones. Report a mean resolution time over closed tickets only and you will publish a number that gets better every time your team falls further behind.

Schema

ColumnTypeDescription
ticket_idstringTicket identifier.
opened_attimestampWhen the ticket arrived.
channelcategoryemail, chat, phone, or in-app.
queuecategoryRouting queue.
prioritycategorylow, normal, high, or urgent.
subjectstringFree-text subject line.
first_response_minintegerMinutes to first human reply. Blank if never answered.
resolved_attimestampResolution time. Blank if still open.
reopenedbooleanWhether the ticket was reopened after closing.
csatintegerSatisfaction score 1–5. Blank when not surveyed.

First twelve rows

ticket_idopened_atchannelqueueprioritysubjectfirst_response_minresolved_at
TK628712023-01-01 02:15:00in-apponboardinghighError when log in after password reset632023-01-01 07:46:35
TK603432023-01-01 05:41:00emailtechnicalnormalQuestion about two-factor authentication72023-01-01 09:07:58
TK629502023-01-01 06:05:00in-appbillingurgentUnable to connecting the Snowflake sync442023-01-01 08:14:24
TK610142023-01-01 06:32:00chatintegrationsnormalCannot connecting the Snowflake sync98
TK616792023-01-01 08:06:00chatonboardinghighHow do I a duplicate charge142023-01-01 09:27:09
TK623742023-01-01 08:28:00in-appbillingnormalIssue with connecting the Snowflake sync4162023-01-02 02:19:53
TK600582023-01-01 14:32:00in-apponboardinglowIssue with connecting the Snowflake sync3612023-01-01 18:42:10
TK631752023-01-01 16:20:00emailbillinghighRequest to a refund for an annual plan522023-01-01 20:45:17
TK608622023-01-01 20:06:00chattechnicalurgentUnable to export my data282023-01-06 00:36:09
TK612732023-01-01 21:47:00in-appbillingurgentUnable to log in after password reset2023-01-02 02:13:20
TK603382023-01-01 22:09:00in-appintegrationslowError when a duplicate charge2432023-01-17 13:14:25
TK620942023-01-01 22:46:00phoneintegrationshighQuestion about downgrade my plan192023-01-02 22:02:42

Showing the first 8 of 10 columns. Open the full table in the Explorer.