Skip to content
Prev Previous commit
Next Next commit
remove blank line
  • Loading branch information
BryanCutler committed Oct 30, 2018
commit 6457e420e3b8366c1373e7adb0bf56df03b9cc19
1 change: 0 additions & 1 deletion python/pyspark/sql/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,6 @@ def toPandas(self):
from pyspark.sql.types import _check_dataframe_convert_date, \
_check_dataframe_localize_timestamps
import pyarrow

batches = self._collectAsArrow()
if len(batches) > 0:
table = pyarrow.Table.from_batches(batches)
Expand Down