Posts by user223488 • 19 points
2 posts
- 
		0 votes1 answer52 viewsQ: Load multiple Amazon S3 filesI’m trying to load multiple files that are on Amazon S3, I’m using Panda, Anaconda, but I’m in error. bg = s3.Bucket("bucket") objects = bg.objects.filter(Prefix="bucket/") for obj in… 
- 
		1 votes0 answers32 viewsQ: Error Pivot pandas Tables celuas mergedHello, I have a table in pandas and need to transform, I believe using the pivot, from a certain column Month Codigo COD 1 COD 2 0 NaN Date 1 07/05/2018 01/01/2019 1 NaN Date 2 NaN NaN 2 05/2018 0.9…