-
Notifications
You must be signed in to change notification settings - Fork 0
Instruction
Sirapob PHASUT edited this page May 10, 2024
·
4 revisions
-
check for python version :
python --version
Ensure you have Python version 3.11 or newer installed. If not, install or update Python to meet this requirement. -
check for pip installation:
python -m pip --version
pip (the Python package manager) is necessary for installing required packages.
-
Install required package :
pip install -r requirements.txt
This command installs all the necessary packages listed in the requirements.txt file. -
Run the main module :
python main.py
This page consist the data story telling part.
Page allow user to change the attribute of the graph and filter by themselves.
- Select the dataframe you want to visualize
- Filter the data by using the set of filter condition in the combobox
- Select the Graph type and its attribute
- Press Visualize button
Let User read the data of the specified videos game and add the specific game to the dataframe.
- Select specific games
- Add the dataframe name to the buttom combobox
- Press add button to add the video game into the new dataframe