mapleFU commented on issue #43682:
URL: https://github.com/apache/arrow/issues/43682#issuecomment-2314500924

   I've verified with my file:
   
   ```
   >>> df = pd.read_parquet("parquet-stream-api-example.parquet")
   >>> df.dtypes
   foo             int64
   bar    datetime64[us]
   baz          category
   dtype: object
   >>> schema = pq.read_schema("parquet-stream-api-example.parquet")
   >>> schema
   foo: int64 not null
   bar: timestamp[us] not null
   baz: dictionary<values=string, indices=int32, ordered=0> not null
   ```
   
   So sorry for misunderstanding


-- 
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]

Reply via email to