Skip to content

Commit f58c426

Browse files
committed
add entry to whatsnews doc 1.10 (pandas-dev#27135)
1 parent 8b92a4d commit f58c426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ I/O
988988
- Bug in :meth:`~SQLDatabase.execute` was raising a ``ProgrammingError`` for some DB-API drivers when the SQL statement contained the `%` character and no parameters were present (:issue:`34211`)
989989
- Bug in :meth:`~pandas.io.stata.StataReader` which resulted in categorical variables with difference dtypes when reading data using an iterator. (:issue:`31544`)
990990
- :meth:`HDFStore.keys` has now an optional `include` parameter that allows the retrieval of all native HDF5 table names (:issue:`29916`)
991+
- :meth:`read_json` now could read line-delimited JSON from file url. (:issue:`27135`)
991992

992993
Plotting
993994
^^^^^^^^

0 commit comments

Comments
 (0)