import pandas as pd @app.route('/dataset', methods=['GET', 'POST']) @login_required def dataset(): table = pd.read_csv('filepath', ...
確定! 回上一頁