filmov
tv
GrayMatter Pyspark Interview Question - Get null count of all columns
Показать описание
Pyspark Interview questions recently asked in GrayMatter interview.
We need to Get null count of all columns in dataframe.
Lets see how we can achieve this by using Pyspark.
Mentioning the dataframe details here
data = [(1, None, 'ab'),
(2, 10, None),
(None, None, 'cd')]
columns = ['col1', 'col2', 'col3']
For more Azure Data Bricks interview questions. Check out our playlist.
Contact us:
Follow us on
We need to Get null count of all columns in dataframe.
Lets see how we can achieve this by using Pyspark.
Mentioning the dataframe details here
data = [(1, None, 'ab'),
(2, 10, None),
(None, None, 'cd')]
columns = ['col1', 'col2', 'col3']
For more Azure Data Bricks interview questions. Check out our playlist.
Contact us:
Follow us on
Комментарии