Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python/pyspark/pandas/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,8 @@ def to_json(

.. note:: output JSON format is different from pandas'. It always use `orient='records'`
for its output. This behaviour might have to change in the near future.

.. note:: If column have only NaN or Null values. The column well be deleted.

Note NaN's and None will be converted to null and datetime objects
will be converted to UNIX timestamps.
Expand Down