Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new preparation functions startswith() and endswith() #660

Closed
mh0203 opened this issue Nov 5, 2018 · 2 comments
Closed

Add new preparation functions startswith() and endswith() #660

mh0203 opened this issue Nov 5, 2018 · 2 comments
Assignees
Labels
@dataprep Component Name : Data preparation enhancement Request Change and Feature Enhancement
Milestone

Comments

@mh0203
Copy link
Contributor

mh0203 commented Nov 5, 2018

Is your feature request related to a problem? Please describe.
There's some needs that to select rows that begin or end with a specific word.

Describe the solution you'd like
Add new preparation rules.

  1. startswith(column, 'text'): return True if the column starts with 'text'. else return false.
  2. endswith(column, 'text'): return True if the column ends with 'text'. else return false.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@mh0203 mh0203 added enhancement Request Change and Feature Enhancement @dataprep Component Name : Data preparation labels Nov 5, 2018
@mh0203 mh0203 added this to the 3.1.0 milestone Nov 5, 2018
@mh0203
Copy link
Contributor Author

mh0203 commented Nov 5, 2018

See below for how to use the function.

https://tde.sktelecom.com/wiki/display/METATRON/Data+Preparation+Function+List

@mh0203
Copy link
Contributor Author

mh0203 commented Nov 6, 2018

이번에 추가된 룰은 startswith와 endswith 입니다. 추가적으로 3.0.5에 추가된 contains에 대한 UI 작업까지 3건 부탁드립니다.

This branch adds startswith and endswith function. Additionally, contains function that added at 3.0.5 also needs UI development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@dataprep Component Name : Data preparation enhancement Request Change and Feature Enhancement
Projects
None yet
Development

No branches or pull requests

4 participants