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: source/rst/pandas.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ kernelspec:
18
18
</div>
19
19
```
20
20
21
-
# Pandas
21
+
# {index}`Pandas <single: Pandas>`
22
22
23
23
```{index} single: Python; Pandas
24
24
```
@@ -305,7 +305,7 @@ This can be done with a variety of methods.
305
305
306
306
We start with a relatively low-level method and then return to pandas.
307
307
308
-
### Accessing Data with requests
308
+
### Accessing Data with {index}`requests <single: requests>`
309
309
310
310
```{index} single: Python; requests
311
311
```
@@ -384,7 +384,7 @@ Note that pandas offers many other file type alternatives.
384
384
385
385
Pandas has [a wide variety](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html) of top-level methods that we can use to read, excel, json, parquet or plug straight into a database server.
386
386
387
-
### Using pandas_datareader to Access Data
387
+
### Using {index}`pandas_datareader <single: pandas_datareader>` to Access Data
0 commit comments