Github user IshwarBhat commented on the issue:
https://github.com/apache/spark/pull/10062
Thank you for this @davies
I was breaking my head trying to figure out why my slicing of a string
column isn't working. `df['time'][0:19]` instead of just `df['time'][:19]`
worked.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
