Weather Analysis Using Python | Exploratory Data Analysis Using Python | Data Analysis using Python
In this video, you will learn how to work on a real project of Data Analysis with Python. Questions are given in the project and then solved with the help of Python. It is a project of Data Analysis with Python or you can say, Data Science with Python.
The commands that we used in this project :
head() - It shows the first N rows in the data (by default, N=5).
shape - It shows the total no. of rows and no. of columns of the dataframe
index - This attribute provides the index of the dataframe
columns - It shows the name of each column
dtypes - It shows the data-type of each column
unique() - In a column, it shows all the unique values. It can be applied on a single column only, not on the whole dataframe.
nunique() - It shows the total no. of unique values in each column. It can be applied on a single column as well as on the whole dataframe.
count - It shows the total no. of non-null values in each column. It can be applied on a single column as well as on the whole dataframe.
value_counts - In a column, it shows all the unique values with their count. It can be applied on a single column only.
info() - Provides basic information about the dataframe.
Sur cette page du site, vous pouvez voir la vidéo en ligne Weather Analysis Using Python | Exploratory Data Analysis Using Python | Data Analysis using Python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Analytics Basics 19 juin 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 394 fois et il a aimé 6 téléspectateurs. Bon visionnage!