You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/io.rst
+22
Original file line number
Diff line number
Diff line change
@@ -2463,3 +2463,25 @@ Alternatively, the function :func:`~pandas.io.stata.read_stata` can be used
2463
2463
2464
2464
import os
2465
2465
os.remove('stata.dta')
2466
+
2467
+
Data
2468
+
----
2469
+
2470
+
Functions from :mod:`pandas.io.data` extract data from various Internet
2471
+
sources into a DataFrame. Currently the following sources are supported:
2472
+
2473
+
- Yahoo! Finance
2474
+
- Google Finance
2475
+
- St. Louis FED (FRED)
2476
+
- Kenneth French's data library
2477
+
2478
+
It should be noted, that various sources support different kinds of data, so notall sources implement the same methods and the data elements returned might also differ.
0 commit comments