aws-samples / aws-dataexchange-api-samples

Samples to help you get started with the AWS Data Exchange API.
https://aws.amazon.com/data-exchange
MIT No Attribution
22 stars 14 forks source link

Python pandas example #24

Closed jarvis01123 closed 4 years ago

jarvis01123 commented 4 years ago

This example shows downloading a DataExchange CSV asset, importing it to a Data Frame and running df.describe() to print statistics on the CSV.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dblock commented 4 years ago

Merged, thanks.