Last active 1681363384

Test

Test.py Raw
1import pandas as pd
2
3def function(input1):
4df = pd.read_csv("test.csv")
5
6