Clustering Multi Variable Excel Data with Andrew's Curve - Python Data Visualization Tools

preview_player
Показать описание
Hey Everyone! In this one we talk about how we can cluster together features using Andrew's Curve.

- Discuss what an Andrew's curve is
- Read in data to dataframe from Excel
- plot data using matplotlib and pandas plotting tools
- talk about results of graph

Pandas Data Selection Video --

Here's the spreadsheet if you want to use my example data:

Thanks so much for the crazy support. 4,340 + subscribers at the time of writing. I really enjoying making videos for you all and I'm glad I'm able to. You all are awesome. Thanks for giving me the opportunity to make content for you all. Much love!!

*****************************************************************
Full code from the video:

import pandas as pd

print(df)

andrews_curves(df, 'Quality Test')

*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:

Check out my website:

If you liked the video - please hit the like button. It means more than you know. Thanks for watching and thank you for all your support!!

Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!
Рекомендации по теме
Комментарии
Автор

Some of the most concise, easy to follow and well explained Python videos on YouTube.

I think I've watched every video you've made now.

Really well done Derrick! Keep up the good work.

davestark
Автор

Great video. Super clear and to the point.

Also the music at the end of this video makes you look like a badass. You should put it back on your new videos 😂.

tomkirk
Автор

Very helpful, thank you. It is amazing that everything can be explained so clearly in such a short video

vianazhang
Автор

You make awesome videos. Great scope and great pace.


In your example, what is actually tying the andrews curve variable to the plt-figure?

bckzilla
Автор

Can you please make video TO READ TEXT FROM IMAGE in brief to read all types of images with clearing

nikh