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

Exploratory-Data-Analysis-Retail

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="exploratory-data-analysis-retail")
[jovian] Error: Failed to read the Jupyter notebook. Please re-run this cell to try again. If the issue persists, provide the "filename" argument to "jovian.commit" e.g. "jovian.commit(filename='my-notebook.ipynb')"
import pandas as pd
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt