Pandas Json : “TypeError: to_json() got an unexpected keyword argument 'indent' ”

前端 未结 0 419
再見小時候
再見小時候 2021-01-05 03:46

Using this simple piece of code, i\'m getting an error.

import json
import pandas as pd
df = pd.DataFrame(
    [["a", "b"], ["c"         


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