Help
#353
Replies: 1 comment
-
Update pandas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @chriseling Can you tell me why this isn't shown on your AI?
Milwaukee Bucks (-168) @ Orlando Magic (142)
Toronto Raptors (275) @ Boston Celtics (-340)
Miami Heat (154) @ Atlanta Hawks (-184)
Cleveland Cavaliers (142) @ Golden State Warriors (-168)
Traceback (most recent call last):
File "/content/main.py", line 139, in
main()
File "/content/main.py", line 111, in main
data, todays_games_uo, frame_ml, home_team_odds, away_team_odds = createTodaysGames(games, df, odds)
File "/content/main.py", line 52, in createTodaysGames
schedule_df = pd.read_csv('Data/nba-2023-UTC.csv', parse_dates=['Date'], date_format='%d/%m/%Y %H:%M')
File "/usr/local/lib/python3.10/dist-packages/pandas/util/_decorators.py", line 211, in wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pandas/util/_decorators.py", line 331, in wrapper
return func(*args, **kwargs)
TypeError: read_csv() got an unexpected keyword argument 'date_format'
Beta Was this translation helpful? Give feedback.
All reactions