Browse our comprehensive collection of AI prompts tagged with Data Science.
Get Copilot to write a robust data analysis script using Pandas and Matplotlib.
Write a Python script using pandas and matplotlib to load a CSV file named 'data.csv'. The script should clean the data by dropping rows with missing values, calculate the summary statistics for the numeric columns, and generate a bar chart showing the top 10 categories in the 'Category' column. Save the chart as a PNG file.