berkhts commented on issue #37611:
URL: https://github.com/apache/arrow/issues/37611#issuecomment-1710414067
Sorry I'm unsure the distinction between the `physical` and `logical`.
Here is the schema:
```python
M_SECTION_ID: int64
M_TIMESTAMP: timestamp[us, tz=UTC]
M_HEADING: double
M_ELEVATION: double
M_ACT_SPEED: double
M_DISTANCE_TRAVELED: double
M_SECTION_WIDTH: double
M_SECTION_AREA: double
M_SECTION_ACTIVE: bool
A_DSG_CROP: dictionary<values=string, indices=int32, ordered=0>
A_DSG_PRODUCT: dictionary<values=string, indices=int32, ordered=0>
A_DSG_MACHINE: dictionary<values=string, indices=int32, ordered=0>
A_ACT_MASS_PER_AREA: double
A_ACT_MASS_TOTAL: double
A_ACT_VOL_PER_AREA: double
A_ACT_VOL_TOTAL: double
A_CTRL_MASS_PER_AREA: double
A_CTRL_MASS_TOTAL: double
A_CTRL_VOL_PER_AREA: double
A_CTRL_VOL_TOTAL: double
A_TGT_MASS_PER_AREA: double
A_TGT_MASS_TOTAL: double
A_TGT_VOL_PER_AREA: double
A_TGT_VOL_TOTAL: double
geometry: binary
-- schema metadata --
pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' +
3463
geo: '{"version": "1.0.0-dev", "primary_column": "geometry", "columns": {' +
1515
print(df['M_TIMESTAMP'])
[
[
2021-07-11 00:06:13.000000,
2021-07-11 00:06:14.000000,
2021-07-11 00:06:15.000000,
2021-07-11 00:06:16.000000,
2021-07-11 00:06:17.000000,
...
2021-07-11 00:28:31.000000,
2021-07-11 00:28:32.000000,
2021-07-11 00:28:33.000000,
2021-07-11 00:28:34.000000,
2021-07-11 00:28:38.000000
]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]