Skip to content

Commit

Permalink
DOC: add note about -1 as NaN alternative for Ergast int
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Sep 21, 2023
1 parent dd6b4c5 commit 0250bb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ergast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
::::::::::::::::::::::::
Expand Down

0 comments on commit 0250bb3

Please sign in to comment.