[python] pyspark null값 제거

데이터 분석/[Python] 기초

[python] pyspark null값 제거

INCHELIN 2022. 10. 26. 16:34
728x90
df.na.drop(subset=["col_name"])
728x90