Skip to content

Commit 1f5ad35

Browse files
committed
fix
1 parent ea98d3c commit 1f5ad35

File tree

1 file changed

+2
-2
lines changed
  • demo-case/filter-some-row/use-python-pandas

1 file changed

+2
-2
lines changed

demo-case/filter-some-row/use-python-pandas/main.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
## 一行的寫法
77
python3 -c 'import pandas as pd;df = pd.read_csv("var/input.csv");df[df.bal != 0].to_csv("var/output.csv", index=False)'
88

9-
## 下面的寫法,將上面的寫法,寫在檔案「main.awk」,當成「Script」來使用
10-
#./main.awk var/input.csv > var/output.csv
9+
## 下面的寫法,將上面的寫法,寫在檔案「main.py」,當成「Script」來使用
10+
#./main.py

0 commit comments

Comments
 (0)