First processing steps

This commit is contained in:
2024-02-29 21:27:11 +01:00
parent debf013ee9
commit 66c6e6c931
5 changed files with 228 additions and 65 deletions

3
data/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
import pandas as pd
from data_loading import *
from data_processing import *