sample-flask-pandas-dataframe
sample-flask-pandas-dataframe copied to clipboard
if i wanted an end person such as myself to add or remove rows
what would be the best way to do so?
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.