How to run a python script from the command prompt using date as parameter which is in the python script?

前端 未结 0 1264
遇见更好的自我
遇见更好的自我 2021-02-20 04:45

I have .py file having following lines of code

import pandas
import sys
cwd = os.chdir("n:/user/factory")
random_date = \'2019-08-20\'
# dataframe creat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题