Closed
Description
To have an issue tracking #44681 (comment)
Reproducible snippet:
import pyarrow as pa
df = pd.DataFrame({"col": pd.period_range("2012", periods=3)})
pa.table(df).to_pandas()
No longer works with pyarrow < 4
To have an issue tracking #44681 (comment)
Reproducible snippet:
import pyarrow as pa
df = pd.DataFrame({"col": pd.period_range("2012", periods=3)})
pa.table(df).to_pandas()
No longer works with pyarrow < 4