ashwin100196

Results 4 issues of ashwin100196

Hi @schlerp, I have been thinking it would be useful provide input fields with drop downs to the user. As a reference, I use bamboolib for personal projects and they...

This feature would allow adding conditions on the DataFrame and then assigning value for a new column Example ---- A > 5 & B < 10; Create Flag as 1,...

This feature would involve creating a new column from existing ones. Support for formulas like the excel formula bar would be the expected functionality. Example ---- A**2 A + B...

This feature would emulate the typical pandas groupby operations and provide calculating metrics like mean, count, min max etc Example ---- Groupby key - Multiselect for columns Metric - mean,...