Trendflow JS — API Reference - v0.2.0
    Preparing search index...

    Class InterestOverTimeResult

    Interest over time for one or more keywords.

    Index
    granularity: string
    keywords: string[]
    points: TrendPoint[]
    • get columns(): string[]

      Column names: the keywords themselves, or the keyword|geo series when comparing geos.

      Returns string[]

    • Plain object array with a date key and one key per series — the JS answer to to_dataframe().

      Returns TrendRow[]

    • CSV text with a header row: date followed by one column per series.

      Returns string