Hi devs,
I am creating a pyarrow.Array from a pandas.Series and when specifying the
data type, if the value will be truncated an error is raised. For example:
import pyarrow as pa
import pandas as pd
s = pd.Series([pd.Timestamp(1)])
arr = pa.Array.from_pandas(s, type=pa.timestamp('us'))
/home/b
Siddharth Teotia created ARROW-1946:
---
Summary: Add APIs to decimal vector for writing big endian data
Key: ARROW-1946
URL: https://issues.apache.org/jira/browse/ARROW-1946
Project: Apache Arrow
Viktor Gal created ARROW-1945:
-
Summary: [C++] Fix doxygen documentation of array.h
Key: ARROW-1945
URL: https://issues.apache.org/jira/browse/ARROW-1945
Project: Apache Arrow
Issue Type: Bug