nguynththuylinh / penguin

0 stars 0 forks source link

python #1

Open nguynththuylinh opened 3 months ago

nguynththuylinh commented 3 months ago

Import packages

import pandas as pd import seaborn as sns

shubhansh13 commented 3 months ago

These imports will allow you to work with data frames using pandas and create visualizations using seaborn.

PrasannaKatabattini commented 3 months ago

Python script or a Jupyter notebook and importing necessary packages. pandas and seaborn are excellent choices for data manipulation and visualization