The goal of this project is to process and analyze real-world business data using Python and Tableau.

QUESTION

BUSI 650 – Final Project

Business Analytics Data Processing 

The goal of this project is to process and analyze real-world business data using Python and Tableau.

Step 1: Data Loading and Analysis

Download the ” finalproject_dataset_group#” dataset provided on Moodle.

Examine the data structure and contents. Plot the data points on a graph and examine the trend over time. For your plot, consider Xlable, Ylable, and title. (10 points)

Identify and handle missing values by imputing them with an appropriate technique. Present ‘before’ and ‘after’ plots of the dataset to demonstrate the effectiveness of your technique. Explain how many missing values you have and describe the technique you used to handle missing values. (10 points)

Identify and describe the outliers on the cleaned dataset.  (10 points)

Perform correlation analysis on the cleaned dataset. Identify relevant variables and calculate their correlation coefficients. Interpret the correlation coefficients to understand the relationships between variables.  (10 points)

Import the cleaned dataset into Tableau. 

Create a scatter plot of each feature in Tableau. Scatter plots typically involve two variables (x and y) to visualize the relationship between them. However, in order to create a scatter plot of each single feature in this part, you can create a calculated field by a constant. In the Data pane, right-click on “cleaned_dataset.csv” and select “Create Calculated Field.” Name the calculated field (e.g., “Time”). (15 points)

For each feature, apply appropriate filter to remove the outliers and present ‘before’ and ‘after’ plots of the features to demonstrate the effectiveness of your technique. (10 points)

Summarize key project steps, highlighting the results and techniques in data exploration, cleaning, regression, and Tableau visualization. Provide clear and concise explanations for each step during the presentation with a total presentation time of under 3 minutes. Record your video using PowerPoint of Teams’ recording feature. Ensure your face is clear and visible during the presentation. (20 points)

Step 2: Data Visualization and Cleaning 

  • Step 3: Regression Modeling
  • What would be the appropriate variables for regression analysis? Define the dependent and independent variables and provide your rationale. (use the results of correlation analysis) (10 points)
  • Export the cleaned dataset to an Excel file using the following code in colab: (5 points)
  • Download your Python code in .ipynb format, as well as your cleaned dataset in a CSV file.
  • df.to_excel(‘/content/cleaned_dataset.csv’, index=False)
  • Step 4: Interactive Visualizations by Tableau
  • Replace the formula with the following number: 1.
  • Now, you can create a scatter plot:
  • Drag each feature to the Columns shelf.

Drag the “Time” calculated field to the Rows shelf.

Step 5: Presentation

Get your college paper done by experts

Do my question How much will it cost?

Place an order in 3 easy steps. Takes less than 5 mins.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *