Why does it show an error when I try to save a pandas DataFrame file into an arff using arff.dump()?

后端 未结 0 477
情话喂你
情话喂你 2021-02-15 15:19

I\'m trying to save a data file into arff using the python module arff (!pip install arff)

    import arff
arff.dump(\'test.arff\',(test_data.values),relation=\'t         


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