{"id":19644967,"url":"https://github.com/quantecon/qeds","last_synced_at":"2025-04-28T14:32:30.681Z","repository":{"id":48906164,"uuid":"233856679","full_name":"QuantEcon/qeds","owner":"QuantEcon","description":"Python library to support the QuantEcon Data Science lecture series.","archived":false,"fork":false,"pushed_at":"2021-07-06T06:49:34.000Z","size":35804,"stargazers_count":3,"open_issues_count":4,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-28T11:24:28.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuantEcon.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-14T14:13:54.000Z","updated_at":"2021-04-30T20:43:52.000Z","dependencies_parsed_at":"2022-09-26T20:20:54.895Z","dependency_job_id":null,"html_url":"https://github.com/QuantEcon/qeds","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantEcon%2Fqeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantEcon%2Fqeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantEcon%2Fqeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantEcon%2Fqeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuantEcon","download_url":"https://codeload.github.com/QuantEcon/qeds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251330475,"owners_count":21572290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T14:31:15.583Z","updated_at":"2025-04-28T14:32:30.605Z","avatar_url":"https://github.com/QuantEcon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"qeds\n====\n\nThis package provides a simplified interface to datasets that we use\nfrequently.\n\nLoading data\n------------\n\nTo see a list of available datasets run\n\n.. code:: python\n\n    import qeds\n    qeds.data.available()\n\nTo load one of the listed datasets run\n\n.. code:: python\n\n    df = qeds.data.load(\"dataset_name\")\n\nwhere ``dataset_name`` is replaced by one of the names returned by\n``qeds.data.available()``.\n\nWhen you first load a dataset, qeds will fetch the data from\nsomewhere online. It will then save a local copy of the data to your\nhard drive. Subsequent requests to load a dataset (even in different\npython sessions) will first attempt to load the data from your hard\ndrive and only fetch from online if necessary.\n\nConfiguration\n-------------\n\nThe qeds library is configurable. Below is a listing of available\nconfiguration options.\n\nTo see a list of valid configuration options run\n\n.. code:: python\n\n    import qeds\n    qeds.data.config.describe_options()\n\nTo set a configuration use\n``valourm.data.options[section.option] = value``.\n\nFor example, to set the configuration option for the BLS api_key I would\ncall:\n\n.. code:: python\n\n    import qeds\n    qeds.data.options[\"bls.api_key\"] = \"MY_API_KEY\"\n\nDeveloper docs\n--------------\n\nContributing datasets\n~~~~~~~~~~~~~~~~~~~~~\n\nTo contribute a dataset you need to implement a function\n``_retrieve_{name}`` inside the file ``data/retrieve.py``. This function\nis responsible for obtaining the data either “by hand” (data hard coded\ninto the function) or from online. The function must return a pandas\nDataFrame with the data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantecon%2Fqeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantecon%2Fqeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantecon%2Fqeds/lists"}