Sean O'Connor

Results 3 issues of Sean O'Connor

Hey there, As the data files are huge I think every developer would benefit from the files being saved as `.parquet` files too. Loading `.parquet` files into dataframes in python...

### Describe the issue When using the RedshiftDataAPIService execute_statement, it states that only the database name and sql is required as shown here: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift-data.html#RedshiftDataAPIService.Client.execute_statement But then when used in python...

documentation
guidance

Hi there, I am trying to perform `conda lock -p osx-64 -p osx-arm64 -p linux-64 -p linux-aarch64 -f environment.yml --filename-template 'x-{platform}.lock'` with an evironment.yml file like so that contains a...