So we've just started transitioning to using AWS S3 buckets at work (finally!). Moving away from a Windows OS fileserver that was being used to store data for people using both windows and unix ec2 instances. Switching to s3 and moving our data in, will make it much easier for us to write code that … Continue reading Perception is Everything…as far as I know (and S3 Buckets)
Tag: python
Python: Pandas → MySQL using SQLAlchemy. A.k.a SQLAlchemy for Pandas users who don’t know SQL (the brave and the foolhardy)
Ok, so figuring out SQL (i.e. being able to connect anything I'm doing in Python to an SQL database) has been high on my list of priorities for a while. Thankfully, I finally found a NEED to figure this out recently, which drove me to learn it quickly. Below is a 'silly' example I've used … Continue reading Python: Pandas → MySQL using SQLAlchemy. A.k.a SQLAlchemy for Pandas users who don’t know SQL (the brave and the foolhardy)