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
This code is supposed to only provide the 10 rows but it is still giving all the rows.
1042 rows × 21 columns