pygeoda.natural_breaks

pygeoda.natural_breaks(k, data, **kwargs)[source]

Natural Breaks (Jenks)

Natural Breaks group data whose boundaries are set where there are relatively big differences.

Parameters
  • k (int) – Number of breaks

  • data (tuple) – A tuple with values of a selected variable

Returns

A numeric list of break values

Return type

list