I have a program which uses Pandas. I'm getting:
UserWarning: DataFrame columns are not unique, some columns will be omitted.
That seems pretty important. However, it tells me where in PANDAS it finds the problem, but I have no idea where in my code it's finding the problem.
If I run python with -Werror, it errors out too early with some warnings that aren't even being displayed.