[GH-ISSUE #458] [FBref] Optimizing read_team_match_stats when data has been previously cached #83

Closed
opened 2026-03-02 15:55:38 +03:00 by kerem · 0 comments
Owner

Originally created by @Kalaweksh on GitHub (Jan 5, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/458

The method currently reads all cached html match log files whenever loading data, which is time and memory-intensive. A less expensive alternative would be to store an extra cache of previously loaded data (for instance, by calling .to_csv or .to_parquet on the returned Dataframes), increasing the performance of subsequent calls to the method.

Originally created by @Kalaweksh on GitHub (Jan 5, 2024). Original GitHub issue: https://github.com/probberechts/soccerdata/issues/458 The method currently reads all cached html match log files whenever loading data, which is time and memory-intensive. A less expensive alternative would be to store an extra cache of previously loaded data (for instance, by calling .to_csv or .to_parquet on the returned Dataframes), increasing the performance of subsequent calls to the method.
kerem 2026-03-02 15:55:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#83
No description provided.