flowpy icon indicating copy to clipboard operation
flowpy copied to clipboard

manipulate pandas dataframes from the comfort of your browser

Results 5 flowpy issues
Sort by recently updated
recently updated
newest added

Hi, I tried to install and run flowpy with the help of the instructions in the README.md. But at least on the machines (Windows 7 and MacOS) which I tried...

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,...