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

consumer-data

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="consumer-data")
import pandas as pd
import os
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns