Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: max() arg is an empty sequence #2

Open
uzairnz opened this issue Jan 31, 2023 · 4 comments
Open

ValueError: max() arg is an empty sequence #2

uzairnz opened this issue Jan 31, 2023 · 4 comments

Comments

@uzairnz
Copy link

uzairnz commented Jan 31, 2023

image

Creating Dataframe and Writing to Excel File

Got this error

ValueError Traceback (most recent call last)
in
----> 1 MAX_OUTCOMES = max([event.num_outcomes for event in arbitrage_events])
2 ARBITRAGE_EVENTS_COUNT = len(arbitrage_events)
3
4 my_columns = ['ID', 'Sport Key', 'Expected Earnings'] + list(np.array([[f'Bookmaker #{outcome}', f'Name #{outcome}', f'Odds #{outcome}', f'Amount to Buy #{outcome}'] for outcome in range(1, MAX_OUTCOMES + 1)]).flatten())
5 dataframe = pd.DataFrame(columns=my_columns)

ValueError: max() arg is an empty sequence

@fadeeveryone
Copy link

Ive been trying to get this to work also

@treezie
Copy link

treezie commented Mar 6, 2023

Also have this issue, have you been able to fix it? @uzairnz @fadeeveryone

@gui771
Copy link

gui771 commented Mar 22, 2023

@uzairnz Have you found a solution ?

@Jonthanm6
Copy link

Help plz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants