Call Center Data Analysis
wget
command below:agent_id
: Unique identifier for each agent.agent_name
: Name of the agent.call_id
: Unique identifier for each call.agent_id
: Identifier linking the call to the agent.satisfaction_score
: Customer satisfaction score for the call.call_duration
: Duration of the call.resolution_rate
: Rate at which the call issue was resolved.call_id
: Identifier linking the call to the transcription.conversation
: Text of the conversation during the call.agents
table which contains details about the call center agents.agents
data to ThanoSQL and retrieves the first 10 records to confirm the upload.
calls
table which records metadata for each call.
calls
data to ThanoSQL and retrieves the first 10 records to confirm the upload.
transcript
table which contains the text of the conversations.
transcript
data to ThanoSQL and retrieves the first 10 records to confirm the upload.