Skip to content

Commit f226799

Browse files
authored
Merge pull request #53 from QuantEcon/pandas_issue
[pandas] updating old data file link
2 parents 25cecc3 + 0b71897 commit f226799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/rst/pandas.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Supposing you have this data saved as ``test_pwt.csv`` in the present working di
178178

179179
.. code-block:: python3
180180
181-
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-source-py/master/source/_static/lecture_specific/pandas/data/test_pwt.csv')
181+
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/pandas/data/test_pwt.csv')
182182
type(df)
183183
184184
.. code-block:: python3

0 commit comments

Comments
 (0)