How to Quickly Perform Exploratory Data Analysis (EDA) in Python using Sweetviz

  Рет қаралды 21,991

Data Professor

Data Professor

Күн бұрын

Пікірлер: 69
@DataProfessor
@DataProfessor 3 жыл бұрын
👉Watch this video next (How to learn data science in 2021) kzbin.info/www/bejne/pYOZaGOKrdybbpo Support this Channel 👇👇👇 🌟 Buy me a coffee www.buymeacoffee.com/dataprofessor 🌟 Download Kite for FREE www.kite.com/get-kite/? 👉 Subscribe to this KZbin channel kzbin.info 👉 Join the Newsletter of Data Professor newsletter.dataprofessor.org
@DatascienceConcepts
@DatascienceConcepts 4 жыл бұрын
Excellent topic! I see so many students struggling with EDA, this should be helpful.
@DataProfessor
@DataProfessor 4 жыл бұрын
Thank you for watching! Glad you think so!
@AndrewMoMoney
@AndrewMoMoney 4 жыл бұрын
woot! so many uploads, love it Chanin!
@DataProfessor
@DataProfessor 4 жыл бұрын
Nice to see you here, Andrew! Glad you enjoyed it! 😊
@margaretblack5474
@margaretblack5474 Жыл бұрын
Thank you for putting this content together! This package is just what I’ve been looking for.
@TinaHuang1
@TinaHuang1 4 жыл бұрын
This is so helpful!! Doing EDA now and gonna check this out. Thank you!!
@DataProfessor
@DataProfessor 4 жыл бұрын
Awesome, thanks for watching Tina!
@temiwale88
@temiwale88 3 жыл бұрын
Using this now for quick exploration of my data. Thanks again Data Professor!
@DataProfessor
@DataProfessor 3 жыл бұрын
Thanks for watching Elijah, Glad it was helpful!
@x7331x
@x7331x 2 жыл бұрын
Thanks for this into to sweetviz! Extremely useful and time-efficient!
@DataProfessor
@DataProfessor 2 жыл бұрын
Glad it was helpful!
@aaronauta5898
@aaronauta5898 4 жыл бұрын
Thank you, professor. you made learning data science for me so simple and easy to assimilate, thank you for introducing this library to me. still Waiting for data cleaning in orange lib. thanks again.
@DataProfessor
@DataProfessor 4 жыл бұрын
Glad it was helpful!
@minhajali3671
@minhajali3671 Жыл бұрын
hi, thanks for the help! used it for my final year dissertation
@thinamG
@thinamG 4 жыл бұрын
It looks amazing, I will try it out soon. Thanks for sharing !!
@DataProfessor
@DataProfessor 4 жыл бұрын
Awesome, looking forward to seeing it in use in one of your amazing LinkedIn posts 😊
@thinamG
@thinamG 4 жыл бұрын
@@DataProfessor Yeah, I will try it soon. 😊
@pushkarajpalnitkar1695
@pushkarajpalnitkar1695 4 жыл бұрын
Wow this is going to save a lot of time..thanks for the video
@DataProfessor
@DataProfessor 4 жыл бұрын
A pleasure! 😊
@kirandeepmarala5541
@kirandeepmarala5541 4 жыл бұрын
Hi Professor. thanks For Letting Us to Know This tool..
@DataProfessor
@DataProfessor 4 жыл бұрын
A pleasure, thanks for watching 😊
@sebascol
@sebascol 4 жыл бұрын
Nice video. Thanks for sharing this amazing tool.
@DataProfessor
@DataProfessor 4 жыл бұрын
A pleasure, thanks for watching! 😊
@bassamal-kaaki3253
@bassamal-kaaki3253 4 жыл бұрын
Hi data prof, when I run display.html in Anaconda Jupyter notebook I don’t get the same exact large screen you have! The cell is rather small to navigate inside of it. Is this normal? I do however get the html separately in the folder to view.
@DataProfessor
@DataProfessor 4 жыл бұрын
Alternatively, the html file can be opened in an internet browser such as Chrome.
@AndrewClark83
@AndrewClark83 4 жыл бұрын
Love watching your videos. Thanks for sharing. Question though, you split out (species) as your dependant y variable at the start of the video, but then never seemed to use it. Are you doing another video on the same data set where you are predicting the species based on the other inputs?
@DataProfessor
@DataProfessor 4 жыл бұрын
Thanks for watching! Glad you liked them 😊
@DataProfessor
@DataProfessor 4 жыл бұрын
Great observation, actually I’ve made a prior video on classifying the penguins according to their species and made a web app using the Streamlit library in this video kzbin.info/www/bejne/e5LMYp2Xj9eFetU
@ianpilgrim2818
@ianpilgrim2818 4 жыл бұрын
Had problem with step 3,2 will take a further look tomorrow
@TheLucas9amsn
@TheLucas9amsn 3 жыл бұрын
Thank you for always sharing great content.
@DataProfessor
@DataProfessor 3 жыл бұрын
My pleasure!
@Eri3t5co
@Eri3t5co 4 жыл бұрын
Amazing library. I'll explore it. Thank you very much.
@DataProfessor
@DataProfessor 4 жыл бұрын
Thanks for watching!
@cheikhbadiane4596
@cheikhbadiane4596 4 жыл бұрын
Awesome Professor thanks a lot
@DataProfessor
@DataProfessor 4 жыл бұрын
It's a pleasure, thanks for watching! 😊
@etc_be_a_62harshshinde66
@etc_be_a_62harshshinde66 Жыл бұрын
not working for me says 'DataFrame' object has no attribute 'iteritems' i read on stack overflow that latest pandas has no iteritems, so need to downgrade but still after downgrading pandas still showing this error
@jeffwong1310
@jeffwong1310 3 жыл бұрын
Any chance that I can keep showing the same HTML in Github as in Colab. When I put the notebook in the github, the HTML display is gone
@DataProfessor
@DataProfessor 3 жыл бұрын
Hi, I recommend to download the generated HTML report and upload this HTML file to GitHub.
@DataProfessor
@DataProfessor 3 жыл бұрын
Hi, I think its the rendering of the notebook by GitHub that is the issue. HTML is shown in Colab or Jupyter notebook with no issues as it is using the iPython library for the HTML display. GitHub probably doesn’t support this and so it is gone. On a similar note, interactive plotly graphs that are included in some of my Jupyter notebooks when uploaded to GitHub also disappears.
@jeffwong1310
@jeffwong1310 3 жыл бұрын
@@DataProfessor got it, thanks for the clarifications
@tobymasuku5781
@tobymasuku5781 4 жыл бұрын
Thanks very informative. Can you please help on how to cluster zip codes
@wojtek8396
@wojtek8396 3 жыл бұрын
Nice video unfortunately I get this error all the time'charmap' codec can't decode byte 0x9d in position 1207412: character maps to
@akshykumar1118
@akshykumar1118 3 жыл бұрын
Sir is it OK to use this library ,I mean will recruiters accept this or will expect me to go manually with pandas??
@DataProfessor
@DataProfessor 3 жыл бұрын
This is a great tool for speeding things up, as for job interview preps, it is always nice to go back to basics and be proficient at standard Python libraries like pandas, matplotlib, numpy, scikit-learn, etc.
@akshykumar1118
@akshykumar1118 3 жыл бұрын
@@DataProfessor thankyou sir for responding
@DataProfessor
@DataProfessor 3 жыл бұрын
@@akshykumar1118 You’re welcome :)
@fezacongo1692
@fezacongo1692 4 жыл бұрын
Thank you for sharing
@DataProfessor
@DataProfessor 4 жыл бұрын
A pleasure
@stretch8390
@stretch8390 3 жыл бұрын
X variable is fine but for y = penguins('species') I keep getting a "TypeError of 'DataFrame' object is not callable" which I haven't been able to figure out yet. Anyone know what might be happening? This obviously creates issues with later code cause then 'y' is not defined.
@DataProfessor
@DataProfessor 3 жыл бұрын
Hi, can you try replacing the parenthesis with brackets such that it becomes penguins[‘species’]
@stretch8390
@stretch8390 3 жыл бұрын
@@DataProfessor will give that a try next time thanks Data Professor!
@sherifelgazar4089
@sherifelgazar4089 2 жыл бұрын
Can u put dataset linl?
@muhammadhusni3097
@muhammadhusni3097 4 жыл бұрын
So cool!
@DataProfessor
@DataProfessor 4 жыл бұрын
Thanks for watching
@grahaminzana324
@grahaminzana324 25 күн бұрын
Appreciate this video my dog
@chuuchuu2381
@chuuchuu2381 3 жыл бұрын
Should freshers use it?
@blessingagyeikyem9849
@blessingagyeikyem9849 4 жыл бұрын
Can I get the ipynb file
@DataProfessor
@DataProfessor 4 жыл бұрын
Thanks for the reminder, here it is github.com/dataprofessor/code/blob/master/python/Sweetviz.ipynb
@chiazamochiegbu848
@chiazamochiegbu848 3 жыл бұрын
I'm getting module not found error
@chiazamochiegbu848
@chiazamochiegbu848 3 жыл бұрын
Could you help me resolve this. Thank you
@DataProfessor
@DataProfessor 3 жыл бұрын
Hi, have you installed sweetviz library pip install sweetviz
@chiazamochiegbu848
@chiazamochiegbu848 3 жыл бұрын
@@DataProfessor yes I have. J also uninstalled and installed again but still getting same module not found error. Same thing happens with autoplotter, Vaex and pandasgui. Please help me.🙏
@DataProfessor
@DataProfessor 3 жыл бұрын
What version of Python are you using? Mine is 3.7 or 3.8 and it is working fine.
@chiazamochiegbu848
@chiazamochiegbu848 3 жыл бұрын
@@DataProfessor I install through anaconda and it worked
@pauloreis8868
@pauloreis8868 4 жыл бұрын
Awesome!!! Wait... do you think it's worth trying to "replicate" this library "from scratch"? Anyways, I think I'm going to try only for the fun of it kakaka. Thank you, Professor!
@DataProfessor
@DataProfessor 4 жыл бұрын
Hi Paulo, it's definitely worth a try, to save you time, feel free to download the Notebook (.ipynb) file from the GitHub to give it a try: github.com/dataprofessor/code/blob/master/python/Sweetviz.ipynb
@RichardMonteiro-rx9ew
@RichardMonteiro-rx9ew 6 ай бұрын
Was good but no point of the x test and train, in this video
How to quickly explore data in Python using the D-Tale library
11:59
Data Professor
Рет қаралды 17 М.
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 5 МЛН
Exploratory Data Analysis in Python using pandas
28:52
Data Professor
Рет қаралды 58 М.
All Automated EDA Libraries All At One Place
14:39
Krish Naik
Рет қаралды 33 М.
Exploratory Data Analysis
5:02
IBM Technology
Рет қаралды 66 М.
Exploratory Data Analysis with Python | PANDAS
18:38
Mo Chen
Рет қаралды 21 М.
Perform EDA In Seconds With Visualization Using SweetViz Library
17:20
Exploratory Data Analysis with Pandas Python
40:22
Rob Mulla
Рет қаралды 504 М.
НЕ КУПИЛ СЫНУ ПК И ПОПЛАТИЛСЯ
1:00
Me Charging My Phone Before Going Out
0:18
Godfrey Twins
Рет қаралды 15 МЛН