applied-ai-for-materials
applied-ai-for-materials copied to clipboard
Drop missing values
In chemoinformatics/1_ml-using-chemical-descriptors.ipynb
when we want to drop the columns with missing values in a pandas
dataframe, would it be more readable to use dropna(axis=1)
instead?