Created
September 3, 2022 01:51
-
-
Save victormurcia/8c241c8bb0631438384578360f85d17d to your computer and use it in GitHub Desktop.
lambda function for hues to frequency conversion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pixels_df['notes'] = pixels_df.apply(lambda row : hue2freq(row['hues'],scale_freqs), axis = 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment