-
# Originally from Node.js design; needs reimplementation for Slim PHP
## Links & Resources
- [Using Express middleware](http://expressjs.com/guide/using-middleware.html)
- [How to Write Middleware for…
-
When using the "fastest" or "status" filter in combination with the ``/qualifying`` endpoint, no data at all is returned.
These filters work with data from the race results (fastest lap in the race…
-
A new function (utilizing the "stevedore" R package) will pull/run the Docker containers necessary to run the full Ergast db and API locally.
A new argument (logical) will have to be added to each …
-
Running the code below will result in the above error.
```
from requests import get
with open(' /tmp/f1.zip', "wb") as file:
response = get("http://ergast.com/downloads/f1db_csv.zip")
file.…
-
Hi
V. interesting looking project; will be interesting to see how it can complement `fast-f1`.
I was wondering if there is any plan to return results tables as `pandas` dataframes?
-
Some lap times in the 2023 Austrian GP are incorrect. Specifically, the following combinations of driver/lap number have incorrect lap times:
```
alonso: 48
bottas: 46
de_vries: 46
gasly: 57
h…
-
move hardcoded JSON to better objects or data structures that isn't as fragile
-
### The Problem
The package's [```pit_stop()```](https://github.com/alec-kr/F1PyStats/blob/main/f1pystats/f1pystats.py#L245-L277) function only accepts the ```year```, and also the ```round #``` and …
-
**Abstract**
The Ergast Developer API allows for response paging via `limit` and `offset` query parameters; further, it recommends utilising caching to minimise the load on the API server. We will b…
-
Hi,
I am trying to access the database from Python - using import pyergast - but I get an error 403 when I am calling any function.
>>>
import requests
import pyergast
from pyergast import py…