Skip to content

Commit 5998ae4

Browse files
committed
doc order
1 parent 836982a commit 5998ae4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

datamule/docs-rewrite/docs/datamule-python/examples/use_index_to_search_filings_by_email_usage.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Using Index() to search filings by email usage
22

3+
![Email Domain Race](../images/email_domain_race_lines.gif)
4+
![Email Domain Race Cumulative](../images/email_domain_race_cumulative.gif)
5+
6+
37
Construct data using `Index()`.
48

59
```
@@ -71,11 +75,6 @@ with open('sec_email_findings.csv', 'w', newline='', encoding='utf-8') as csvfil
7175
print("\nCSV file created successfully!")
7276
```
7377

74-
## Plots
75-
![Email Domain Race](../images/email_domain_race_lines.gif)
76-
![Email Domain Race Cumulative](../images/email_domain_race_cumulative.gif)
77-
78-
7978
## Plotting code
8079

8180
Plot email popularity

0 commit comments

Comments
 (0)