Categories
Uncategorized

Migrating .py to .php

I got to learn about python pandas today. I’ve not spent much time with python in general, focusing on php for the last decade, so it was a fun exercise to migrate some py code into php. It was all pretty straightforward, the script just scrubbed some api data, massaged it a bit, then used pandas to collapse and summarize some data.

Pandas seems pretty nice. I’m looking forward to playing around with it next time I need to massage some disposable data.