We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa7131 commit 85366d6Copy full SHA for 85366d6
docs/source/user-guide/io/json.rst
@@ -26,4 +26,4 @@ When it comes to reading a JSON file, using :meth:`.SessionContext.read_json` is
26
from datafusion import SessionContext
27
28
ctx = SessionContext()
29
- df = ctx.read_avro("file.json")
+ df = ctx.read_json("file.json")
0 commit comments