Тёмный

Introduction to NFL Data with Python (2023) 

MFANS
Подписаться 1,6 тыс.
Просмотров 12 тыс.
50% 1

Code: github.com/tejseth/nfl-tutori...

Спорт

Опубликовано:

 

22 янв 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 21   
@BigT_73
@BigT_73 Год назад
Very clear and easy to follow! Great stuff!
@B-Ravity
@B-Ravity Год назад
This was perfect! thanks so much for doing this. looking forward to future videos!
@vikings-pistons
@vikings-pistons Год назад
Amazing! Thank you so much
@wchandler2010
@wchandler2010 Год назад
Awesome tutorial!!
@BuddyIsreal352
@BuddyIsreal352 11 месяцев назад
Will this auto update throughout the season?
@BigDave004
@BigDave004 12 дней назад
This is awesome. Thank you for doing it. Do you know why some of the logos did not scale down for me?
@morganhaworth3487
@morganhaworth3487 9 дней назад
I have the same Problem !
@jakechamberlain6023
@jakechamberlain6023 Год назад
Super helpful demo and very easy to follow! Question-will this type of data be available in-season? Like could I add 2023 to my season parameter after week 1 is complete or would I have to wait until season is over to get any 2023 data?
@tejseth8027
@tejseth8027 9 месяцев назад
yes it’s available during the season!
@jimh3595
@jimh3595 2 месяца назад
Is there a way I can get the raw pbp data that you use?
@colinbehan9330
@colinbehan9330 5 месяцев назад
Hey this is great. What is the best way to get updated data for this past season 23-24?
@samgoodman7081
@samgoodman7081 5 месяцев назад
The nfl python packages update automatically so to get updated data you just have to reload the packages
@mrkoolkat28
@mrkoolkat28 2 месяца назад
one thing I discovered while running this with 2023 numbers was that B. Robinson was counted as Bijan and Brian.. so for me the targets total was 129 (combined of the two) and it seemed to do the same with their other stats. Is there a better way to grab their names without just using first initial and last name?
@TrueDrewSports
@TrueDrewSports 9 часов назад
I ran into the same issue. With the help from AI, I was able to split Bijan and Brian. pbp_rp['receiver_player_name'] = pbp_rp.apply(lambda row: 'Bijan Robinson' if row['receiver_player_name'] == 'B.Robinson' and row['posteam'] == 'ATL' else ('Brian Robinson' if row['receiver_player_name'] == 'B.Robinson' and row['posteam'] == 'WAS' else row['receiver_player_name']), axis=1) pbp_rp['rusher_player_name'] = pbp_rp.apply(lambda row: 'Bijan Robinson' if row['rusher_player_name'] == 'B.Robinson' and row['posteam'] == 'ATL' else ('Brian Robinson' if row['rusher_player_name'] == 'B.Robinson' and row['posteam'] == 'WAS' else row['rusher_player_name']), axis=1)
@ericwills6227
@ericwills6227 8 месяцев назад
I opened colab and ran the code and am getting this error ModuleNotFoundError: No module named 'nfl_data_py'
@gilbster
@gilbster 7 месяцев назад
I had to remove the # first, I think it was ignoring the import because it thought it was a comment
@ericwills6227
@ericwills6227 6 месяцев назад
@@gilbster thanks I appreciate your help!
@thebinarybin
@thebinarybin 25 дней назад
U should be using environments right? Doesn’t pip install with no environment plug up your pc in the long run? Also u want the environment to explain in a readme file what u where using when it worked. Let me kmow
@thebinarybin
@thebinarybin 25 дней назад
I don’t like just installing personally
@gayealisir5661
@gayealisir5661 10 месяцев назад
GO SEAHAWKS!
Далее
Good deed #standoff #meme
00:15
Просмотров 858 тыс.
15 Python Libraries You Should Know About
14:54
Просмотров 377 тыс.
Inside the Herd: Data and Analytics
2:52
Просмотров 26 тыс.
If __name__ == "__main__" for Python Developers
8:47
Просмотров 391 тыс.
This Is Why Python Data Classes Are Awesome
22:19
Просмотров 798 тыс.
5 Useful F-String Tricks In Python
10:02
Просмотров 287 тыс.