sample-flask-pandas-dataframe icon indicating copy to clipboard operation
sample-flask-pandas-dataframe copied to clipboard

if i wanted an end person such as myself to add or remove rows

Open gbdavidx opened this issue 4 years ago • 1 comments

what would be the best way to do so?

gbdavidx avatar Feb 17 '22 17:02 gbdavidx

Hello @gbdavidx,

Add/remove columns can be done using the DF api: DataFrame.drop

In case you have the time, feel free to check this free sample that manages CSV files and presents the data using data tables.

https://github.com/app-generator/devtool-data-converter

You can add/remove columns from a CSV file using the Flask Console.

app-generator avatar Feb 18 '22 03:02 app-generator