Quickstart
Get an overview of the DataLab interface and ask your first questions to the agent.
Last updated
Get an overview of the DataLab interface and ask your first questions to the agent.
This guide outlines the steps to upload a CSV file and analyze data using the Alkemi DataLab interface. You can download the CSV we use in this guide from data.gov here or utilize any of the data products that are offered for free with your account.
The steps below outline the quickstart video above with links to where each step is discussed in the video.
Log In to Alkemi DataLab.
Familiarize yourself with the layout:
Left sidebar: Chat history and API endpoints.
Main chat input area for queries and commands.
Right sidebar: Credit balance, integrations, and current data slices.
Ensure you have a CSV file ready for upload (e.g., consumer price index historical data).
Use the upload functionality in Alkemi DataLab to upload your CSV file.
Review the columns in your CSV file, noting important attributes.
Construct a query to filter and group data:
Filter by the attribute column (e.g., midpoint of prediction interval).
Group by consumer price index item.
Calculate a new column for forecast percent change.
Send the query to the Alkemi agent.
Wait for the results to be assembled and saved as a data asset.
Use the mentioning functionality to reference the new table in chat threads.
Click to expand and view the data, or download it as a CSV.
Remove any irrelevant categories (e.g., 'all food').
Sort the results by total increase in descending order.
Request a visualization of the data (e.g., as a bar chart or pie chart).
Interact with the chart to view details and download it for presentations.
Consider connecting integrations like Snowflake for enhanced data analysis.
Last updated