microsoft / vscode-data-wrangler

Other
439 stars 20 forks source link

Feature Request: Ability to pass in large string to dataframe.query() to filter #301

Open cplager opened 1 month ago

cplager commented 1 month ago

Hello!

For data wrangler, it would be great if we could filter at the frame level (before the column level filters are applied).

query filters let you compare values in different columns - something that can't be easily replicated with column filters.

Thanks!