I have a list like this:
gene1 0.9018  0.6512  0.0368  0.0 ...
gene2 0.0     0.0     0.0     0.0 ...
gene3 0.0521  0.0     0.773   0.0 ...  
...
I want the first column (gene) to be the key, and the next a columns to be the values. How do I do this in pandas?