Nacho Varela
Nacho Varela
It would be great to have a text input to go to a specific minute since the event start (also before with a negative number). I know that can be...
When using `draw_signature()`, the signature is composed by rect-lines. So, it is a bit different and you can notice angles in the signature exported. Here an example:   Checking...
Using `draw_signature() `function to get an image of the signature does not keep customization settings (color, line_width). The image line is always black and very thin. It would be great...
Is there any way to incorporate these visualizations into a [Streamlit](https://docs.streamlit.io/library/api-reference) App?
This webpage https://fbref.com/en/matches/2c791569/ appears to have an issue with the events section (it's empty). This causes an KeyError that is not caught in the following line: https://github.com/probberechts/soccerdata/blob/db65c92f9a818ee4585653a0e312788de9e09d10/soccerdata/fbref.py#L1003
**Issue Summary:** I encountered an issue with soccerdata while parsing HTML for certain events in FBref. **Details:** The error occurs in [this line](https://github.com/nachouve/soccerdata/blob/149ecb6a456dc50e0b4f54833c78f6dc6ccc48e4/soccerdata/fbref.py#L987) of the code where the player1 variable...
Would be possible pass some arguments to the listener of the function prices_file_to_data_frame()? It would be great to pass a listener_kwargs dict to get a subset of prices. Something similar...