wikidata.quantity — Quantity#

New in version 0.7.0.

class wikidata.quantity.Quantity(amount: float, lower_bound: float | None, upper_bound: float | None, unit: Entity | None)#

A Quantity value represents a decimal number, together with information about the uncertainty interval of this number, and a unit of measurement.