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

preview_player
ะŸะพะบะฐะทะฐั‚ัŒ ะพะฟะธัะฐะฝะธะต

๐——๐—˜๐—ฆ๐—–๐—ฅ๐—œ๐—ฃ๐—ง๐—œ๐—ข๐—ก
โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€
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:

๐—ง๐—ข๐—ข๐—Ÿ๐—ฆ ๐—”๐—ก๐—— ๐—ฅ๐—˜๐—ฆ๐—ข๐—จ๐—ฅ๐—–๐—˜๐—ฆ
โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€

๐—–๐—ข๐—ก๐—ก๐—˜๐—–๐—ง ๐—ช๐—œ๐—ง๐—› ๐— ๐—˜
โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€

โ˜• ๐—•๐˜‚๐˜† ๐—บ๐—ฒ ๐—ฎ ๐—ฐ๐—ผ๐—ณ๐—ณ๐—ฒ๐—ฒ?
ะ ะตะบะพะผะตะฝะดะฐั†ะธะธ ะฟะพ ั‚ะตะผะต
ะšะพะผะผะตะฝั‚ะฐั€ะธะธ
ะะฒั‚ะพั€

can't thank you enough for this. you have no idea how much THIS helped me

ricky
ะะฒั‚ะพั€

In 2:16, when i rename my text file just like you, the logo didnt transfer to the "atom" logo, can you please help me describe specifically how you do that

nambuiphuong
ะะฒั‚ะพั€

Thank you so much. I can't even to begin to explain how much this has helped me!

augustadeclan
ะะฒั‚ะพั€

Is there something similar we can execute inside of a jupyter notebook to give us the same stats?

M_le-nr
ะะฒั‚ะพั€

if i want to build my own function to print the columns names from csv file
not using exist libraries
How can I do that

fatimahalshahrani
ะะฒั‚ะพั€

Moin Sven, wirklich geile tutorials, Danke Dir sehr!!!! Ich habe folgendes Problem, ich kann Pandas-Profiling nicht installieren, nach einer Weile kommt "ERROR: Could not build wheels for phik, which is required to install pyproject.toml-based projects". Bei stackoverflow gibt es noch keine Lรถsungenโ€ฆVielen Dank, freue mich auf weitere Videos!!!! LG Chris

chrisk.
ะะฒั‚ะพั€

thanks a lot. But you should use pip install ydata-profiling rather than pip install pandas-profiling

turalnagi
ะะฒั‚ะพั€

that's really surprising to see this way of Eda . thank you

flyeagle
ะะฒั‚ะพั€

what is the program you use to run code on?

omardonia
ะะฒั‚ะพั€

Can you help me how can I do the exploratory data analysis by create my own function ๐Ÿ™

fatimahalshahrani
ะะฒั‚ะพั€

I can't get "pip install pandas" to work in CMD. Is there anyone how knows what im doing wrong? Error message: 'pip' is not recognized as an internal or external command, operable program or batch file.

TheJonas
ะะฒั‚ะพั€

can you help me, how can i print columns headers without using own function??

fatimahalshahrani
ะะฒั‚ะพั€

Hey whats the atom extension you are using ?

sigfigronath
ะะฒั‚ะพั€

why i got error for 'from pandas_profiling import ProfileReport' ?

ariewidya
ะะฒั‚ะพั€

Update: Pandas Profiling syntax has now been changed to ydata_profiling

So your code would look like this

import pandas as pd
from ydata_profiling import ProfileReport

jesterr
welcome to shbcf.ru