Skip to content

Commit 17032f3

Browse files
committed
Add module description.
1 parent f6ecfdb commit 17032f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/algo.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
This module contains functions to compute and/or display the visualizations, defined by EU Tax Observatory, which
3+
are needed in Taxplorer tool. Below functions will be used in different pages of the website.
4+
"""
5+
16
import pandas as pd
27
import numpy as np
38
import plotly.express as px

0 commit comments

Comments
 (0)