Skapa mainfil samt en datafil

This commit is contained in:
jwradhe 2024-10-24 14:36:58 +02:00
parent 1fe7652d85
commit 6a8c275a0f
2 changed files with 6037 additions and 0 deletions

6031
data.csv Normal file

File diff suppressed because it is too large Load Diff

6
main.py Normal file
View File

@ -0,0 +1,6 @@
import pandas as pd
df = pd.read_csv('data.csv')
print(df)