Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to drop column where target column is null

df = df.dropna(axis=0, subset=['Charge_Per_Line'])
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #drop #column #target #column #null
ADD COMMENT
Topic
Name
2+6 =