How to push long url list from CSV to Redis

后端 未结 0 1919
灰色年华
灰色年华 2021-01-02 07:08
    try:
        with open(filepath) as f:
            data = pd.read_csv(f,names=[\'id\',\'url\'])
            for id, url in enumerate(data[\'url\']):
                     


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