Test182748 revised this gist . Go to revision
1 file changed, 5 insertions
Test.py(file created)
@@ -0,0 +1,5 @@ | |||
1 | + | import pandas as pd | |
2 | + | ||
3 | + | def function(input1): | |
4 | + | df = pd.read_csv("test.csv") | |
5 | + |
Newer
Older