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

python-analysis

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import seaborn as sns
import pandas as pd
tips = sns.load_dataset('tips')
tips.head()

How many weekdays are present in the dataset