jiangzhx commented on issue #2044:
URL:
https://github.com/apache/arrow-datafusion/issues/2044#issuecomment-1073685318
import pandas as pd
df = pd.read_parquet('yellow_taxi_sample.parquet')
#df = pd.read_parquet('yellow_taxi_sample.parquet',engine='pyarrow')
print(df.head())
print right result:
<img width="1257" alt="image"
src="https://user-images.githubusercontent.com/494507/159236046-690e9a69-8cc1-456b-9238-f44b518975da.png">
--
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]