Python Bytes - Describe Panda Dataframe

Published: 19 April 2023
on channel: AC
815
13

#Coded by Andrew C

import pandas as pd
from sklearn import datasets

wine_dataset = datasets.load_wine()

wine = pd.DataFrame(wine_dataset.data, columns=wine_dataset.feature_names)

print(wine['alcohol'].describe())


Watch video Python Bytes - Describe Panda Dataframe online without registration, duration hours minute second in high quality. This video was added by user AC 19 April 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 815 once and liked it 13 people.