Skip to content

Commit 9516060

Browse files
committed
SEC Datasets
1 parent a59391c commit 9516060

File tree

7 files changed

+9938
-8
lines changed

7 files changed

+9938
-8
lines changed

docs/_quarto.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ book:
7474
chapters:
7575

7676
- href: notes/pandas/obtaining-dataframes.qmd
77-
text: "Obtaining Data Frames"
77+
text: "Obtaining DataFrames"
7878

7979
- href: notes/pandas/working-with-dataframes.qmd
80-
text: "Working with Data Frames"
80+
text: "Working with DataFrames"
8181

8282
- href: notes/pandas/column-operations.qmd
8383
text: "Column Operations"
@@ -89,7 +89,7 @@ book:
8989
text: "Index Operations"
9090

9191
- href: notes/pandas/exporting-dataframes.qmd
92-
text: "Exporting Data Frames"
92+
text: "Exporting DataFrames"
9393

9494

9595
- part: "Visualizing Tabular Data"
@@ -169,6 +169,9 @@ book:
169169
- href: notes/financial-data-sources/alphavantage-api.qmd
170170
text: "AlphaVantage API"
171171

172+
- href: notes/financial-data-sources/sec-gov.qmd
173+
text: "SEC API"
174+
172175

173176

174177

0 commit comments

Comments
 (0)