filmov
tv
Turn Your Excel Worksheet Into An Exploratory Data Analysis Report In Just 3 Lines Of Python Code ๐ฅ

ะะพะบะฐะทะฐัั ะพะฟะธัะฐะฝะธะต
๐๐๐ฆ๐๐ฅ๐๐ฃ๐ง๐๐ข๐ก
โโโโโโโโโโโโโโโโโโโโโโโโโโ
In this tutorial, I will show you, how you can turn your Excel Worksheet into an interactive Exploratory Data Analysis Report in just 3 lines of code.
We can achieve this by using the python library โPandas Profilingโ. This very useful library will help you to speed up your data analysis.
โ Chapters:
0:00 Demo
0:45 Introduction
2:19 Python Code
7:24 Outro
_____________________________________________________________________
๐ SOURCE CODE:
import pandas as pd # pip install pandas openpyxl
from pandas_profiling import ProfileReport # pip install pandas-profiling
# LINK TO DATASET:
# Pandas-Profiling GitHub Link:
# Read CSV File
# Read Excel File
# Create Pandas Profiling Report
profile = ProfileReport(df, title="Pandas Profiling Report")
_____________________________________________________________________
Files of the tutorial [Google Drive]:
Pandas Profiling GitHub Page:
๐ง๐ข๐ข๐๐ฆ ๐๐ก๐ ๐ฅ๐๐ฆ๐ข๐จ๐ฅ๐๐๐ฆ
โโโโโโโโโโโโโโโโโโโโโโโโโโ
๐๐ข๐ก๐ก๐๐๐ง ๐ช๐๐ง๐ ๐ ๐
โโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐๐๐ ๐บ๐ฒ ๐ฎ ๐ฐ๐ผ๐ณ๐ณ๐ฒ๐ฒ?
ะะพะผะผะตะฝัะฐัะธะธ