dataframe
dataframe copied to clipboard
Parse String to UUID
UUIDs are now part of common Kotlin: https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.uuid/.
We should be able to add this to our .parse() function if we can parse UUIDs like UUID.parseOrNull().
Hey @Jolanrensen! As mentioned, can you please assign this to me! I would love to work on this. Emmanuel
@AnosVoldygod assigned it to you :) Let me know if you need help with anything!
Hey @Jolanrensen , I've created a pull request! Let me know if you have any feedback or corrections :)