Learn practical skills, build real-world projects, and advance your career

Graded Questions code stub

This code stub will guide you for all the graded questions for EDA module, we will be buidling solution on the 'Dress' and 'Dress Sales' dataset for all the graded questions.

import jovian
jovian.commit()
[jovian] Attempting to save notebook.. [jovian] Updating notebook "ratan/edagradedexercise" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/ratan/edagradedexercise
#Import the required Libraries.
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns

Data Cleaning

Data Reading & Data Types