Types

GeoDataFrameColumnType

Represents the internal type of a column:

  • categorical
    A String for data representing categorical information
  • numeric
    Either a double of an int
  • time
    A DateTime object
  • geometry
    GeoPoint or GeoSerie

TimestampType

The time unit of a timestamp

  • seconds
    Seconds since epoch
  • milliseconds
    Milliseconds since epoch
  • microseconds
    Microseconds since epoch