On a lot of DataFrame objects, the index will typically be an ascending list of numbers. If I have something with dates, I ...
I want to throw a quick program together to pase data from a flat file format into an XML structure. I'm curious on opinions if Python or Perl would be a better route to go for this. I've got ...