Created
April 6, 2019 23:06
-
-
Save dipanjanS/94a4044466ae1f2107bc7ba047da496e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logs_df = logs_df.na.fill({'content_size': 0}) | |
exprs = [count_null(col_name) for col_name in logs_df.columns] | |
logs_df.agg(*exprs).show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment