1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"source": [
"from sec_certs.dataset.fips import FIPSDataset\n",
"\n",
"dset: FIPSDataset\n",
"dset = FIPSDataset.from_web_latest()"
],
"outputs": [],
"metadata": {}
},
{
"cell_type": "markdown",
"source": [
"Dataset is now ready for exploration. Feel free to explore the data."
],
"metadata": {}
}
],
"metadata": {
"orig_nbformat": 4,
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
|