Skip to content

Commit 85366d6

Browse files
authored
Update json.rst (#538)
1 parent eaa7131 commit 85366d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/io/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ When it comes to reading a JSON file, using :meth:`.SessionContext.read_json` is
2626
from datafusion import SessionContext
2727
2828
ctx = SessionContext()
29-
df = ctx.read_avro("file.json")
29+
df = ctx.read_json("file.json")

0 commit comments

Comments
 (0)