AND2797
AND2797
> This is still adding a duplicate `readme.rst`, no files should be duplicated as result of supporting pip. Got it, I will make a revision and push it for review.
I have pushed a new commit which only includes the required files.
Looks interesting, going to try and take a look at this! Any suggestion for a starting point to replicate this locally? The exact scenario would be impossible I guess -...
I am adding some code here I wrote to test for different index block sizes... probably this test can be written in a more elegant way, but here are the...
If this is something of interest, I'm happy to take a crack at it?
Seeing as no one has picked this up, I'm going to try and take a look at this. Please correct me if I'm wrong - but it seems like the...
~~Thank you, that cleared up a lot. Is there any documentation on the internal attributes, for example - what is `isAccurate` in the lap object?~~ I found it in the...
https://github.com/theOehrly/Fast-F1/blob/e4b3778215a3e80ce9154b1a6e1d0ccb2fb5e42e/fastf1/api.py#L601 It seems this is the line of code or logic, where we get the raw lap data for each driver, and figure out the personal best time. I see...
I am still iterating the best approach, but for now I have added an additional column to the data -> `AllPersonalBests`, so we can keep track of the personal best...
We could simply keep a track of all the "personal bests" and return the fastest personal best when calling `session.laps.pick_fastest()`. That way we don't have to split the laps by...