mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-09 00:57:49 +00:00
6 lines
75 B
Python
6 lines
75 B
Python
from load_data import load_files
|
|
import pandas as pd
|
|
|
|
data = load_files()
|
|
|