April 2024 Cloud Engineering Capstone
- Ensure you have Python and Dash installed.
- Run the app script with Python.
- Open a web browser and go to
http://127.0.0.1:8050/. - Use the file upload interface to upload your data file.
- Click on "Process Data" to transform and display the data.
- Click on "Download CSV" to download the processed data.
- Dash
- Pandas
- Dash Bootstrap Components
Install all required packages by running pip install dash pandas dash-bootstrap-components.
- Start the app by running
python converter_app.pyin your terminal. - Navigate to the app in your web browser.
- Upload your CSV or Excel file by dragging it into the upload area or by clicking to select the file from your system.
- Click the "Process Data" button to perform data transformations and display the results.
- Download the processed data by clicking the "Download CSV" button that appears after processing.