How to Build a Basketball Player Data Explorer Web App in Python | Streamlit #5

preview_player
Показать описание


⭕ Demo of the Basketball Player Data Explorer Web App:

⭕ Code and Data:

⭕ Playlist:
Check out our other videos in the following playlists.

⭕ Subscribe:
If you're new here, it would mean the world to me if you would consider subscribing to this channel.

⭕ Recommended Tools:
Kite is a FREE AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite and I love it!

⭕ Recommended Books:

⭕ Stock photos, graphics and videos used on this channel:

⭕ Follow us:

⭕ Disclaimer:
Recommended books and tools are affiliate links that gives me a portion of sales at no cost to you, which will contribute to the improvement of this channel's contents.

#datascience #webapp #dataapp #streamlit #freedatascience #machinelearning #dataprofessor #bigdata #machinelearning #datascienceproject #randomforest #decisiontree #svm #neuralnet #neuralnetwork #supportvectormachine #python #learnpython #pythonprogramming #datamining #bigdata #datascienceworkshop #dataminingworkshop #dataminingtutorial #datasciencetutorial #ai #artificialintelligence #tutorial #dataanalytics #dataanalysis #machinelearningmodel #dataprofessor #streamlittutorial #basketball #nba
Рекомендации по теме
Комментарии
Автор

** Support this Channel
If you like this video, please make sure to LIKE, SUBSCRIBE, COMMENT and SHARE!

DataProfessor
Автор

Great! Here are some updates I had to make for early 2024 if anyone is having issues:

@st.cache_data at the webscrape step as @st.cache is depreicated.

At the correlation matrix step:

numeric_df =
corr = numeric_df.corr()

corr() was trying to correlate the categorical data and thus throwing an error.

st.pyplot(f)

pyplot() without any arguments is depreciated, so just put the 'f' in there.

Hope that helps!

BrandonFoltz
Автор

Been loving this series. Can't find many people using streamlit on YouTube

justinhuang
Автор

I just love this channel, there's so much to learn over here

naamnhihai
Автор

We are lucky to have you as an youtuber. Really, everything about data becomes easy after I watch your videos. Amazing work professor. (Rather I must call you Data Magician)

luciferkhusrao
Автор

One of the best Data Science Tutrorials Ever

armantech
Автор

I like the new intro. It's straight forward : )

jeffersonjones
Автор

I often like your videos before watching, I believe there'll be something interesting to know :)
Thanks...

salikmalik
Автор

Thank you very much, let a self-taught data science white once again broke through the bottleneck.I will continue to follow other works. Thanks again.

haoweichen
Автор

Saved to my playlist! Thank you for the priceless info :)

ImportData
Автор

is there a way to do this with an excel spreadsheet? I use an original statistic that can't be found on the web, has there been a video in this playlist that may go over that?

williamziniuk
Автор

This channel is one of the best in the subjects that is covered here. I have a question about working with two or more databases in streamlit. I would like the user to select the desired base. How can I do it? Thanks.

jonatapaulino
Автор

Hey guys. Has someone used Django over streamlit. If yes, then why?

lionellawrence
Автор

StreamlitAPIException: ("Expected bytes, got a 'int' object", 'Conversion failed for column FG% with type object')

Traceback:
File "C:\Users\Vamsh\Desktop\deepl\dee.py", line 44, in <module>
i am getting this following error please help

vamshireddy
Автор

How would i go about creating pages for individual players with info like bio, age, position etc. with contract info, past year teams and stats and so forth??

Sports-Made
Автор

Hello, I'm seeing an issue when trying to sort the numeric values. When clicking the dataframe to sort by points, the numbers are scattered such as 9 appearing to be the highest value when it isn't. I've tried to alter this by changing the dtype to a float but that does not appear to solve any issue. Not sure if this is a streamlit issue but possibly. The percentages work just fine, just when they start to include an integer with a decimal point is when the issues begin to rise.

izzyinsync
Автор

Sir.. Need your help If U can...

I have made one Network Intrusion Detection System (NIDS) using tensorflow... The code is all set there. But am not getting how to trace real time packets and extract features from it like that of NSL-KDD/KDD99 DATASETS. And i want to do that in streamlit. But if U can suggest some other way to trace and extract those packets in real time, please share... Thanks U Sir...!

KirtiSharma
Автор

Sir I have a i3 processor and 4GB Ram laptop, is this laptop good for this course.

AjaySingh-uiik
Автор

Hello @DataProfessor,
was working on a new project.
I want to add a footer to the streamlit page. How to do that ????
Want to use this with unsafe_allow_html.
Please

sagnikroy
Автор

Thank you for the video this is exactly what i need for my first project, I have a question 'st.title()' does not work for me it says it is an undefined variable, is there something i need to install before i can use it

Sorry if i am unclear i am new to python, i am using visual studio but also installed anaconda after you made reference to it

EUU