Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nygeog/03e806283c1923fb39ff538477155060 to your computer and use it in GitHub Desktop.
Save nygeog/03e806283c1923fb39ff538477155060 to your computer and use it in GitHub Desktop.
Classify for Cartodb Torque for Graduated Symbols with Pandas
df['col'] = ((((df['col']-df['col'].min()) / (df['col'].max() - df['col'].min()))*255).round()).astype(int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment