Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

export python pandas dataframe as json file

df.to_json(r'C:UsersRonDesktopFile Name.json', orient='index')

#if you want to just convert to a json file, then omit the file path and enter only file name.
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #export #python #pandas #dataframe #json #file
ADD COMMENT
Topic
Name
7+5 =