Learn practical skills, build real-world projects, and advance your career
import warnings
warnings.filterwarnings('ignore')
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
df=pd.read_csv("https://raw.githubusercontent.com/Adeshppp/AIML-B2/main/data.csv")