Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Created April 9, 2019 17:05
Show Gist options
  • Save dipanjanS/e4e461c948b86be30e246733d8745b20 to your computer and use it in GitHub Desktop.
Save dipanjanS/e4e461c948b86be30e246733d8745b20 to your computer and use it in GitHub Desktop.
log_freq_df = status_freq_df.withColumn('log(count)',
F.log(status_freq_df['count']))
log_freq_df.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment