Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 671 Bytes

types.rst

File metadata and controls

34 lines (23 loc) · 671 Bytes

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