File size: 79 Bytes
a66e6e9 |
1 2 3 4 5 6 |
from pathlib import Path
import pandas as pd
app_dir = Path(__file__).parent
|
a66e6e9 |
1 2 3 4 5 6 |
from pathlib import Path
import pandas as pd
app_dir = Path(__file__).parent
|