From 0250bb3ba3000ca6f9377c310d0e7918e0e10727 Mon Sep 17 00:00:00 2001 From: theOehrly <23384863+theOehrly@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:42:41 +0200 Subject: [PATCH] DOC: add note about -1 as NaN alternative for Ergast int --- docs/ergast.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ergast.rst b/docs/ergast.rst index 8898e1827..a2b05eef5 100644 --- a/docs/ergast.rst +++ b/docs/ergast.rst @@ -194,6 +194,9 @@ result frame. This way it easy to see which keys are renamed. Additionally, both the "API Mapping" and the "DataFrame Description" will show the data type to which a value is cast when ``auto_cast=True``. +.. note:: + ``-1`` is used to indicate missing values for ``int``-type values (``int`` + does not support a proper ``NaN`` value) MultiResponse DataFrames ::::::::::::::::::::::::