We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25cecc3 + 0b71897 commit f226799Copy full SHA for f226799
source/rst/pandas.rst
@@ -178,7 +178,7 @@ Supposing you have this data saved as ``test_pwt.csv`` in the present working di
178
179
.. code-block:: python3
180
181
- df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-source-py/master/source/_static/lecture_specific/pandas/data/test_pwt.csv')
+ df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/pandas/data/test_pwt.csv')
182
type(df)
183
184
0 commit comments