0
JPJavier Pacheco
This code returns a list of columns in the dataframe that do not have a numeric index.
0 Comments
import pandas as pd df[df['column'].isna()]