Allow Python Snippets within Formulas. #33
franceme
started this conversation in
Feature Requests
Replies: 2 comments
-
This is very doable! Thanks for the suggestion here :-). The example you give makes a ton of sense - using a built-in Python function to do some useful action on one of your columns.. Two questions for you:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
My initial thoughts on implementation are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a user, I would like the ability to use Python snippets within formulas to create columns.
Using Python for certain functions may make things easier in scenarios.
Ex: Create a column of File Extensions based on a column of Files
Python: os.path.basename(dataframe['File'].str) or something similar
Beta Was this translation helpful? Give feedback.
All reactions