File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ pandas 0.11.1
30
30
31
31
**New features **
32
32
33
- -
33
+ - pd.read_html() can now parse HTML string, files or urls and return dataframes
34
+ courtesy of @cpcloud. (GH3477 _)
34
35
35
36
**Improvements to existing features **
36
37
@@ -88,6 +89,7 @@ pandas 0.11.1
88
89
.. _GH3437 : https://github.com/pydata/pandas/issues/3437
89
90
.. _GH3455 : https://github.com/pydata/pandas/issues/3455
90
91
.. _GH3457 : https://github.com/pydata/pandas/issues/3457
92
+ .. _GH3477 : https://github.com/pydata/pandas/issues/3457
91
93
.. _GH3461 : https://github.com/pydata/pandas/issues/3461
92
94
.. _GH3468 : https://github.com/pydata/pandas/issues/3468
93
95
.. _GH3448 : https://github.com/pydata/pandas/issues/3448
Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ API changes
12
12
13
13
Enhancements
14
14
~~~~~~~~~~~~
15
+ - pd.read_html() can now parse HTML string, files or urls and return dataframes
16
+ courtesy of @cpcloud. (GH3477_)
15
17
16
18
See the `full release notes
17
19
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
18
20
on GitHub for a complete list.
19
21
20
22
.. _GH2437: https://github.com/pydata/pandas/issues/2437
23
+ .. _GH3477: https://github.com/pydata/pandas/issues/3477
You can’t perform that action at this time.
0 commit comments