hello I would like to know if it is possible to select only the values of my influx table, when I make a query in python it also extracts the date. or I would like to know how I can separate them within python to later create a dataframe. this is what i have in my table. name: va1 time value
1638023512567678902 1655.6 1638023518355667369 1655.6 1638023524074845230 1655.6 1638023529782981342 1655.6
i need to extract the values separately