In this lesson we will learn how to VIEW DATA in pandas. Make sure you watch and practice my lessons at the same time.
Chapters:
1:40 - Reading the Files with the read_csv in PANDAS
2:55 - How to use DELIMITER instead of SEP as a separator
4:30 - Output the number of rows and columns with the help of df.shape
5:00 - Print out the summary information about your dataframe with the help of df.info
5:38 - Use of head and tail to output the certain number of rows and columns in PANDAS
6:50 - Check the datatypes of your columns with the help of dtypes attribute
7:40 - Use of AXES attribute both with Series and dataframes
8:45 - How to use copy() method to copy the existing dataframe to another variable
9:35 - 11:20 - Different ways of printing out the column names in PANDAS
12:30 - How to print out the specific column / columns in a DATAFRAME in pandas
#python #ai #bigdata #dataanalysis #datascience #dataframes #dataanalytics #pandas
Source code:
https://github.com/Rruhid/data
Contact Me:
Linkedin: https://www.linkedin.com/in/ruhid-shihkerimov
Gmail: [email protected]
Download
0 formats
No download links available.
PYTHON PANDAS TUTORIAL #8 - HOW TO READ AND VIEW THE DATA IN PANDAS | NatokHD