Complete Python Seaborn Data Visualization Tutorial for Beginners

preview_player
Показать описание
In this python complete seaborn tutorial for beginners I've talked about all the different types of chart that is part of seaborn tutorial.

Рекомендации по теме
Комментарии
Автор

You might get an error while reading an excel file using pandas. The code could be something like this:
df2=pd.read_excel('D:\Sales Data.xlsx', sheet_name='Data')

Even after installing xlrd, the issue remains same. To address this issue, install openpyxl using pip command and use the following code in place of the above code:

pd.read_excel('cat.xlsx', engine='openpyxl')

SriramM
Автор

Thanks a lot sir, it really helped a lot for me as a beginner
You are doing great work

subhajitadhikary
Автор

Thanks for the great video. It's really helpful

simonnjengaa
Автор

we are not able to find sales.xlsx file

nipunagrawal
welcome to shbcf.ru