You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced logic in #679 to ensure that createDataFrame(pandas_df) always treats string columns as strings, not as binary. This is unnecessary in Python 3.
The text was updated successfully, but these errors were encountered:
Revert #679 once we move off Python 2.
We introduced logic in #679 to ensure that
createDataFrame(pandas_df)
always treats string columns as strings, not as binary. This is unnecessary in Python 3.The text was updated successfully, but these errors were encountered: