I just started using Pandas, and so far it's been great for what I'm doing. I have just one problem though; the tables it generates won't align column names and rows. Is there a solution to this? Basically, I don't see column names above the correct data, but all packed to the left. The data shows up nicely formatted, though.
P.S. I used the pd.read_csv() function to output a csv file with a date series.