This is because you incorrectly normalizing, you need to do it like this:
for i in names:
print(i)
c[i] = (c[i] - c[i].min())/(c[i].max() - c[i].min())
If you want to get a deeper understanding of data science and libraries used in it you can watch this youtube video: