Skip to content

Commit 37252c6

Browse files
committed
Fixing some minor doc issues
1 parent f7c3bbf commit 37252c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/source/io.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,8 @@ into a flat table.
18481848
18491849
json_normalize(data, 'counties', ['state', 'shortname', ['info', 'governor']])
18501850
1851+
.. _io.jsonl:
1852+
18511853
Line delimited json
18521854
'''''''''''''''''''
18531855

@@ -1858,7 +1860,6 @@ using Hadoop or Spark.
18581860

18591861
.. ipython:: python
18601862
1861-
import pandas as pd
18621863
jsonl = '''
18631864
{"a":1,"b":2}
18641865
{"a":3,"b":4}

doc/source/whatsnew/v0.19.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ API changes
272272
- ``__setitem__`` will no longer apply a callable rhs as a function instead of storing it. Call ``where`` directly to get the previous behavior. (:issue:`13299`)
273273
- Passing ``Period`` with multiple frequencies to normal ``Index`` now returns ``Index`` with ``object`` dtype (:issue:`13664`)
274274
- ``PeriodIndex.fillna`` with ``Period`` has different freq now coerces to ``object`` dtype (:issue:`13664`)
275-
- The ``pd.read_json`` and ``DataFrame.to_json`` has gained support for reading and writing json lines with ``lines`` option (:issue:`9180`)
275+
- The ``pd.read_json`` and ``DataFrame.to_json`` has gained support for reading and writing json lines with ``lines`` option see :ref:`Line delimited json <io.jsonl>` (:issue:`9180`)
276276

277277
.. _whatsnew_0190.api.tolist:
278278

0 commit comments

Comments
 (0)