4 lines
76 B
Python
4 lines
76 B
Python
|
|
import pandas as pd
|
||
|
|
|
||
|
|
df = pd.read_csv("data/denovix-04-09-23.csv")
|
||
|
|
print(df)
|