Skip to content

TypeError: Cannot convert numpy.ndarray to numpy.ndarray #63

@RhettTitus

Description

@RhettTitus

I ran the latest full code, which was supposed to output separate GameInfo and Boxscore CSV files.
The output shows:

TypeError: Cannot convert numpy.ndarray to numpy.ndarray is still happening. This is the persistent issue.

The error occurs during _get_game_info_helper function, in the pd.DataFrame constructor.

The error is triggered for multiple Game IDs.

The Kernel is interrupted (likely due to the errors).

It seems that even with the manual date iteration and the simplified saving, and even after explicitly trying to handle potential numpy.ndarray data type issues, the core TypeError related to pandas DataFrame creation within _get_game_info_helper persists.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions