Description
import pandas as pd dt1 = [pd.NaT, pd.Timestamp('2019-06-11')] * 100 pdf1 = pd.DataFrame({'time': dt1}) df1 = self.spark.createDataFrame(pdf1)
The example above doesn't work with arrow enabled.
Attachments
Issue Links
- relates to
-
SPARK-28041 Increase the minimum pandas version to 0.23.2
- Resolved
- links to