I have a dataframe that has two columns "0" and "1" there some values and NA in both columns I want to basically combine into one column since the row names are either "edible" and "poisonous". how do i do this in python?
Asked
Active
Viewed 38 times
-1
-
Does this answer your question? [How to merge/combine columns in pandas?](https://stackoverflow.com/questions/46563833/how-to-merge-combine-columns-in-pandas) – Chris Greening Oct 05 '20 at 00:51