0
Can we got column name from dataframe when the data not matched?
Can we got the column name from dataframe in python, so when we cannot find the value in there. we can look other column which not relevant with our criteria? can we find this library in python? may some one give me a clue?
3 ответов
+ 1
by print Dataframe.columns you can get column names.
0
you can print whole data frame for finding relevant column
0
thank you