aboutsummaryrefslogtreecommitdiffhomepage
path: root/notebooks/fips_data.ipynb
blob: 19ffb0469ff3040f19ea6c2e55f3ab08f7135173 (plain) (blame)
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,
   "metadata": {},
   "outputs": [],
   "source": [
    "from sec_certs.dataset import FIPSDataset\n",
    "\n",
    "dset: FIPSDataset\n",
    "dset = FIPSDataset.from_web_latest()"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "Dataset is now ready for exploration. Feel free to explore the data."
   ]
  }
 ],
 "metadata": {
  "language_info": {
   "name": "python"
  },
  "orig_nbformat": 4
 },
 "nbformat": 4,
 "nbformat_minor": 2
}