Download the Titanic or Iris dataset from a public source. Clean the data (handle missing values and data types), then create 3 visualizations: a bar chart, a histogram, and a scatter plot. Write a short...
Using a provided dataset, complete a full machine learning project. Tasks Choose an appropriate machine learning model for the dataset. Split data into training and testing sets. Train the model using Scikit-Learn. Evaluate performance using...
Analyze a retail sales dataset and create visualizations that communicate key business insights. Tasks Create one bar chart showing category performance Create one line chart showing sales over time Create one histogram showing value distribution...