Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
4
6
question
stringlengths
37
2.29k
input_file
stringlengths
7
258
output_type
stringclasses
1 value
output_file
stringlengths
7
235
rubrics
stringlengths
38
1.42k
DV_1
Create a line chart showing the trends of Separation Efficiency (%) and Unit Energy Consumption (unit: kWh/m) over time. Requirements: the horizontal axis represents time (aggregated by month, format YYYY-MM); the left vertical axis represents Separation Efficiency (%); the right vertical axis represents Unit Energy Co...
process data.xlsx
Data Visualization
monthly trend of separation efficiency and unit energy consumption.png
1. Separation Efficiency reached its highest point in January 2025 (86.62%), while it was lowest in November 2024 (81.95%) 2. Unit Energy Consumption reached its lowest point in January 2025 (0.0748 kWh/L), while it was highest in February 2025 (0.0791 kWh/L) 3. Overall, there appears to be a certain negative correla...
DV_2
Based on "process_data2.xlsx", create a scatter plot where the horizontal axis represents Operating Temperature (in the original units from the dataset) and the vertical axis represents Separation Efficiency (displayed as a percentage, rounded to 2 decimal places). The scatter point colors are mapped to energy consumpt...
process_data2.xlsx
Data Visualization
operating_temperature_vs_separation_efficiency.png
1. Data points with low energy consumption (blue tones) tend to cluster in the high Separation Efficiency region, visually demonstrating the superior process characteristic of "low energy consumption, high efficiency"; 2. Points with high Separation Efficiency (above 90%) are mainly concentrated in the Operating Temper...
DV_3
Use the first row of data as the initial coordinates (reference point), and calculate the deformation of each subsequent row relative to the initial coordinates (current coordinate value − initial coordinate value) to generate a deformation curve line chart. The horizontal axis represents the data row index (starting f...
deformation.xlsx
Data Visualization
data_deformation_curve.png
1. The deformation in the Z direction is much greater than in the X and Y directions, with a maximum exceeding 40000 mm. 2. The deformations in the X and Y directions are relatively small, varying within a range of 3000 mm. 3. Due to the excessively large deformation in the Z direction, the deformation curves for the X...
DV_4
Perform PCA dimensionality reduction on all numeric fields in the table to 2 dimensions, then generate a scatter plot for visualization. Specific requirements: (1) Automatically identify all numeric columns in the table as input features for dimensionality reduction; (2) Use PCA to reduce the data to 2 principal compon...
5._Data_Dimensionality_Reduction.xlsx
Data Visualization
PCA Dimensionality Reduction Visualization Results.png
1. The distribution of samples along the first principal component (PC1) axis spans a wider range compared to PC2. 2. There is a relatively isolated point in the upper left corner. 3. The point with the lowest second principal component value is located at a lower position along the first principal component. 3. All sa...
DV_5
Using the "Identity" group field in "participants.xlsx", count the number of people in each identity group and generate a bar chart for comparison. The horizontal axis represents identity group categories, and the vertical axis represents the number of people. The bar chart is sorted in descending order by number of pe...
participants.xlsx 1-4 question format.xlsx
Data Visualization
comparison of population by identity group.png
1. The college student group has the largest number of participants (2,378), accounting for 47.2% of the total. The middle school student group ranks second (2,125), accounting for 42.2% of the total. The elementary school student group (339) and the out-of-school youth group (199) are relatively small in number. 2. Th...
DV_6
Based on the prize number data in the file "sports_lottery_pattern.xlsx", create a line chart: the horizontal axis represents the Draw number (arranged in chronological order), and the vertical axis represents the three digit positions of the drawn numbers for each draw (assuming the drawn number format is a 3-digit nu...
sports_lottery_pattern.xlsx
Data Visualization
sports_lottery_last50_pattern.png
1. The drawn number for Draw 1088 is 539. 2. The count of 0 in the Hundreds digit and Tens digit is greater than in the Units digit. 3. In Draw 1102, both the Hundreds digit and Tens digit are 9.
DV_7
In "e-commerce sales data.xlsx", identify the variable most correlated with Sales Revenue (CNY), compute the linear regression equation y = ax + b (retain coefficients to 4 decimal places), and generate a scatter plot overlaid with the regression line. Chart requirements: the horizontal axis represents the independent ...
e-commerce sales data.xlsx
Data Visualization
regression plot.png
1. The chart displays the linear relationship between Advertising Spend (CNY) and Sales Revenue (CNY). 2. The linear regression equation based on Advertising Spend (CNY) and Sales Revenue (CNY) is: y = 0.6902x + 6751.1769 3. The coefficient of determination of the model R² = 0.3419
DV_8
Based on the data in table 3.xlsx, generate a bar chart showing the number of penalties and penalty amounts (in 10,000 yuan) under different penalty reasons. Specific requirements: 1. The horizontal axis represents penalty reasons (all distinct penalty reason categories) 2. The vertical axis represents values 3. Use tw...
table 3.xlsx
Data Visualization
bar chart results.png
1. Two bar charts arranged in a top-bottom layout. Penalty count uses blue, penalty amount uses orange; both are sorted in descending order. 2. The value inside each bar is clearly labeled. 3. "Customer identity verification" is the violation with the highest penalty count, reaching 703 cases. "Identification and repor...
DV_9
Using all numerical data from both files, generate a line chart. Chart requirements: the horizontal axis represents dates, and the vertical axis represents "Average Velocity m/s". Note that each file contains multiple bridges.
River Section A.xlsx River Section B.xlsx
Data Visualization
River Section Average Flow Velocity Line Chart.png
1. 5 line series for different bridges 2. The horizontal axis has date labels, from 2025-04-01 to 2025-11-01 3. The vertical axis is Average Velocity m/s
DV_10
Draw a heatmap using hierarchical clustering, top 50, use English throughout the figure.
1._Gene_Expression_Matrix.xlsx
Data Visualization
hierarchical_clustering_heatmap_top50.png
1. Heatmap 2. 5 columns representing different samples 3. With correlation lines 4. In English
DV_11
Based on the file "Position Table 4.xlsx", draw a grouped bar chart where the horizontal axis represents job title categories and the vertical axis represents values. Each job title corresponds to two side-by-side bars: the first bar represents the number of penalties for that job title (unit: cases), and the second ba...
Position Table 4.xlsx
Data Visualization
226-2025 Q1-Q3 Individual Anti-Money Laundering Penalty Department Distribution.png
1. Senior management has the highest number of penalties and penalty amounts, at 337 cases and 7.5092 million yuan respectively 2. The operations department and business department rank second and third respectively 3. The anti-money laundering management department, as the dedicated department responsible for anti-mon...
DV_12
Compare the changes in the number of departing personnel per department between the 2024 and 2025 Resignation Summary Tables, and generate a bar chart. Specific requirements: 1. Statistical scope: all departments that appear in either file (use the full department names as they appear in the original tables, without an...
Resignations2024.xlsx Resignations2025.xlsx
Data Visualization
Department_Attrition_Comparison_2024_vs_2025.png
1. Staff attrition statistics by department: Department 2024 Attrition Count 2025 Attrition Count Department8687 30 30 Department0818 20 16 Department9458 9 2 Department9433 5 3 Department4600 5 1 Department3612 1 ...
DV_13
Based on the student grade data from two files, generate a stacked bar chart where the horizontal axis shows subject names (Chinese, Math, English, Science, Ethics and Law), the vertical axis shows the number of students, and each bar is stacked by A/B/C/D grade levels (colors distinguish grades, legend labels grades)....
2025 Second Semester.xlsx 2025 First Semester.xlsx
Data Visualization
Grade Distribution by Subject.png
1. Chart style is a stacked chart 2. Specific values Semester 1: Chinese: Grade A: 1 person (2.86%) Grade B: 4 people (11.43%) Grade C: 13 people (37.14%) Grade D: 17 people (48.57%) Total: 35 people Math: Grade A: 4 people (11.43%) Grade B: 24 people (68.57%) Grade C: 4 people (11.43%) Grade D: 3 pe...
DV_14
Based on the file Lhasa River Cross-sections 24-25.xls, generate a line chart with 6 subplots for the 2024 and 2025 data respectively, arranged in a 2-row by 3-column layout (3 subplots in the top row, 3 in the bottom row). Each subplot displays the trend of one indicator over time. Specific requirements: 1. Data filte...
Lhasa River Cross-sections 24-25.xls
Data Visualization
Code_Generated_Image2.png
1. 2024 data fluctuations are more concentrated: the River Width, Area m2, and other indicators for 2024 (dark orange) show large fluctuations mainly in the early part of the year (April–June), with relatively few data points afterward; whereas the fluctuations for 2025 (dark blue) are distributed across multiple perio...
DV_15
Read the files "resignation_summary_2024_copy.xlsx" and "resignation_summary_2025_copy.xlsx", merge the data, then group by the "Position Series" field to count the number of resignations per series. Calculate the percentage of each position series' resignation count relative to the total resignation count (rounded to ...
resignation_summary_2024_copy.xlsx resignation_summary_2025_copy.xlsx
Data Visualization
Code_Generated_Image3.png
1. Frontline production employees account for over 60% of resignations: 48 frontline production employees resigned, representing 61.54% of total resignations, making it the job category with the highest number of departures. 2. Production support and general staff are secondary resignation groups: 15 production support...
DV_16
Generate a heatmap of knowledge section scores for the midterm exam, with the horizontal axis representing questions and the vertical axis representing students, with students sorted from top to bottom in the order they appear in the file.
202511 Midterm Data Analysis_(1).xlsx
Data Visualization
Grade Statistics Heatmap.png
1. If the heatmap displays specific scores, the score corresponding to each student must be correct 2. There are a total of 22 students and 23 sub-questions; every student and every question must be represented in the chart — none can be omitted
DV_17
Read the file "buyer_identity_and_level.xlsx". Based on the "Identity", "Buyer Procurement Grade", and month-related rows, group and aggregate by month (MM format). Count the number of valid inquiry users for each grade/category of "Identity" and "Buyer Procurement Grade" within each month. Generate two grouped bar cha...
buyer_identity_and_level.xlsx
Data Visualization
monthly_buyer_procurement_level_user_inquiry_distribution_stats.png monthly_identity_user_inquiry_distribution_stats.png
1. Buyer procurement Grade has 6 categories in total, and Buyer Identity has 16 categories. The order of categories does not affect the chart result, but categories must not be missing or added. 2. The horizontal axis represents the month, and the vertical axis represents the number of valid inquiry users. The titles o...
DV_18
Based on the date column and attendance status column from 7 class files (Artificial Intelligence Class 1–7), draw a line chart to display the daily attendance count trend for each class. Specific requirements: 1. Filter records where the attendance status is "Signed", and group by date and class to count the daily att...
Artificial_Intelligence_Class_1.xlsx Artificial_Intelligence_Class_2.xlsx Artificial_Intelligence_Class_3.xlsx Artificial_Intelligence_Class_4.xlsx Artificial_Intelligence_Class_5.xlsx Artificial_Intelligence_Class_6.xlsx Artificial_Intelligence_Class_7.xlsx
Data Visualization
Class_Attendance_Statistics.png
1. The Y-axis represents the number of attendees on that day, with a scale range of 0–70 and intervals of 5 (i.e., 0, 5, 10, 15, ..., 70); the plotted chart must not exceed this range. The X-axis represents dates. 2. For certain dates, because some classes have multiple sessions on the same day, attendance exceeds 70, ...
DV_19
Perform a word frequency analysis on all terms in the file "8._biology_terms.xlsx", counting the number of times each term appears across all entries, including occurrences as a substring (part of another term). Output a table of the Top 50 terms and their frequencies sorted in descending order of frequency. Additional...
8._biology_terms.xlsx
Data Visualization
biology_terms_frequency_word_cloud.png
1. There are 340 vocabulary terms in total. The top six by word frequency are: "Bioinformatics" (25 times), "Genomics" (24 times), "Proteomics" (12 times), "Synthetic Biology" (12 times), "Metabolomics" (8 times), and "Transcription Factor" (8 times). At minimum, the size proportions of these six words must reflect the...
DV_20
Generate a pie chart based on this file
New_DOCX_Document_(5).docx
Data Visualization
pie chart.png
1. The frequency of "Never reads" is 432, accounting for 22.05% 2. The frequency of "Occasionally reads" is 1287, accounting for 65.70% 3. The frequency of "Always reads" is 240, accounting for 12.25%
DV_21
Extract the top 5 most frequently occurring terms from the document as the subjects of analysis. For each dimension, extract its corresponding quantitative data or frequency statistics of qualitative descriptions, and generate a horizontal bar chart: the horizontal axis represents each dimension name, the vertical axis...
Exchange Center Park Development Analysis Report——Building a Borderless Platform Service Park_(3).docx
Data Visualization
chart37.png
1. The top 5 most frequently appearing words are: platform, service, function, development, and space. 2. The importance scores vary significantly across dimensions: platform has the highest importance score (112 points), followed by service (90 points), function (78 points), development (74 points), and space has a re...
DV_22
Plot a "Treatment Retention Curve" — showing the proportion of patients still continuing treatment at months 3, 6, 9, and 12 after initiating treatment.
Payment Structure Analysis of 4 Project Pharmacies_desensitized.xlsx
Data Visualization
chart_39.png
1. The 3-month patient retention rate is 70.87% 2. The 6-month patient retention rate is 53.63% 3. The 9-month patient retention rate is 11.76%
DV_23
Perform data analysis on the student attendance sheet and create a stacked bar chart to display each student's attendance status. The x-axis represents student names, and the y-axis represents the number of absences. Each student corresponds to one bar, with different colors distinguishing different absence statuses. T...
Grade24 AI Class2_desensitized.csv
Data Visualization
attendance_stacked_bar_chart.png
1. The bar for Student 46 is the tallest 2. The bars for Student 1 through Student 5 are all 0
DV_24
This is a dataset of primary school English scores, containing English scores for Grades 3, 4, 5, and 6. Please read the data from the file, and plot the average score for each grade (bar chart), pass rate (line chart), and excellence rate (line chart) all on a single figure, with the score axis (y-axis) on the left an...
Eighth Primary School (2025 Autumn) English Mid-term Test Score Statistics and Quality Analysis Table.xls
Data Visualization
chart41.png
1. The bar for Grade 4 is the tallest, with an average score of 71.09 2. Grade 5 has the lowest passing rate, at 58%. 3. Grade 3 has an excellence rate of 19.44%.
DV_25
Based on the air-quality-related fields in the data, select three dimensions — AQI (Air Quality Index), PM2.5 concentration, and PM10 concentration — to conduct a comparative analysis of three cities: Beijing, Shanghai, and Haikou. Then draw the following line chart: the horizontal axis represents time (aggregated by m...
air_quality_labeled_severe_pollution.xlsx
Data Visualization
month.png
1. In the chart, Beijing's line is at the top, Shanghai's is in the middle, and Haikou's is at the bottom. 2. Beijing will have a spike around June 23rd, because the AQI Index on that day reached as high as 137.
DV_26
Using the data in for_plotting.xlsx, create a bar chart displaying four performance indicators for each class in the Chinese subject: Average Score, Excellence Rate %, Pass Rate, and Low Score Rate. The horizontal axis shows class names (sorted in ascending order by class number), and the vertical axis shows indicator ...
for_plotting.xlsx
Data Visualization
chart43.png
1. The chart must contain 4 lines. 2. Class 2 has the lowest Average Score. 3. Class 11 has the highest Excellence Rate %.
DV_27
Please create a bubble chart from this data, where the x-axis represents CPC competition difficulty (the further left, the lower the competition); the y-axis represents Search Volume (the further up, the greater the traffic); Popularity Score determines the bubble size (the larger the value, the larger the bubble), and...
new_XLS_worksheet.xlsx
Data Visualization
bubble_chart_analysis.png
1. The number of points is consistent; 2. The positions of the points are correct: after keyword matching, the x-coordinates and y-coordinates are approximately consistent 3. The sorting by point size must match
DV_28
Read the file "water_RQ.xlsx". Using "Sampling Point" as the horizontal axis (X-axis) and "Pesticide Name" as the vertical axis (Y-axis), draw a heatmap. The color of each cell in the heatmap is mapped according to the RQ value for that sampling point–pesticide combination using the following rules: RQ > 1 displays red...
water_RQ.xlsx
Data Visualization
image.png
1. The number of rows and columns is the same; 2. Spot-check sampling is acceptable (e.g., sample 50): cells at the intersection of the same column/row keywords have the same color (red/purple/green)
DV_29
Based on the Grade 7 math exam data in the attachment, generate a "Student Knowledge Point Score Rate Heatmap": the horizontal axis represents all students (sorted by total score in descending order, Top 30 only), the vertical axis represents all knowledge points, and the cell color indicates the student's score rate f...
【Teaching Class】2025-2026 Academic Year Autumn Semester Final Exam (Grade 7)-Math-Item Analysis.xlsx 【Teaching Class】2025-2026 Academic Year Autumn Semester Final Exam (Grade 7)-Grade 7 Student Scores.xlsx
Data Visualization
Student Knowledge Point Score Rate Distribution.png
1. Correct number of rows/columns; 2. The first column corresponds to student 11's category, and the colors match from the first question to the last question (0% is dark red, 100% is dark green, with a gradient in between; colors do not need to be exactly the same, but the green/red and gradient must correspond correc...
DV_30
Based on the information described in the document, generate an architecture diagram. Determine the type of architecture to generate (technical system architecture / personnel organizational architecture). 1. Chart type: Use a hierarchical structure diagram (hierarchy chart), displaying the relationships between system...
ski rehabilitation tourism project team introduction.docx
Data Visualization
organizational structure chart.png
1. Contains 8 teachers in total, details: - Teacher "Guo**" is the overall lead, and all other members report to him - "Sun**" and "Gao**" belong to "Market Research and Model Innovation" (any indication of this is acceptable, e.g., by color, or placing them in the same box) - "Jiang**" and "Guo**" belong to "Technical...
DV_31
Based on the two files "resignation summary table 2024.xlsx" and "resignation summary table 2025.xlsx", filter the resignation records for "non-key positions", perform a comparative analysis along the following dimensions, and generate visualization charts: By department dimension, calculate the Top 5 departments by nu...
resignation summary table 2024.xlsx resignation summary table 2025.xlsx
Data Visualization
Department Resignation Count Comparison.png
1. Except for the last group, which can be labeled something other than "Administrative Group", the names of the first four groups and the heights of both bars must match the reference answer exactly.
DV_32
Read the three files "grade_7_exam_analysis.xlsx", "grade_8_exam_analysis.xlsx", and "grade_9_exam_analysis.xlsx", extract difficulty data for all subjects in each file (if multiple sheets exist, merge all sheets; if the difficulty field name is inconsistent, select the column whose meaning is closest to "difficulty"),...
grade_7_exam_analysis.xlsx grade_8_exam_analysis.xlsx grade_9_exam_analysis.xlsx
Data Visualization
subject_difficulty_bar_chart.png
1. The order of subjects may vary 2. The number of bars for each subject and the height of each bar (for different grades) must match
DV_33
Read the three files "grade_7_exam_analysis.xlsx", "grade_8_exam_analysis.xlsx", and "grade_9_exam_analysis.xlsx", and extract the discrimination index data for the subjects Chinese, Math, and English from each file. Generate a grouped bar chart containing three columns: "Grade", "Subject", and "Discrimination Index", ...
grade_7_exam_analysis.xlsx grade_8_exam_analysis.xlsx grade_9_exam_analysis.xlsx
Data Visualization
Discrimination Comparison by Grade and Subject.png
1. Chinese has the highest discrimination index in Grade 7; 2. Math has the lowest discrimination index in Grade 9; 3. English discrimination index in Grade 8 is higher than in Grade 9;
DV_34
Based on the data in "Table 2-2.xlsx", group by the "Institution Type" field and calculate the average "Total Penalty Amount (10,000 yuan)" for each institution type (rounded to 2 decimal places). Generate a vertical bar chart (bars extend from top to bottom, i.e., the Y-axis origin is at the top), with the horizontal ...
Table 2-2.xlsx
Data Visualization
Institution Penalty Amount Comparison Chart.png
1. Large state-owned commercial banks have the highest average penalty amount: their average total penalty amount reaches 13.5736 million yuan. 2. Joint-stock banks rank second: with an average penalty amount of 10.4728 million yuan. 3. Rural and township banks have the lowest average penalty amount: only 1.0700 millio...
DV_35
Based on the "January" data (i.e., all records where the month in the date column is 1), group the data by two dimensions: "Project" and "Cost Category", and calculate the total labor cost for each cost category under each project. Generate a grouped bar chart: the vertical axis represents the labor cost amount, the ho...
test.xlsx
Data Visualization
January labor cost distribution by project.png
1. The "Salary" item for R&D is far higher than for Administration; 2. The "Labor Dispatch" item for R&D is far lower than for Administration; 3. The "Work Injury" item bar height is very low;
DV_36
Read the sheet named "Trend Chart" from the file "HR System.xlsx". Based on the data columns in that sheet (excluding totals), generate a line chart: the horizontal axis represents the time dimension column (if date/month/period or other time-related columns exist, arrange them in chronological order; if no explicit ti...
HR System.xlsx
Data Visualization
HR System Trend Chart.png
1. The number of proprietary staff shows a notable increase in July (from 144 to 165), then remains stable 2. The number of outsourced staff remains stable after January (consistently 13 people) 3. The trend in total headcount is broadly consistent with proprietary staff, with a significant increase in July
DV_37
Read the grade 8 midterm exam score data from the file for_plotting.xlsx, calculate the "Average Score" for each "Class", create a bar chart, and sort by "Average Score" from highest to lowest
for_plotting.xlsx
Data Visualization
class_average_score_comparison.png
1、Class 7 has the highest Average Score; 2、Class 3 has the lowest Average Score; 3、Class 8's Average Score is higher than Class 2's;
DV_38
Please analyze the file visitor_analysis_week48.xlsx and identify the top 10 most frequently occurring entries in the "Store Entry Keyword Source" column. Sort the results in descending order by count and generate a bar chart with the x-axis labeled "Store Entry Keyword Source" and the y-axis labeled "Count".
visitor_analysis_week48.xlsx
Data Visualization
store_entry_keyword_source_statistics.png
1. rims 22 inch wheel has the highest quantity; 2. range rover vogue has the lowest quantity in the chart; 3. the quantity of forged wheels is higher than that of wheels car
DV_39
Based on the "Region" field in the file 2Participant.xlsx, count the number of samples in each region, sort in descending order, and take the top 20 regions to plot a bar chart. The horizontal axis represents region names (sorted in descending order by count), and the vertical axis represents sample count. The chart ti...
File 2 Participants.xlsx
Data Visualization
17-Sample quantity distribution by region (Top 20).png
1. Shandong Province's sample size (1448) far exceeds all other regions, being the only region in the Top 20 to surpass 1000, while the last-ranked Xinjiang Uyghur Autonomous Region has only 19 samples — an extremely uneven distribution. 2. The average sample size across the Top 20 regions is 248.8, yet only the top 5 ...
DV_40
Based on the fields related to "participant behavior change" in the data, create a bar chart comparing two indicators: (1) the proportion of participants who "actively seek health information and services" is 66.5%, and (2) the proportion of participants who "respect others and practice gender equality" is 65.4%. The h...
file1.pdf youth_health_club_survey_data_descriptive_statistical_analysis_report-full_text-20251104.docx
Data Visualization
43-participant_behavior_change_proportion_comparison.png
1. Overall high behavioral change engagement: The proportion of participants in both core behavioral change categories exceeded 65%, with "seeking health information and services" reaching 66.5% and "respecting others / gender equality" reaching 65.4%, reflecting a significant positive behavioral guidance effect of ado...
DV_41
Based on Huangshi City's 2022–2024 digital economy data, generate a combination chart (bar chart + line chart): the left Y-axis represents "Total Contribution Rate (%)", the right Y-axis represents "GDP Growth Driven (percentage points)", and the X-axis represents the years (2022, 2023, 2024). The bar chart displays th...
Huangshi Digital Economy and High-Quality Development Analysis_(1).png
Data Visualization
197-2022-2024 Huangshi Digital Economy Total Contribution Rate and GDP Growth Percentage Points.png
1. The overall contribution rate of the digital economy surged dramatically after initial fluctuation: from 2022 to 2024, Huangshi's overall digital economy contribution rate first declined from 17.92% to 11.98%, then climbed directly to 46.51% in 2024 — an increase of more than 3 times — reflecting a breakthrough deve...
DV_42
Based on the provided data, redraw the "2024 Huangshi GDP Increment Source Decomposition Chart" (pie chart) with the following requirements: 1. Data accuracy: Must include three segments with their exact values and proportions: direct contribution of digital economy 45.1 billion yuan (45.1%), indirect contribution of d...
Huangshi City Digital Economy and High-Quality Development Analysis_(2).png
Data Visualization
198-Huangshi City GDP Increment Source Decomposition Chart_Optimized Version.png
1. Other industries remain the core driver of GDP increment: In 2024, other industries contributed 5.349 billion yuan to Huangshi's GDP increment, accounting for 53.49% — more than half of the total increment — reflecting that traditional and non-digital industries are still the foundational leading force of economic g...
DV_43
Perform data analysis on the student attendance records of 7 classes and create a line chart showing the trend of "personal leave" counts for each class over time. Specific requirements: Data processing rules: 1. Determination of "personal leave": only count records where the leave type field is explicitly "personal le...
Grade24_AI_Class1_desensitized.xlsx Grade24_AI_Class2_desensitized.xlsx Grade24_AI_Class3_desensitized.xlsx Grade24_AI_Class4_desensitized.xlsx Grade24_AI_Class5_desensitized.xlsx Grade24_AI_Class6_desensitized.xlsx Grade24_AI_Class7_desensitized.xlsx
Data Visualization
student_attendance_data_statistical_analysis.jpg
1. 7 line charts; 2. The horizontal axis represents dates (arranged in ascending chronological order, formatted as "M/D", e.g. "9/22" "10/13"), the vertical axis represents the number of personal leave absences, the vertical axis range is fixed at 0–35, with tick intervals of 5
DV_44
Please draw a metabolite–bacteria association network diagram. The detailed requirements are as follows: 1. Screen key metabolites: Calculate the Pearson correlation coefficient between all metabolites (LC-MS, GC-MS) and the sensory evaluation "Composite Score", and select the Top 10 metabolites significantly correlate...
01_sensory_evaluation_results.xlsx 02_LC-MS_metabolite_data.xlsx 03_GC-MS_metabolite_data.xlsx 04_bacterial_abundance_data.xlsx
Data Visualization
metabolite_microbe_network.png
1. Blue nodes in the figure are labeled: GC_Metabolite_28, GC_Metabolite_32, GC_Metabolite_45, LC_Metabolite_20, LC_Metabolite_32, LC_Metabolite_48; 2. Red nodes in the figure are labeled: Bacteria_1, Bacteria_2, Bacteria_4, Bacteria_12, Bacteria_14, Bacteria_17, Bacteria_18, Bacteria_24, Bacteria_26, Bacteria_29; 3. T...
DV_45
Based on the file gold historical price data (daily).csv, use the moving average method to forecast closing prices. Specific requirements: 1. Filter all data records for the year 2024 (2024-01-01 to 2024-12-31) 2. Compute the moving average for the closing price field (the column whose semantics best match "closing p...
gold historical price data (daily).csv
Data Visualization
2024 gold closing price forecast comparison chart.png
1. The horizontal axis represents dates, and the vertical axis represents prices; 2. Two line series: one for the actual closing price, and one for the predicted closing price
DV_46
Read the data from the file "2.Statistics by school.xlsx", and plot a grouped bar chart sorted by school index (ascending order). The horizontal axis represents the school index, and the vertical axis represents the value. Display three metrics simultaneously: average score, pass rate, and excellence rate. The three me...
2.Statistics by school.xlsx
Data Visualization
Art literacy comparison.jpg
There are 21 schools, each with 3 bars
DV_47
Draw a histogram that shows the TEU volume for the top 5 salespersons by "Number of Shippers" for each week. - The TEU volume data for each week is in the columns named "Week x" (e.g., "Week 1", "Week 2"); - Save the final chart as top5_sales_volume_TEU.png: The horizontal axis is "Week" (arranged in chronological orde...
salesperson_dimension_statistical_analysis_desensitized.xlsx
Data Visualization
top5_sales_volume_TEU.png
1. The vertical axis label is "TEU Volume"; the horizontal axis label is "Week"; 2. There are 49 weeks, with 0 to 5 bars per week
DV_48
Read the litigation ledger data from the file "New_XLSX_Worksheet_(2)_Desensitized.xlsx", count the number of cases for each case handler (employee), sort in descending order by case count (for ties, place the one with the smaller name first), take the top 10 (display all if fewer than 10), and draw a bar chart: the ho...
New_XLSX_Worksheet_(2)_Desensitized.xlsx
Data Visualization
chart_72.png
1. The top ten are: Name4 (31 cases), Name5 (22 cases), Name2 (19 cases), Name1 (18 cases), Name6 (18 cases), Name9 (14 cases), Name8 (7 cases), Name3 (2 cases), Name7 (1 case), Name10 (1 case) 2. The chart title must be "Case Count Statistics by Case Handler (Top10)", the vertical axis label must be "Number of Cases",...
DV_49
Plot the singular values in descending order, showing only the top 10. The x-axis label should be "Singular Values", the y-axis label should be empty, and the title should be "Top 10 Singular Values". The y-axis should start at 20. Display the corresponding singular value on top of each bar, rounded to two decimal plac...
2._Single_Cell_Simulation_Data.xlsx
Data Visualization
chart_73.png
1. The top ten singular values are: 41.44, 41.22, 40.19, 40.06, 39.51, 39.37, 39.03, 38.85, 38.63, 38.54 2. The horizontal axis label is "Singular Values", the vertical axis label is empty, and the title is "Top 10 Singular Values" 3. The vertical axis starts at a minimum tick of 20
DV_50
Draw two subplots in one figure: 1. On the left is a table summarizing the counts of different classes and different subjects (ignoring "None") for Question 10 in the "Merged Information" column, with subjects on the horizontal axis and classes on the vertical axis. Add a "Total" row at the bottom and a "Total" column ...
grade12_class1-18_homework_duration_survey_results_summary.xlsx questionnaire_items.docx
Data Visualization
chart_74.png
1. There are 18 classes in total (Class 1, Class 2, ..., Class 18) 2. There are 9 subjects in total (Chinese, Mathematics, English, Physics, Chemistry, Biology, History, Politics, Geography) 3. The count and proportion by subject are: Chinese: 79 (12.68%), Mathematics: 200 (32.1%), English: 111 (17.82%), Physics: 30 (4...
DV_51
Read the Azimuth data from column F in the file "Processing2.xlsx" and draw a polar coordinate chart (circular chart): with the center of the circle as the origin, each azimuth corresponds to a ray pointing from the center to the circumference, with the Serial Number of that data row labeled at the end of the ray. Char...
Processing2.xlsx
Data Visualization
chart_75.png
1. There are 16 rows of data in total; starting from the center of the circle in the chart, exactly 16 rays or line segments must be drawn 2. The end of each of the 16 rays or line segments must be correctly labeled with the corresponding Serial Number 3. Strictly follow the convention of "0 degrees = due North, clockw...
DV_52
Based on the two core numerical fields related to customer value (Total Spending Amount, Number of Purchases) in "customer_behavior_data.xlsx", generate a scatter plot: the horizontal axis represents the first numerical field, the vertical axis represents the second numerical field, and each point represents one custom...
customer_behavior_data.xlsx
Data Visualization
chart_76.png
1. The title must be "Customer Behavior Analysis Scatter Plot", the horizontal axis must be "Total Spending Amount", and the vertical axis must be "Number of Purchases" 2. There are 9 points in total, of which two points overlap at (289, 1). 3. The customer tier legend must be displayed in the upper left corner, with t...
DV_53
Based on the price-related fields in "price_sales_data.xlsx", generate a bar chart: the horizontal axis represents product names or product categories (select the categorical dimension field that exists in the data), the vertical axis represents average price, sorted in descending order by average price, displaying a p...
price_sales_data.xlsx
Data Visualization
chart_77.png
1. The chart title must be "Product Price Analysis (Top 10)", the y-axis label must be empty, and the x-axis must display the specific product names (from left to right: Fashion Trench Coat, Slim-fit Round-neck Knit Dress, Mid-length A-line Skirt, Lady-style Floral Dress, High-waist Jeans, Knitted Cardigan, Simple Comm...
DV_54
Based on the data in "competitor_category_data.xlsx", create a bar chart comparing the monthly sales revenue of Own Store and Competitor Store across different product categories. The horizontal axis must display specific category names, sorted in descending order by Own Store monthly sales revenue, with missing values...
competitor_category_data.xlsx
Data Visualization
chart_78.png
1. The title must be "Monthly Sales Comparison" and centered at the top; the legend must be centered at the bottom, using different colors to represent the data for Own Store and Competitor Store 2. There are 4 categories in total, from left to right: Dress, Top, Pants, Skirt 3. The monthly sales for each category are:...
DV_55
Based on the file "25Q3 outsourcing assessment user data.xlsx", group and aggregate the data by the "Role" field, calculating the "Overall Average Score" for each role (first compute the average of all numeric columns related to scores, then compute the mean for each role). Identify the two roles with the highest and l...
25Q3 outsourcing assessment user data.xlsx
Data Visualization
Overall Average Score Comparison by Role.png
1. The chart clearly displays the descending distribution of average assessment scores by role, ranging from 4.27 to 2.85. 2. The FDE/VPM/XPM role scores significantly lead, at 4.27. 3. The structural role has the lowest average assessment score among all roles, at 2.85.
DV_56
Read the file "25Q3Outsourced Assessment User Data.xlsx", group the data by the "System Name" field, and calculate the "Overall Average Score" for each system (compute the average of all numeric scoring columns for each record, then average those values across all records within that system, rounded to 2 decimal places...
25Q4 outsourcing assessment user data.xlsx
Data Visualization
comparison of overall average scores across systems.png
1. System_01 ranks first with a score of 3.70, nearly 0.24 points ahead of the second-ranked System_02. 2. System_06 has an overall average score of 2.73, making it the only system among all units with a score below 2.8. 3. Performance differences across systems are significant, with a gap of 0.97 points between the hi...
DV_57
Using the data from "File 2 Participants.xlsx", Group by province and calculate the mean activity usefulness score for each province (first compute the mean of all usefulness scores for each user, then compute the mean across users by province), and plot a line chart: the horizontal axis represents provinces (sorted in...
File 2 Participants.xlsx
Data Visualization
Comparison of Group Characteristics by Province.png
1. Anhui Province ranked highest at 4.88, with Jilin Province close behind at 4.78. 2. Shanghai, Tianjin, and Heilongjiang decreased in sequence with minimal differences, while Zhejiang ranked last. 3. The visualization line chart is sorted in descending order by mean score, intuitively presenting the rating trends of ...
DV_58
Based on the age data in "File 2 Participants.xlsx", group the data by age range and calculate the percentage of each group, then draw a line chart to display the distribution trend across different age groups. The horizontal axis represents age ranges (grouped in 10-year intervals: 0-9, 10-19, 20-29, and so on), and...
File 2 Participants.xlsx
Data Visualization
Age Group Distribution Trends.png
1. The line chart shows a trend of first rising then falling. 2. The 30-39 age group has the lowest proportion, at 0.73%, followed by the 0-9 age group. 3. The 10-19 age group has the highest proportion, at 69.69%.
DV_59
Based on the "9 types checkbox" related fields in "File 2 Participants.xlsx", Count the total number of times each type was checked, and generate a bar chart: the horizontal axis shows the names of the 9 types, the vertical axis shows the number of times each type was checked, sorted in descending order by count, with...
File 2 Participants.xlsx
Data Visualization
9 types checkbox distribution.png
1. Overall, it is a bar chart with values decreasing from left to right, showing the frequency distribution of checkbox-type selections 2. The most frequently occurring option is health lectures, with up to 4365 occurrences 3. The least frequent, excluding others, is online services, with 876 occurrences
DV_60
Based on enterprise_data.xlsx, generate an optimized dual-column layout chart containing: a donut chart on the left displaying "Distribution of Enterprise Count Across Sub-sectors of the Digital Core Industry", and a bar chart on the right displaying "High-Tech Enterprise Proportion Across Sub-sectors of the Digital Co...
enterprise_data.xlsx
Data Visualization
digital_core_industry_statistics.png
1. The donut chart on the left shows that the combined "Enterprise Count Proportion (%)" of the Digital Product Manufacturing sector (45.5%) and the Digital Factor-Driven sector (40.7%) exceeds 80%, making them the two "Sub-sector"s with the highest number of enterprises. 2. The bar chart on the right displays the "Hig...
DV_61
Based on the personnel attrition data in the two files "resignation summary table 2024.xlsx" and "resignation summary table 2025.xlsx", generate a bar chart comparing the number of attritions in 2024 vs. 2025. Specific requirements: the horizontal axis represents the time dimension (2024, 2025), and the vertical axis r...
resignation summary table 2024.xlsx resignation summary table 2025.xlsx
Data Visualization
2024 vs 2025 staff turnover comparison.png
1. Monthly attrition in 2024 was relatively volatile, with July and September showing higher headcount losses. 2. 2025 data shows generally lower attrition numbers, with some months recording 0. 3. The highest single-month attrition in 2024 reached 10 employees, while the highest single-month attrition in 2025 was 5 em...
DV_62
Chart: The overall satisfaction average score is 8.98, 67.8% of participants gave high ratings of 9-10, and 95.68% of participants are willing to recommend the club.
youth_health_club_survey_data_descriptive_statistical_analysis_report-full_text-20251104.docx file1.pdf
Data Visualization
Plot Club Satisfaction Data Chart.png
1. Contains 3 parts: overall satisfaction, evaluation, and willingness to recommend. 2. The average overall satisfaction score is 8.98. 3. 67.8% of participants gave a high rating of 9–10, displayed using a pie chart / donut chart, etc. 4. 95.68% of participants are willing to recommend the club, displayed using a pie ...
DV_63
Based on the file AVT.xls, create a line chart showing the trend of KBT values for different product models under different temperature conditions. Specific requirements: the horizontal axis represents temperature (sorted in ascending numerical order), the vertical axis represents KBT values, each model is represented ...
AVT.xls
Data Visualization
KBT change trends for different models at different temperatures.png
1. The KBT values of all models show an increasing trend as temperature rises 2. The temperature increase of product model 2400k is the most significant 3. The KBT values are positively correlated with the model power rating 4. A total of 8 models and 7 temperatures.
DV_64
Based on the data in the file "Experiment 2.xlsx", use the date as the horizontal axis (X-axis) to plot a line chart showing "the trend of Oversize (%) and Undersize (%) over time for the 4.75-9.5 specification". Chart requirements: the horizontal axis represents Date (sorted in ascending chronological order), the vert...
Experiment 2.xlsx
Data Visualization
4.75-9.5mm spec oversize and undersize rate trend chart.png
1. Oversize rate and Undersize rate exhibit approximately inverse fluctuation relationship 2. The Undersize (%) on October 28 is 17.5% 3. The highest point of Undersize (%) is 26.9%.
DV_65
Read the file "resignation summary table 2024.xlsx", and classify positions into two categories: "Key Positions" and "General Positions". Count the number of attritions for each of the two position categories. Generate a bar chart: the horizontal axis represents position type ("Key Positions", "General Positions"), the...
resignation summary table 2024.xlsx
Data Visualization
Key Positions vs General Positions Turnover Comparison.png
1. General position employees have higher turnover, with 32 people. 2. Key position turnover is 22 people. 3. The chart X-axis label is "Position Type".
DV_66
Generate a visualization chart based on the data file: Customer distribution scatter plot: Use the customers' longitude and latitude coordinates as the X-axis (longitude) and Y-axis (latitude) to plot a scatter plot, where each point represents a customer location. The chart title should be "Customer Geographic Distrib...
Copy_Supply_Chain_Analysis_Final_Document.xlsx
Data Visualization
Customer_Distribution_Scatter_Plot.png
1. The point closest to C11 is C3. 2. C11 and C9 have the same color. 3. C6 is located at coordinates (16.4, 23.5).
DV_67
Based on "AI_literacy_assessment-final_integrated_version.xlsx" and "AI_literacy_assessment-original_questionnaire_items_and_scoring_rules.docx" (questions and scoring rules), perform the following tasks: Generate a horizontal bar chart for the first question, with the following requirements: - Chart type: horizontal ...
AI_literacy_assessment-final_integrated_version.xlsx AI_literacy_assessment-original_questionnaire_items_and_scoring_rules.docx
Data Visualization
question_1_option_distribution.png
1. The number of people who chose option B is 1064, and the percentage is 84.2%. 2. Option E has the fewest number of people. 3. Option C ranks in the middle.
DV_68
Based on the columns related to participation frequency in "File 2 Participants.xlsx", count the number of each of the 3 participation frequency types and generate a bar chart. The horizontal axis shows the names of the 3 participation frequency types, and the vertical axis shows the corresponding counts, sorted in des...
Question 7 Format.xlsx file1.pdf File 2 Participants.xlsx
Data Visualization
Participation Frequency Type Distribution Bar Chart.png
1. Participation frequency is inversely related to the number of participants 2. Low-frequency participants constitute the majority group 3. There are significant order-of-magnitude differences among the three frequency categories
DV_69
Based on the "Gender" field in "File 2 Participants.xlsx", count the number and proportion of males and females respectively, and create a bar chart for comparison. The horizontal axis represents gender categories (Male, Female), and the vertical axis represents the count. The chart title is "Gender Distribution Compar...
Question 7 Format.xlsx file1.pdf File 2 Participants.xlsx
Data Visualization
Gender distribution comparison chart.png
1: It is clearly visible that the proportion of female participants is higher than that of male participants 2: The number of both male and female participants each exceeds 2000 3: There are 977 more female participants than male participants
DV_70
Based on the "Province" field and relevant group characteristic indicators in "File 2 Participants.xlsx", create a bar chart: the horizontal axis shows each province (sorted in descending order by number of participants, Top 10 only), and the vertical axis shows the mean value of the core group characteristic indicator...
Question 7 Format.xlsx file1.pdf File 2 Participants.xlsx
Data Visualization
Provincial Group Characteristics Comparison Chart.png
1: Guangxi Zhuang Autonomous Region has the lowest group characteristic ratio 2: Jiangsu Province, Hebei Province, and Henan Province have an average age exceeding 18 years 3: Jiangsu Province has the highest average age
DV_71
Based on the data in File 2 Participants.xlsx, compute the Pearson correlation coefficient matrix among all numeric columns and generate a correlation heatmap. Heatmap requirements: use color blocks to represent correlation coefficient strength (ranging from -1 to 1), with the color scheme red for positive correlation,...
Question 7 Format.xlsx file1.pdf File 2 Participants.xlsx
Data Visualization
variable_correlation_heatmap.png
1: The correlation coefficient between every variable and itself equals 1 (shown as the darkest red block) 2: Some pairs of variables exhibit relatively high positive correlations — for example, the correlation coefficient between "Interpersonal relationships" and "Life planning" reaches 0.48, and the correlation coef...
DV_72
Read the data from the file "two types of headphone data.png", and extract the following 5 battery-life metrics for the two earphone models Product_A and Product_B: (1) single-charge battery life, (2) charging-case total battery life, (3) 10-minute quick-charge battery life, (4) call battery life, (5) battery life in n...
two types of headphone data.png
Data Visualization
5-dimension radar chart.png
1: In the "Quick Charge 10-min Playback Time" dimension, Product_B's value is only 0.3, far below Product_A, making it a clear weak point in its battery performance. 2: In the "Battery Life in Noise-Cancellation Mode" dimension, both products have identical values, indicating that once noise cancellation is enabled, t...
DV_73
Based on the provided Nanjing Pharmaceutical AI Project Set Excel file, generate three separate four-quadrant bubble charts, one for each "Launch Year" value (2026, 2027, 2028). The specific requirements for each chart are as follows: 1. X-axis: The project's "Total Feasibility Dimension Score" (if the field name in t...
AI_digital_transformation_project_portfolio_and_roadmap_(12.18).xlsx
Data Visualization
bubble_chart_2026.png bubble_chart_2027.png bubble_chart_2028.png
1. 2026 (42 projects): Dominated by supply chain (green) and operations management (red) projects; high feasibility + high importance (Quadrant I) projects account for approximately 35%; 2. 2027 (47 projects): Logistics (blue) projects increase significantly; low feasibility + high importance (Quadrant II) projects req...
DV_74
Read the file "data_analysis2025.12.19.xlsx", filter for 2025 closed-deal records, and aggregate the total transaction amount by province for each client type (state-owned enterprise, government, private enterprise, individual). For each client type, generate a China map heatmap where the color intensity of each provin...
data_analysis2025.12.19.xlsx
Data Visualization
individual_client_transaction_amount_distribution.png state_owned_enterprise_client_transaction_amount_distribution.png private_enterprise_client_transaction_amount_distribution.png government_client_transaction_amount_distribution.png
Individual Client Transaction Amount Distribution Chart 1: Guangdong has the highest individual client transaction amount 2: Shaanxi has the lowest individual client transaction amount 3: All provinces show a positive correlation in individual client transaction amounts Private Enterprise Client Transaction Amount D...
DV_75
Read the file "2025 transaction_information_-_copy.xlsx", sum the transaction amounts for 2025 by province field to obtain the total transaction amount for each province. Sort the results in descending order by total transaction amount. Generate a bubble chart named "Total Transaction Amount by Province.png", arranged ...
2025 transaction_information_-_copy.xlsx
Data Visualization
Total Transaction Amount by Province.png
1: Xinjiang leads in total transaction amount: Xinjiang's total transaction amount reaches 1,300,117 (10,000 yuan), making it the province with the highest total transaction amount in the chart (corresponding to the darkest color in the legend). 2: Guizhou ranks last in total transaction amount: Guizhou's total transa...
DV_76
Beautify the table above: center and bold the text in cells, color the cells blue, following a blue-light blue-blue-light blue pattern. Output image name: after_beautification.png
2c82d54cf92ad14872831615fc7981fb.png
Data Visualization
after_beautification.png
1. Text is centered and bolded in the cell; 2. Cells are colored blue, following the pattern of blue-light blue-blue-light blue
DV_77
What is the gender distribution in the survey sample? Present it as a pie chart with white numeric labels on each corresponding slice, where the slice for male is blue, female is red, and other options are green. Name the file Gender_Proportion.png, and the chart should have the title "Gender_Proportion" centered at th...
Copy_Group_Assignment.docx
Data Visualization
Gender_Proportion.png
1. Male respondents account for 41.67%, female for 37.5%, and another 20.83% selected "Other" or "All" options, showing a relatively balanced overall distribution. 2. In the chart, the range corresponding to males is blue, females is red, and other options is green. 3. The chart must have a centered title "Gender Distr...
DV_78
Based on the data in "Thesis Questionnaire Data.xlsx", divide the samples into three groups — "High Deviation", "Moderate Deviation", and "Low Deviation" — according to the "deviation" field (or the categorization field most semantically similar to it). Calculate the corresponding percentages and present them as a pie ...
Thesis Questionnaire Data.xlsx
Data Visualization
Major Selection Bias Level Distribution Pie Chart.png
Numbers must be labeled on the tiles in black font, tile colors: high deviation - light green 10.2%, moderate deviation - light blue 32.8%, low deviation - light pink 57.0%, title: Major Selection Deviation Level Distribution
DV_79
Sum the leads and leads % of total data corresponding to the same day, and plot a bar chart where the horizontal axis represents dates in ascending order from left to right, the vertical axis represents values, the legend corresponds to leads and leads % of total, the title is "Daily Leads and Leads % of Total Sum", an...
Traffic_Daily_-_superset.xlsx
Data Visualization
daily_leads_summary.png
The horizontal axis represents dates, ascending from left to right from 2025-11-01 to 2025-12-04, the vertical axis represents values, the legend corresponds to leads and leads % of total, and the title is "Daily Leads and Leads % of Total Sum"
DV_80
Based on the 3 form datasets, analyze the geographic distribution of customers who have placed orders. Aggregate the number of ordering customers by geographic dimension, and generate a bar chart for visualization. The horizontal axis represents geography (country or region), the vertical axis represents the number of ...
inquiry_followup_table_desensitized(111).xlsx data_overview_data_overview_report_October.xlsx data_overview_data_overview_report_November.xlsx
Data Visualization
province.png prefecture_level_city.png
1. Zhejiang Province customers hold an absolute dominant position 2. Jiangsu Province ranks second 3. Customers from other regions are distributed relatively evenly
DV_81
Based on the sales data for January–October of years 24 and 25 in the file (excluding e-commerce), calculate the monthly sales amount (or sales volume — use whichever numeric field in the file best matches the semantic meaning of "offtake" or "sales"), and aggregate the monthly total sales for both year 24 and year 25 ...
24-25 Wyeth Tianji Two Channels (Excl. E-commerce) Jan-Oct Offtake_Jan-Oct YoY.xlsx
Data Visualization
Sales Trend Comparison.png
1. Sales in 2025 "lead in the vast majority of months", with only October sales falling below the same period in 2024 2. February–March are peak sales months - February 2025: 1.7078 million, March 2025: 1.8526 million 3. October shows the best sales performance - October 2024 reached 1.7030 million, the annual high
DV_82
Based on the CAT-related data in the data file, create a bar chart: the horizontal axis should use the column containing CAT-related exposure concentrations (e.g., "xxx xx mg/L"), with the axis title labeled "Exposure Concentration" translated as "Exposure Concentration"; the vertical axis should display the "CAT" indi...
new_XLSX_worksheet.xlsx
Data Visualization
bar_chart.png
1. The PtNP25 0.1 mg/L group has the highest CAT mean (86.69 U/mg FW) 2. The Control 0.0 mg/L group ranks second (80.87 U/mg FW) 3. The PtNP70 1.0 mg/L group has the lowest CAT value (6.55 U/mg FW), with significant differences among groups
DV_83
Based on the data in online_courses.csv, count the number of courses for each course category (the "category" field) and each platform (the "platform" field) respectively. Generate horizontal bar charts (bar charts) where the x-axis represents the number of courses and the y-axis represents the category or platform nam...
online_course.csv
Data Visualization
result.png
I. Statistics by Category 1. Finance courses are the most numerous (122 courses) 2. The middle tier (Design, Data Science, etc.) have similar counts 3. Technology courses are the fewest (88 courses) II. Statistics by Platform 1. The four major platforms are evenly distributed 2. The maximum gap between platforms i...
DV_84
Shortcomings of Short-Video Platforms in Disseminating Local Culture and Tourism Information (Unit: %)\r\nData Distribution:\r\nExcessive Commercialization: 30%\r\nSevere Content Homogenization: 20%\r\nDifficulty Ensuring Information Authenticity: 30%\r\nOthers: 10%. Create a bar chart based on the above information
null
Data Visualization
res.png
1. The chart is a vertical bar chart displaying 4 problem categories in total. 2. "Over-commercialization" and "Difficulty guaranteeing information authenticity" are tied for the highest proportion, each at 30%. 3. The "Other" category has the lowest proportion, at only 10%. 4. "Severe content homogenization" has a mod...
DV_85
I am a member of the company's data analytics team. We have a real estate dataset that needs to be analyzed by your team. The dataset contains 545 real estate records (already cleaned), with attributes including house price, house area, number of bedrooms, number of bathrooms, number of floors, whether it is located on...
CAIP-6091.xlsx
Data Visualization
Q37_vis.png
1. Both the horizontal and vertical axes contain 12 feature variables, such as price, area, bedrooms, etc. 2. Excluding the diagonal, the correlation coefficient between house price (price) and house area (area) is the highest, at 0.54. 3. The number of stories (stories) and basement (basement) show a negative correlat...
DV_86
Calculate the average tenure for each department and generate a bar chart. The department names must be clearly visible, and the average tenure value for each department should not be labeled on the chart.
Personnel Information Simulation Table-Visualization.xlsx
Data Visualization
Q50_vis.png
1. The chart displays a comparison of Average Tenure across 8 departments from A to H. 2. Department B has the highest Average Tenure, with a value exceeding 4. 3. Department A has the lowest Average Tenure, with a value of approximately 1.5. 4. Do not label the Average Tenure data for each department.
DV_87
Calculate the average tenure for each department, and generate a bar chart with department names clearly visible, with the average tenure data labeled for each department.
Personnel Information Simulation Table-Visualization.xlsx
Data Visualization
Q51_vis.png
1. The department with the highest Average Tenure is B, with a value of 4.38. 2. The value for Department F is 2.38.
DV_88
Create a bar chart showing the number of competitions for each department
2024 College Student Competition Projects.xlsx
Data Visualization
Q60_vis.png
1. The School of Modern Business has the highest number of competitions, with a value of 43. 2. There are 7 departments in the chart, and the data is arranged in descending order by value. 3. The Teaching Service Center and the Network and Information Service Center have the smallest values, both being 2.
DV_89
Create a pie chart based on the data in Sheet1 of the spreadsheet
data.xlsx
Data Visualization
Q94_vis.png
1. The pie chart contains two sectors, where "believe there is an impact" has the highest proportion, with a value of 0.9455. 2. "believe there is no impact" has a smaller proportion, with a value of 0.0545.
DV_90
Based on the data for Tulong Information Co., Ltd. in the table, create a bar chart using the population count and actual elderly population data
2024 physical examination rate spring compilation.xlsx
Data Visualization
Q112_vis.png
null
DV_91
Help me generate a project plan Gantt chart (each process defaults to a duration of 3 months). Tasks under the same objective should use the same color and be placed on the same row. The horizontal axis is "Time", starting from 2024-12, with every month displayed. The vertical axis is "Project Module". The title should...
Workbook.xlsx
Data Visualization
old_chart_10.png
1. There must be exactly four rows, each in a different color 2. The horizontal axis must be "Time", starting from 2024-12, with every month displayed. The vertical axis must be "Project Module". The title must be "Drone Project Plan Gantt Chart". There must be a legend in the upper right corner indicating the project ...
DV_92
Based on the crop data in "Attachment 2.xlsx", calculate the correlation coefficients among yield per mu, planting cost, and selling unit price, and generate a correlation heatmap. Specific requirements: Both the horizontal and vertical axes represent the three indicators involved in the analysis (Yield per Mu / Jin, P...
Attachment 2.xlsx
Data Visualization
Q130_vis.png
1. Yield per Mu vs Planting Cost (0.79): Shows a strong positive correlation — crops with higher yield per mu tend to have higher planting costs. 2. Yield per Mu vs Selling Unit Price (-0.36): Shows a weak negative correlation — crops with higher yields tend to have lower unit prices. 3. Planting Cost vs Selling Unit P...
DV_93
Please create a scatter analysis chart titled 'Crop Planting Scale and Production Efficiency', with the following specific requirements: Data Processing: Use 'Planting Area (mu)' as the horizontal axis (X-axis) and 'Yield per Mu / Jin' as the vertical axis (Y-axis). Data Labels: Clearly label the corresponding Crop Nam...
planting area and yield per mu.xlsx
Data Visualization
scatter analysis of crop planting scale and production efficiency.png
1. Most points are located in the lower-left corner. 2. There are no points in the high-yield large-area region. 3. The lowest-yield niche crop is oat (Oat (Youmai)). 4. Mung bean and millet are very close to each other. 5. Water spinach falls in the upper-left quadrant.
DV_94
First calculate the total Payment Amount for each of the top 7 Withdrawing Merchants, then generate a bar chart displayed in descending order by amount
merchant_weekly_withdrawal.xlsx
Data Visualization
old_chart_13.png
1. All merchants are ranked in descending order by Payment Amount. 2. The merchant with the highest Payment Amount is "user_6", with an amount of 29455.00. 3. The merchant with the lowest Payment Amount is "user_19", with an amount of only 6936.00.
DV_95
Based on sheet3, generate a pie chart with the title "Category Proportion Pie Chart". Display the proportion values rounded to two decimal places in black font on the sectors, with the category names shown outside their corresponding sectors.
2024 middle school exam math analysis data archive.xlsx
Data Visualization
Q141_vis.png
1. Contains 4 category sectors in total. 2. "Mathematics Integrated into Life" has the highest proportion, reaching 52.94%. 3. "The Intersection of Mathematics and Technology" ranks second, accounting for 23.53%. 4. The smallest proportion is "The Integration of Mathematics and Humanities & Arts", accounting for only 5...
DV_96
In the "Crop Planting Situation in 2023" table, for the "Crop Name" column, generate a pie chart (top 4 only, plus Others). Remove non-crop-name entries.
Attachment 2.xlsx
Data Visualization
Q144_vis.png
1. The largest share belongs to the "Others" category, reaching 61.8%. 2. Among specific crops, "Wheat" has the highest share at 11.8%. 3. Corn, Millet, and Chinese Cabbage have the same share, each at 8.8%. 4. The pie chart is divided into a total of 5 sectors.
DV_97
Help me create a trend chart of the Member TC achievement rate for Store 2 in August, and add a trendline. The chart title should be "August 2024 Store 2 Member TC Achievement Rate Trend Chart", the vertical axis title should be "TC Achievement Rate", and the horizontal axis title should be "Date". No need to provide s...
member_data.xlsx
Data Visualization
Q145_vis.png
1. The chart is a line chart with one trendline 2. The TC achievement rate fluctuates significantly throughout August, with the lowest value appearing on August 5 (approximately 0.408) and the highest value appearing on August 19 (approximately 0.833) 3. The trendline shows a slight upward trend
DV_98
In chronological order, present the Minute-level flow rate and Product price in the form of a line chart, and display the minute-level node data points on the chart.
product_ranking.xlsx
Data Visualization
product_ranking_line_chart.png
1. The chart shows the trends of Minute-level flow rate and Product price over time (1 minute to 40 minutes). 2. Minute-level flow rate reaches its peak at minute 23, with a value of 1000. 3. The Minute-level flow rate line remains stable from minute 24 to minute 26, with a value of 666 throughout. 4. The red line (Pro...
DV_99
Help me analyze the workload comparison of three people in July and August 2024, using a combination chart (stacked bar chart + line chart). Use the stacked bar chart to display the workload of the three people, and use the line chart to show the trend. Note: 1. There are four bars in total: July 2024 Proofreading, Jul...
workload_statistics.xlsx
Data Visualization
workload_comparative_analysis.png
1. A total of four bar groups: July 2024 Proofreading, July 2024 Review, August 2024 Proofreading, and August 2024 Review. Two line series. 2. The same employee uses the same color in both Proofreading and Review. 3. Place the legend in the upper-right corner. 4. Both vertical axes use the same range. 5. Label the valu...
DV_100
Using 202401-202408 as the horizontal axis and the data in the third row as the vertical axis, create a line chart displaying three separate lines for: Sum of Sales Amount, Sum of Target, and Sum of Same Period Last Year
Workbook.xlsx
Data Visualization
Q153_vis.png
1. The chart displays the trends of three lines during the period from 202401 to 202408: "Sum of Sales Amount", "Sum of Target", and "Sum of Same Period Last Year". 2. "Sum of Sales Amount" reaches its highest point in 202401 (exceeding 900000), followed by a sharp decline in 202402. 3. "Sum of Target" starts at 0 in 2...
End of preview. Expand in Data Studio

Dataset Card for AIDABench

Links

Dataset Summary

AIDABench is a benchmark for evaluating AI systems on end-to-end data analytics over real-world documents. It contains 600+ diverse analytical tasks grounded in realistic scenarios and spans heterogeneous data sources such as spreadsheets, databases, financial reports, and operational records. Tasks are designed to be challenging, often requiring multi-step reasoning and tool use to complete reliably.

Overview of AIDABench Framework

Figure 1: Overview of the AIDABench evaluation framework.

Supported Tasks and Evaluation Targets

AIDABench focuses on practical document analytics workflows where a model/agent must read files, reason over structured data, and produce a final deliverable.

Task Categories

The dataset is organized around three primary capability dimensions:

  • File Generation (43.3%)
    Data wrangling and transformation tasks such as filtering, normalization, deduplication, joins, and cross-sheet linkage, with outputs as generated files (e.g., spreadsheets).

  • Question Answering (QA) (37.5%)
    Analytical queries such as aggregation, averages, ranking, comparisons, and trend analysis, with outputs as final answers.

  • Data Visualization (19.2%)
    Chart creation/adaptation tasks (e.g., bar/line/pie) including style requirements and presentation constraints, with outputs as figures or chart files.

Evaluation Scenarios

Figure 2: Example evaluation scenarios for QA, Data Visualization, and File Generation.

Task Complexity

Tasks are stratified by the number of expert-level reasoning steps required:

  • Easy (29.5%): ≤ 6 steps
  • Medium (49.4%): 7–12 steps
  • Hard (21.1%): ≥ 13 steps
  • Cross-file Reasoning: 27.4% of tasks require reasoning over multiple input files (up to 14 files).

Data Formats

Most inputs are tabular files (xlsx/csv dominate), complemented by DOCX and PDF formats to support mixed-type document processing.

Evaluation Framework

All models are evaluated under a unified tool-augmented protocol: the model receives task instructions and associated files, and can execute arbitrary Python code within a sandboxed environment to complete the task.

To align with task categories, AIDABench uses three dedicated LLM-based evaluators:

  1. QA Evaluator
    A binary judge that determines whether the produced answer matches the reference (under the benchmark’s scoring rules).

  2. Visualization Evaluator
    Scores both correctness and readability of generated visualizations.

  3. Spreadsheet File Evaluator
    Verifies generated spreadsheet outputs with a coarse-to-fine strategy, combining structural checks with sampled content validation and task-specific verification.

Evaluator Design

Figure 3: The design of the three types of evaluators in AIDABench.

Baseline Performance

Results indicate that complex, tool-augmented document analytics remains challenging: the best-performing baseline model (Claude-Sonnet-4.5) achieves 59.43 pass@1 on AIDABench (see the paper for full settings, model list, and breakdowns).

Intended Uses

AIDABench is intended for:

  • Evaluating agents or tool-using LLM systems on realistic document analytics tasks
  • Benchmarking end-to-end capabilities across QA, file generation, and visualization
  • Diagnosing failure modes in multi-step, multi-file reasoning over business-like data

Limitations

  • The benchmark is designed for tool-augmented settings; purely text-only inference may underperform due to the need for code execution and file manipulation.
  • Automated evaluation relies on LLM judges, which introduces additional compute cost and (small) scoring variance depending on settings.

Citation

If you use this dataset, please cite the original paper:

@article{yang2026aidabench,
  title={AIDABENCH: AI DATA ANALYTICS BENCHMARK},
  author={Yang, Yibo and Lei, Fei and Sun, Yixuan and others},
  journal={arXiv preprint},
  year={2026}
}

Downloads last month
1,799

Paper for MichaelYang-lyx/AIDA