Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rulanugrh/euporie
Accumulation Data Indonesian Inflation 2020 - 2024
https://github.com/rulanugrh/euporie
dataset python-matplotlib python-pandas
Last synced: 3 days ago
JSON representation
Accumulation Data Indonesian Inflation 2020 - 2024
- Host: GitHub
- URL: https://github.com/rulanugrh/euporie
- Owner: rulanugrh
- Created: 2024-05-02T16:26:44.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-06T15:52:42.000Z (8 months ago)
- Last Synced: 2024-05-07T02:48:37.816Z (8 months ago)
- Topics: dataset, python-matplotlib, python-pandas
- Language: Python
- Homepage:
- Size: 413 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![banner](.github/banner.png)
## Before Running
```bash
$ pip install -r requirements.txt
# If not working you can running this command$ python -m pip install requirements.txt
# or can use this command
$ py -m pip install requirements.txt
```## Command Line
**_to showing help command_**
```
$ python main.py help
+----------+-----------------------------------------------------------------+
| flag | description |
+==========+=================================================================+
| help | print help command |
+----------+-----------------------------------------------------------------+
| show | showing about info dataframe or graph [inflation / cpi / graph] |
+----------+-----------------------------------------------------------------+
| generate | generated preparation data or mean data |
+----------+-----------------------------------------------------------------+
```**_to print `show help` command_**
```
$ python main.py show help+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
| flag | description | example usage |
+=================+==============================+===========================================================================================+
| inflation | show about info or dataframe | ex. python main.py show inflation [ info / dataframe ] |
+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
| cpi | show about info or dataframe | ex. python main.py show cpi [ info / dataframe ] |
+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
| graph inflation | show graph inflation | ex. python main.py show graph inflation [ 2020 / 2021 / 2022 / 2023 / 2024 / mean / all ] |
+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
| graph cpi | show graph cpi | ex. python main.py show graph cpi [ 2020 / 2021 / 2022 / 2023 / 2024 / all ] |
+-----------------+------------------------------+-------------------------------------------------------------------------------------------+
```**_to print `generate help` command_**
```
$ python main.py generate help+-----------+--------------------------------------+---------------------------------------------------------------+
| flag | description | example usage |
+===========+======================================+===============================================================+
| inflation | generated data preparation inflation | ex. python main.py generated inflation [ preparation / mean ] |
+-----------+--------------------------------------+---------------------------------------------------------------+
| cpi | generated data preparation cpi | ex. python main.py generated inflation [ preparation ] |
+-----------+--------------------------------------+---------------------------------------------------------------+
```