Skip to content

head option in query not working, tail not tested. #13

@RBhupi

Description

@RBhupi

This code is supposed to only provide the 10 rows but it is still giving all the rows.

import sage_data_client

df = sage_data_client.query(
    start="2025-04-10T21:26:00Z",
    end="2025-04-10T22:26:00Z",
    filter={
        "plugin": ".*file-forager:0.*",
        "vsn": "W09A",
        "upload_name": "cl61_files",
        "site": "ATMOS",
        "sensor": "vaisala_cl61",
    },
    head=10
)
df

1042 rows × 21 columns

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions