🌙

Logo

PyLegend

Table of Contents

  • API Reference
    • LegendQL TDS Frame

Quick Search

API Reference

The reference guide consists detailed description of all user-facing APIs of pylegend library.

  • LegendQL TDS Frame
    • Row Selection Methods
      • head
        • LegendQLApiTdsFrame.head()
      • limit
        • LegendQLApiTdsFrame.limit()
      • drop
        • LegendQLApiTdsFrame.drop()
      • slice
        • LegendQLApiTdsFrame.slice()
    • Column Selection Methods
      • select
        • LegendQLApiTdsFrame.select()
      • distinct
        • LegendQLApiTdsFrame.distinct()
    • Sorting and Filtering
      • sort
        • LegendQLApiTdsFrame.sort()
      • filter
        • LegendQLApiTdsFrame.filter()
    • Column Transformation Methods
      • rename
        • LegendQLApiTdsFrame.rename()
      • extend
        • LegendQLApiTdsFrame.extend()
      • project
        • LegendQLApiTdsFrame.project()
      • cast
        • LegendQLApiTdsFrame.cast()
    • Combining Frames
      • concatenate
        • LegendQLApiTdsFrame.concatenate()
      • join
        • LegendQLApiTdsFrame.join()
      • inner_join
        • LegendQLApiTdsFrame.inner_join()
      • left_join
        • LegendQLApiTdsFrame.left_join()
      • right_join
        • LegendQLApiTdsFrame.right_join()
    • Aggregation
      • group_by
        • LegendQLApiTdsFrame.group_by()
    • Window Functions
      • rows
        • LegendQLApiTdsFrame.rows()
      • range
        • LegendQLApiTdsFrame.range()
      • window
        • LegendQLApiTdsFrame.window()
      • window_extend
        • LegendQLApiTdsFrame.window_extend()
Page source