Skip to content

Instantly share code, notes, and snippets.

@javisantana
Forked from jorgesancha/python_code_test_carto.md
Last active November 17, 2021 07:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save javisantana/b278733c71ebabef0ee6fe2aef56721a to your computer and use it in GitHub Desktop.
Save javisantana/b278733c71ebabef0ee6fe2aef56721a to your computer and use it in GitHub Desktop.
Python code test - CARTO

Build the following and make it run as fast as you possibly can using Python 3 (vanilla). The faster it runs, the more you will impress us!

Your code should:

All of that in the most efficient way you can come up with.

So, we'd do:

$ time python script.py https://s3.amazonaws.com/carto-1000x/data/yellow_tripdata_2016-01.csv
AVG_VALUE
x.00s user x.00s system 81% cpu x.000 total

That's it. Make it fly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment