{ "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 }