Let's take a look at a sample conversation to help you get started on your data exploration journey in CLAIRE Copilot.
For example, as a data steward, you want to view all records in the person entity and use a pie chart to clearly visualize the distribution of loyalty account types. Additionally, you want to generate a bar chart to analyze person records by their address type to understand customer locations.
To achieve the goal, perform the following steps:
1Start a conversation to see all records in the Person business entity.
Enter the following prompt:
Show all records in @Person
The following image shows the response displaying a card containing all records in the Person business entity:
Using the data discovery agent, CLAIRE Copilot also recommends prompt suggestions. You can select from the suggested prompts for further analysis.
2To view all records in a tabular view, click the card named Person Records.
The following image shows the response displaying a tabular view of all records in the Person business entity:
You can click a business ID to view the record. To copy and paste the sample data to a CSV file, click the Copy icon. To export the sample data to a CSV file, click Download.
3To visualize the distribution of account types, enter the following prompt:
Create a pie chart displaying the LoyaltyAccount: accountType for Person entity
The following image shows the response displaying a pie chart that represents the records by account type:
4To generate a bar chart to visualize the person records based on their state, enter the following prompt:
Create a bar chart to visualize the Person records based on address: state
The following image shows the response displaying a bar chart that represents the person records based on their states: