Weather Analysis Using Python | Exploratory Data Analysis Using Python | Data Analysis using Python

Published: 19 June 2023
on channel: Analytics Basics
394
6

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.


On this page of the site you can watch the video online Weather Analysis Using Python | Exploratory Data Analysis Using Python | Data Analysis using Python with a duration of hours minute second in good quality, which was uploaded by the user Analytics Basics 19 June 2023, share the link with friends and acquaintances, this video has already been watched 394 times on youtube and it was liked by 6 viewers. Enjoy your viewing!