Skip to content

Commit

Permalink
Automated Change
Browse files Browse the repository at this point in the history
  • Loading branch information
artem1205 authored and octavia-squidington-iii committed Apr 11, 2023
1 parent 2bb85fb commit dc707f7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12594,11 +12594,7 @@
"type": "string",
"title": "Reader Options",
"description": "This should be a string in JSON format. It depends on the chosen file format to provide additional options and tune its behavior.",
"examples": [ "{}", "{\"sep\": \" \"}", {
"sep": "\t",
"header": 0,
"names": [ "column1", "column2" ]
} ]
"examples": [ "{}", "{\"sep\": \" \"}", "{\"sep\": \"\t\", \"header\": 0, \"names\": [\"column1\", \"column2\"] }" ]
},
"url": {
"type": "string",
Expand Down

0 comments on commit dc707f7

Please sign in to comment.