From 37655e8e84392cd076fb6a9857d6ab7419fcc91e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 15 Jul 2024 13:24:12 +0000 Subject: [PATCH] deploy: e24ded1bf01a966c2890d55e7375c4bdf0641fbe --- searchindex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchindex.js b/searchindex.js index e5d455b..b37675b 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Clear Cache": [[7, "clear-cache"]], "Contents": [[1, null]], "Contributor information": [[0, "contributor-information"]], "Dev env setup": [[0, "dev-env-setup"]], "Developer Information": [[0, null]], "Documentation process": [[0, "documentation-process"]], "Download data": [[7, "download-data"]], "Find the right data": [[7, "find-the-right-data"]], "Getting started": [[6, null]], "Indices and tables": [[1, "indices-and-tables"]], "Installation": [[2, null]], "License": [[3, null]], "Modules": [[1, null]], "Overall Module contents": [[4, "module-pystatis"]], "Roadmap": [[5, null]], "The GENESIS data model": [[7, "the-genesis-data-model"]], "Usage": [[7, null]], "Workflow": [[0, "workflow"]], "Zensus 2022 update": [[1, "zensus-2022-update"]], "pystatis": [[1, null]], "pystatis package": [[4, null]], "pystatis.cache module": [[4, "module-pystatis.cache"]], "pystatis.config module": [[4, "module-pystatis.config"]], "pystatis.custom_exceptions module": [[4, "module-pystatis.exception"]], "pystatis.find module": [[4, "module-pystatis.find"]], "pystatis.helloworld module": [[4, "module-pystatis.helloworld"]], "pystatis.http_helper module": [[4, "module-pystatis.http_helper"]], "pystatis.profile module": [[4, "module-pystatis.profile"]], "pystatis.table module": [[4, "module-pystatis.table"]]}, "docnames": ["contribute", "index", "install", "license", "pystatis", "roadmap", "start", "use"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["contribute.rst", "index.rst", "install.rst", "license.rst", "pystatis.rst", "roadmap.rst", "start.rst", "use.rst"], "indexentries": {"cache_data() (in module pystatis.cache)": [[4, "pystatis.cache.cache_data", false]], "change_password() (in module pystatis.profile)": [[4, "pystatis.profile.change_password", false]], "clear_cache() (in module pystatis)": [[4, "pystatis.clear_cache", false]], "clear_cache() (in module pystatis.cache)": [[4, "pystatis.cache.clear_cache", false]], "config_exists() (in module pystatis.config)": [[4, "pystatis.config.config_exists", false]], "create_default_config() (in module pystatis.config)": [[4, "pystatis.config.create_default_config", false]], "cubes (pystatis.find attribute)": [[4, "pystatis.Find.cubes", false]], "cubes (pystatis.find.find attribute)": [[4, "pystatis.find.Find.cubes", false]], "db_name (pystatis.find attribute)": [[4, "pystatis.Find.db_name", false]], "db_name (pystatis.find.find attribute)": [[4, "pystatis.find.Find.db_name", false]], "delete_config() (in module pystatis.config)": [[4, "pystatis.config.delete_config", false]], "destatisstatuserror": [[4, "pystatis.exception.DestatisStatusError", false]], "extract_ags_col() (pystatis.table static method)": [[4, "pystatis.Table.extract_ags_col", false]], "extract_ags_col() (pystatis.table.table static method)": [[4, "pystatis.table.Table.extract_ags_col", false]], "find (class in pystatis)": [[4, "pystatis.Find", false]], "find (class in pystatis.find)": [[4, "pystatis.find.Find", false]], "get_cache_dir() (in module pystatis.config)": [[4, "pystatis.config.get_cache_dir", false]], "get_data() (pystatis.table method)": [[4, "pystatis.Table.get_data", false]], "get_data() (pystatis.table.table method)": [[4, "pystatis.table.Table.get_data", false]], "get_data_from_endpoint() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.get_data_from_endpoint", false]], "get_data_from_resultfile() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.get_data_from_resultfile", false]], "get_db_identifiers() (in module pystatis.config)": [[4, "pystatis.config.get_db_identifiers", false]], "get_job_id_from_response() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.get_job_id_from_response", false]], "get_supported_db() (in module pystatis.config)": [[4, "pystatis.config.get_supported_db", false]], "hit_in_cash() (in module pystatis.cache)": [[4, "pystatis.cache.hit_in_cash", false]], "init_config() (in module pystatis.config)": [[4, "pystatis.config.init_config", false]], "load_config() (in module pystatis.config)": [[4, "pystatis.config.load_config", false]], "load_data() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.load_data", false]], "logincheck() (in module pystatis)": [[4, "pystatis.logincheck", false]], "logincheck() (in module pystatis.helloworld)": [[4, "pystatis.helloworld.logincheck", false]], "module": [[4, "module-pystatis", false], [4, "module-pystatis.cache", false], [4, "module-pystatis.config", false], [4, "module-pystatis.exception", false], [4, "module-pystatis.find", false], [4, "module-pystatis.helloworld", false], [4, "module-pystatis.http_helper", false], [4, "module-pystatis.profile", false], [4, "module-pystatis.table", false]], "nonewerdataerror": [[4, "pystatis.exception.NoNewerDataError", false]], "normalize_name() (in module pystatis.cache)": [[4, "pystatis.cache.normalize_name", false]], "parse_genesis_and_regio_table() (pystatis.table static method)": [[4, "pystatis.Table.parse_genesis_and_regio_table", false]], "parse_genesis_and_regio_table() (pystatis.table.table static method)": [[4, "pystatis.table.Table.parse_genesis_and_regio_table", false]], "parse_zensus_table() (pystatis.table static method)": [[4, "pystatis.Table.parse_zensus_table", false]], "parse_zensus_table() (pystatis.table.table static method)": [[4, "pystatis.table.Table.parse_zensus_table", false]], "prettify_table() (pystatis.table static method)": [[4, "pystatis.Table.prettify_table", false]], "prettify_table() (pystatis.table.table static method)": [[4, "pystatis.table.Table.prettify_table", false]], "pystatis": [[4, "module-pystatis", false]], "pystatis.cache": [[4, "module-pystatis.cache", false]], "pystatis.config": [[4, "module-pystatis.config", false]], "pystatis.exception": [[4, "module-pystatis.exception", false]], "pystatis.find": [[4, "module-pystatis.find", false]], "pystatis.helloworld": [[4, "module-pystatis.helloworld", false]], "pystatis.http_helper": [[4, "module-pystatis.http_helper", false]], "pystatis.profile": [[4, "module-pystatis.profile", false]], "pystatis.table": [[4, "module-pystatis.table", false]], "pystatisconfigerror": [[4, "pystatis.exception.PystatisConfigError", false]], "query (pystatis.find attribute)": [[4, "pystatis.Find.query", false]], "query (pystatis.find.find attribute)": [[4, "pystatis.find.Find.query", false]], "read_from_cache() (in module pystatis.cache)": [[4, "pystatis.cache.read_from_cache", false]], "remove_result() (in module pystatis.profile)": [[4, "pystatis.profile.remove_result", false]], "run() (pystatis.find method)": [[4, "id10", false], [4, "pystatis.Find.run", false]], "run() (pystatis.find.find method)": [[4, "id0", false], [4, "pystatis.find.Find.run", false]], "setup_credentials() (in module pystatis)": [[4, "pystatis.setup_credentials", false]], "setup_credentials() (in module pystatis.config)": [[4, "pystatis.config.setup_credentials", false]], "start_job() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.start_job", false]], "statistics (pystatis.find attribute)": [[4, "pystatis.Find.statistics", false]], "statistics (pystatis.find.find attribute)": [[4, "pystatis.find.Find.statistics", false]], "summary() (pystatis.find method)": [[4, "id11", false], [4, "pystatis.Find.summary", false]], "summary() (pystatis.find.find method)": [[4, "id1", false], [4, "pystatis.find.Find.summary", false]], "table (class in pystatis)": [[4, "pystatis.Table", false]], "table (class in pystatis.table)": [[4, "pystatis.table.Table", false]], "tablenotfounderror": [[4, "pystatis.exception.TableNotFoundError", false]], "tables (pystatis.find attribute)": [[4, "pystatis.Find.tables", false]], "tables (pystatis.find.find attribute)": [[4, "pystatis.find.Find.tables", false]], "variables (pystatis.find attribute)": [[4, "pystatis.Find.variables", false]], "variables (pystatis.find.find attribute)": [[4, "pystatis.find.Find.variables", false]], "whoami() (in module pystatis)": [[4, "pystatis.whoami", false]], "whoami() (in module pystatis.helloworld)": [[4, "pystatis.helloworld.whoami", false]], "write_config() (in module pystatis.config)": [[4, "pystatis.config.write_config", false]]}, "objects": {"": [[4, 0, 0, "-", "pystatis"]], "pystatis": [[4, 1, 1, "", "Find"], [4, 1, 1, "", "Table"], [4, 0, 0, "-", "cache"], [4, 4, 1, "", "clear_cache"], [4, 0, 0, "-", "config"], [4, 0, 0, "-", "exception"], [4, 0, 0, "-", "find"], [4, 0, 0, "-", "helloworld"], [4, 0, 0, "-", "http_helper"], [4, 4, 1, "", "logincheck"], [4, 0, 0, "-", "profile"], [4, 4, 1, "", "setup_credentials"], [4, 0, 0, "-", "table"], [4, 4, 1, "", "whoami"]], "pystatis.Find": [[4, 2, 1, "", "cubes"], [4, 2, 1, "", "db_name"], [4, 2, 1, "", "query"], [4, 3, 1, "id10", "run"], [4, 2, 1, "", "statistics"], [4, 3, 1, "id11", "summary"], [4, 2, 1, "", "tables"], [4, 2, 1, "", "variables"]], "pystatis.Table": [[4, 3, 1, "", "extract_ags_col"], [4, 3, 1, "", "get_data"], [4, 3, 1, "", "parse_genesis_and_regio_table"], [4, 3, 1, "", "parse_zensus_table"], [4, 3, 1, "", "prettify_table"]], "pystatis.cache": [[4, 4, 1, "", "cache_data"], [4, 4, 1, "", "clear_cache"], [4, 4, 1, "", "hit_in_cash"], [4, 4, 1, "", "normalize_name"], [4, 4, 1, "", "read_from_cache"]], "pystatis.config": [[4, 4, 1, "", "config_exists"], [4, 4, 1, "", "create_default_config"], [4, 4, 1, "", "delete_config"], [4, 4, 1, "", "get_cache_dir"], [4, 4, 1, "", "get_db_identifiers"], [4, 4, 1, "", "get_supported_db"], [4, 4, 1, "", "init_config"], [4, 4, 1, "", "load_config"], [4, 4, 1, "", "setup_credentials"], [4, 4, 1, "", "write_config"]], "pystatis.exception": [[4, 5, 1, "", "DestatisStatusError"], [4, 5, 1, "", "NoNewerDataError"], [4, 5, 1, "", "PystatisConfigError"], [4, 5, 1, "", "TableNotFoundError"]], "pystatis.find": [[4, 1, 1, "", "Find"]], "pystatis.find.Find": [[4, 2, 1, "", "cubes"], [4, 2, 1, "", "db_name"], [4, 2, 1, "", "query"], [4, 3, 1, "id0", "run"], [4, 2, 1, "", "statistics"], [4, 3, 1, "id1", "summary"], [4, 2, 1, "", "tables"], [4, 2, 1, "", "variables"]], "pystatis.helloworld": [[4, 4, 1, "", "logincheck"], [4, 4, 1, "", "whoami"]], "pystatis.http_helper": [[4, 4, 1, "", "get_data_from_endpoint"], [4, 4, 1, "", "get_data_from_resultfile"], [4, 4, 1, "", "get_job_id_from_response"], [4, 4, 1, "", "load_data"], [4, 4, 1, "", "start_job"]], "pystatis.profile": [[4, 4, 1, "", "change_password"], [4, 4, 1, "", "remove_result"]], "pystatis.table": [[4, 1, 1, "", "Table"]], "pystatis.table.Table": [[4, 3, 1, "", "extract_ags_col"], [4, 3, 1, "", "get_data"], [4, 3, 1, "", "parse_genesis_and_regio_table"], [4, 3, 1, "", "parse_zensus_table"], [4, 3, 1, "", "prettify_table"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "function", "Python function"], "5": ["py", "exception", "Python exception"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:function", "5": "py:exception"}, "terms": {"": [0, 7], "000": 4, "0001": 7, "05": 4, "1": [4, 7], "10": 4, "10787": 4, "10_000": 4, "11": 0, "11340": 4, "12": 4, "1207": 4, "1333": 4, "13564": 4, "15": 4, "157": 4, "1574": 4, "16": 4, "1719342760835": 4, "19": 4, "1900": 4, "2": [4, 7], "2001": 4, "2022": 4, "2100": 4, "21311": 7, "22": 4, "24": 4, "3": [0, 4, 7], "338": 4, "36": 4, "4": 4, "400": 4, "412": 4, "44": 4, "489": 4, "5": 4, "50": 4, "6": 4, "90": 4, "A": [4, 5, 7], "At": 7, "For": [4, 6, 7], "If": [0, 1, 2, 4, 6, 7], "It": [0, 1], "No": 1, "One": 4, "That": 1, "The": [0, 1, 4], "To": [0, 1, 6], "With": 0, "__q": 4, "__version__": [2, 4], "abl": [2, 6], "about": [0, 1, 4, 6], "abreadcrumb": 4, "accept": 4, "access": 1, "activ": 0, "ad": 0, "add": [0, 1], "addit": [0, 4], "address": 4, "after": 4, "afterward": 0, "ag": 4, "again": [0, 1], "against": [0, 6], "all": [0, 1, 4, 6, 7], "allow": 4, "alreadi": 4, "also": [0, 1, 7], "altern": 0, "alwai": [0, 4, 5], "an": [0, 1, 4], "ani": [0, 7], "anoth": 0, "api": [0, 1, 4, 5, 6], "appli": 4, "appreci": 0, "ar": [0, 1, 4], "archiv": 4, "area": 4, "argument": 4, "arriv": 1, "authent": 6, "automat": 7, "avail": 4, "b": [0, 4], "back": 0, "background": [1, 4], "bad": 5, "base": [1, 4], "base_url": 1, "basic": 4, "been": 1, "befor": [0, 1], "begin": 4, "behind": 7, "below": [4, 7], "berlin": 4, "besid": 0, "between": [1, 4], "bezirk": 4, "big": 1, "bool": 4, "both": 1, "branch": [0, 1], "built": 0, "bundesl\u00e4nd": 4, "busi": 4, "byte": 4, "c": 0, "cach": [1, 5], "cache_data": 4, "cache_dir": 4, "call": [0, 1, 4], "can": [0, 1, 2, 4, 5, 6, 7], "care": 0, "case": 7, "cash": 4, "cassett": 0, "catalogu": 4, "cd": 0, "challeng": 5, "chang": [0, 1, 4], "change_password": 4, "charact": 4, "check": [0, 4, 6], "checkout": 0, "choos": 0, "class": [4, 7], "classif": 4, "clean": [0, 4], "clear": 1, "clear_cach": [1, 4, 7], "clone": 0, "code": [0, 4, 7], "column": 4, "com": 0, "combin": 4, "comma": 4, "command": 0, "commit": 0, "complet": [4, 6, 7], "compress": 4, "conda": 0, "config": [0, 1], "config_dir": 4, "config_exist": 4, "config_fil": 4, "configpars": 4, "configur": 4, "conflict": 0, "consist": [5, 7], "construct": 4, "contact": 0, "contain": [4, 5, 7], "content_typ": 4, "contribut": 0, "contributor": 1, "core": 4, "correctli": [2, 6], "could": 5, "creat": [0, 1, 4, 6], "create_default_config": 4, "credenti": [1, 4, 6], "crucial": 0, "csv": 4, "cube": [4, 7], "cumbersom": 1, "cumul": 4, "current": [0, 1, 4, 7], "custom": 4, "custom_except": 1, "data": [0, 1, 4, 5, 6], "databas": [1, 4, 6, 7], "datafram": [4, 7], "dataset": [1, 5], "date": [0, 4], "datenbank": 1, "datetim": 5, "db_name": 4, "de": [4, 7], "declin": 0, "decor": 4, "default": [0, 1, 4, 7], "defin": [0, 4], "delet": [0, 1, 4, 7], "delete_config": [1, 4], "depend": 0, "descript": [0, 4], "despit": 1, "destati": 4, "destatisstatuserror": 4, "detail": [0, 6, 7], "deutschland": 4, "dev": 1, "develop": 1, "df": 7, "dg": 4, "dict": 4, "dictionari": 4, "differ": [1, 4], "digit": 4, "directli": [0, 1], "directori": [0, 4], "displai": 4, "distribut": 3, "dland": 4, "do": [0, 1], "doc": 0, "docstr": 0, "document": 1, "doe": 4, "download": [1, 4, 5, 6], "e": [4, 7], "each": [5, 7], "easili": 1, "eg": 4, "einwohnern": 4, "either": [0, 4, 6, 7], "element": 7, "empti": 4, "en": [4, 7], "enabl": 1, "end": [1, 4], "endpoint": [4, 6, 7], "endyear": 4, "english": 7, "enough": 1, "ensur": 0, "environ": [0, 4], "equal": 4, "ergebnistabel": 4, "ergebnistabellen": 4, "ergebnistabellequalitaet": 4, "error": 4, "everi": 0, "everyth": [2, 6], "exampl": [4, 6, 7], "except": 4, "execut": 4, "exist": [0, 4], "exit": 0, "explan": 4, "extra": 4, "extract": 4, "extract_ags_col": 4, "fail": 0, "featur": [0, 1], "fehler": 4, "fetch": 7, "few": 5, "ffcsv": 4, "field": 5, "file": 4, "fill": 4, "final": [0, 1], "find": 1, "finish": 4, "first": [0, 4], "fix": 0, "folder": [0, 4], "follow": [0, 1, 6, 7], "fork": 0, "format": 4, "found": 4, "frame": 4, "from": [0, 1, 4, 5, 6, 7], "full": [0, 1], "function": [4, 7], "futur": 5, "g": [4, 7], "gebietsstand": 4, "gemein": 4, "gemeinden": 4, "gemeindeverb\u00e4nd": 4, "gener": 4, "genesi": [1, 4, 5, 6], "geobl1": 4, "geobl3": 4, "geobz1": 4, "geodl1": 4, "geodl3": 4, "geogm1": 4, "geogm2": 4, "geogm3": 4, "geogm4": 4, "geolk1": 4, "geolk3": 4, "geolk4": 4, "georb1": 4, "georb3": 4, "geovb1": 4, "geovb2": 4, "geovb3": 4, "geovb4": 4, "german": 7, "get": [0, 1, 4, 7], "get_cache_dir": 4, "get_cod": 7, "get_data": [4, 7], "get_data_from_endpoint": 4, "get_data_from_resultfil": 4, "get_db_identifi": 4, "get_job_id_from_respons": 4, "get_metadata": 7, "get_supported_db": 4, "git": 0, "github": 1, "given": 4, "good": 5, "guid": 6, "ha": [0, 1, 4], "hamburg": 4, "handl": [1, 4], "hash": 4, "have": [0, 1, 4, 5, 6], "header": 0, "helloworld": [1, 6], "helper": 4, "here": [0, 1, 6], "hh": 4, "highli": 0, "hit_in_cash": 4, "hold": 4, "home": 4, "hook": 0, "host": [1, 4], "how": 0, "howev": [1, 5], "html": 0, "http": 4, "http_helper": 1, "i": [0, 1, 4, 5, 6, 7], "id": 4, "idea": 5, "identifi": 4, "imag": 7, "implement": [4, 5], "import": [0, 1, 2, 4, 6, 7], "improv": 5, "includ": 4, "index": 1, "indic": 4, "individu": 0, "info": 0, "inform": [1, 3, 4, 7], "ini": [1, 4], "init_config": 4, "initi": 7, "insid": 0, "instal": [0, 1], "instead": 1, "int": 4, "integr": 1, "interfac": [1, 4], "interpret": 0, "invalid": 4, "ip": 4, "issu": 0, "item": 4, "itself": 0, "jj": 4, "jjjj": 4, "job": [1, 4], "job_id": 4, "just": [1, 4], "kei": 4, "keyword": 4, "kreis": 4, "kreisfrei": 4, "krsfr": 4, "label": 4, "landkreis": 4, "languag": [4, 7], "last": 5, "latest": 0, "learn": [0, 1], "leav": 0, "let": [0, 1], "levelid": 4, "levelindex": 4, "licens": 1, "like": [0, 2, 4], "limit": 1, "linux": 4, "list": 4, "load": [0, 4, 7], "load_config": 4, "load_data": 4, "local": [0, 4], "locat": 4, "logic": 4, "login": 4, "logincheck": [1, 4, 6], "long": 0, "longer": 1, "look": [4, 5], "m": 0, "main": [1, 7], "maintain": 0, "make": 0, "manag": [0, 1], "manual": [1, 4], "match": 4, "matter": 5, "mayb": 5, "mechan": 5, "mein": 4, "merg": 0, "messag": 4, "metadata": [4, 5, 7], "method": 4, "min": 4, "mindesten": 4, "miniforg": 0, "mirror": 0, "mit": [3, 4], "mm": 4, "model": 1, "modul": 0, "moment": 7, "more": [0, 1, 3, 4, 6, 7], "most": 0, "multipl": [4, 7], "municip": 4, "n": 0, "name": [0, 4, 7], "need": 1, "new": [0, 1, 4], "new_episod": 0, "new_password": 4, "newer": [4, 5], "newfeatur": 0, "next": 7, "none": 4, "nonewerdataerror": 4, "normal": 4, "normalize_nam": 4, "notebook": [6, 7], "now": [5, 7], "number": [0, 4], "object": [4, 7], "off": 4, "offer": 7, "offici": [1, 4], "old": 1, "omit": 4, "onc": [4, 5, 6], "one": 6, "onli": [4, 6, 7], "onlin": [1, 4, 5, 6, 7], "open": [0, 1], "oper": 4, "option": 4, "origin": 0, "other": 4, "otherwis": 4, "out": [0, 2, 6], "overal": 1, "overview": 7, "packag": [0, 1, 2, 7], "page": 1, "panda": [1, 4, 7], "param": 4, "paramet": [4, 7], "pars": [0, 1, 4], "parse_genesis_and_regio_t": 4, "parse_zensus_t": 4, "parser": 4, "part": 4, "pass": [0, 4], "password": [1, 4, 6], "path": 4, "pattern": 4, "pd": 4, "permiss": 4, "piec": 7, "pip": 2, "pleas": [0, 1, 6, 7], "poetri": 0, "possibl": [0, 4], "pr": 0, "pre": 0, "prefix": 0, "present": 4, "prettifi": [4, 7], "prettify_t": 4, "previou": 4, "print": [2, 4], "prior": 0, "process": 1, "product": 1, "profil": 1, "project": 0, "propos": 0, "provid": [0, 4, 5, 6, 7], "publish": 1, "pull": 0, "push": 0, "put": 7, "pyproject": 0, "pystati": [0, 2, 6, 7], "pystatis_config_dir": 4, "pystatisconfigerror": 4, "pytest": 0, "python": [0, 1, 4], "qualiti": [0, 4], "queri": [1, 4, 7], "quit": 5, "rais": 4, "raw": 4, "raw_data": 4, "reach": 4, "read": 4, "read_from_cach": 4, "readabl": 4, "readm": 0, "realli": 5, "realpython": 0, "rebas": 0, "receiv": 0, "record": 0, "refer": 1, "reformat": 4, "regbez": 4, "regex": 4, "regierungsbezirk": 4, "regio": 4, "region": 4, "regionaldatenbank": [1, 6], "regionalkei": 4, "regionalstatistik": 4, "regionalvari": 4, "regionen": 4, "regist": 6, "relat": 4, "relev": [1, 4], "reli": 0, "remot": 0, "remov": [1, 4], "remove_result": 4, "repositori": 0, "repres": 4, "request": [0, 4], "resid": 4, "respect": 6, "respons": 4, "rest": 4, "restart": 1, "result": [1, 4, 7], "retriev": [4, 5, 7], "return": 4, "right": [1, 5, 6], "rkmerkmal": 4, "roadmap": 1, "roh\u00f6l": 7, "root": [0, 4], "run": [0, 4, 7], "sampl": 7, "save": 4, "scene": 7, "search": [1, 4, 7], "section": 0, "see": [0, 3, 4], "select": 4, "send": 4, "separ": 4, "seri": 4, "servic": [1, 4, 6], "session": [0, 1], "set": [1, 4, 6, 7], "setup": [4, 6], "setup_credenti": [1, 4], "shell": 0, "should": [2, 4, 5], "simpli": 6, "simplifi": 1, "slice": 4, "small": 4, "so": [0, 1, 5, 7], "solv": 0, "space": 4, "speak": 4, "specifi": [4, 7], "sphinx": 0, "stand": 4, "start": [1, 4], "start_job": 4, "startyear": 4, "static": 4, "statist": [4, 7], "statistisch": 4, "statu": 4, "step": 0, "still": 0, "store": [4, 7], "str": 4, "strict": 1, "string": 4, "structur": [4, 7], "studi": [6, 7], "st\u00e4dte": 4, "submodul": 4, "subsequ": 4, "successfulli": 4, "summar": 7, "summari": 4, "summary_str": 4, "suppli": 4, "support": [0, 1, 4, 6, 7], "sure": 0, "switch": [0, 1], "symbol": 4, "system": 0, "t": 7, "tabellen": 4, "tabl": [5, 7], "tablefil": 4, "tablenotfounderror": 4, "target": 0, "test": [0, 1, 4], "text": 4, "than": [4, 5], "them": [0, 1], "thi": [0, 1, 2, 4, 5, 6, 7], "through": 0, "throw": 4, "time": [4, 7], "timeout": 4, "timeslic": 4, "toml": 0, "too": 1, "top_n_preview": 4, "trigger": 0, "true": 4, "tt": 4, "two": 1, "txt": 3, "type": [4, 7], "u": 4, "uncompress": 4, "und": 4, "under": [0, 3, 4], "uniqu": 4, "unnecessari": 4, "until": 4, "up": [0, 1, 5, 6], "updat": [4, 5], "url": [1, 4], "us": [0, 4, 6, 7], "usag": [0, 1, 4], "user": [1, 4, 5, 6], "userhom": 4, "usernam": [1, 6], "usual": 0, "valid": [1, 4], "valu": [4, 5], "valueerror": 4, "variabl": [4, 5, 7], "vcr": 0, "version": [0, 2, 4, 5], "via": [0, 1, 2], "virtual": 0, "visibl": 4, "vv": 0, "wai": 1, "we": [1, 5], "web": [1, 4, 6], "well": [0, 1, 4], "when": [4, 7], "which": [4, 6], "whoami": [1, 4], "why": 1, "wildcard": 4, "window": 4, "within": [4, 7], "without": [0, 4], "work": [0, 1, 2, 6], "workflow": 1, "wrapper": [1, 4], "write": [1, 4], "write_config": 4, "www": 4, "yaml": 0, "year": 4, "yet": 7, "you": [0, 1, 2, 4, 6], "your": [0, 1, 6], "zensu": [4, 6], "zensusdatenbank": 4, "zip": 4}, "titles": ["Developer Information", "pystatis", "Installation", "License", "pystatis package", "Roadmap", "Getting started", "Usage"], "titleterms": {"2022": 1, "The": 7, "cach": [4, 7], "clear": 7, "config": 4, "content": [1, 4], "contributor": 0, "custom_except": 4, "data": 7, "dev": 0, "develop": 0, "document": 0, "download": 7, "env": 0, "find": [4, 7], "genesi": 7, "get": 6, "helloworld": 4, "http_helper": 4, "indic": 1, "inform": 0, "instal": 2, "licens": 3, "model": 7, "modul": [1, 4], "overal": 4, "packag": 4, "process": 0, "profil": 4, "pystati": [1, 4], "right": 7, "roadmap": 5, "setup": 0, "start": 6, "tabl": [1, 4], "updat": 1, "usag": 7, "workflow": 0, "zensu": 1}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Clear Cache": [[7, "clear-cache"]], "Contents": [[1, null]], "Contributor information": [[0, "contributor-information"]], "Dev env setup": [[0, "dev-env-setup"]], "Developer Information": [[0, null]], "Documentation process": [[0, "documentation-process"]], "Download data": [[7, "download-data"]], "Find the right data": [[7, "find-the-right-data"]], "Getting started": [[6, null]], "Indices and tables": [[1, "indices-and-tables"]], "Installation": [[2, null]], "License": [[3, null]], "Modules": [[1, null]], "Overall Module contents": [[4, "module-pystatis"]], "Roadmap": [[5, null]], "The GENESIS data model": [[7, "the-genesis-data-model"]], "Usage": [[7, null]], "Workflow": [[0, "workflow"]], "Zensus 2022 update": [[1, "zensus-2022-update"]], "pystatis": [[1, null]], "pystatis package": [[4, null]], "pystatis.cache module": [[4, "module-pystatis.cache"]], "pystatis.config module": [[4, "module-pystatis.config"]], "pystatis.custom_exceptions module": [[4, "module-pystatis.exception"]], "pystatis.find module": [[4, "module-pystatis.find"]], "pystatis.helloworld module": [[4, "module-pystatis.helloworld"]], "pystatis.http_helper module": [[4, "module-pystatis.http_helper"]], "pystatis.profile module": [[4, "module-pystatis.profile"]], "pystatis.table module": [[4, "module-pystatis.table"]]}, "docnames": ["contribute", "index", "install", "license", "pystatis", "roadmap", "start", "use"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["contribute.rst", "index.rst", "install.rst", "license.rst", "pystatis.rst", "roadmap.rst", "start.rst", "use.rst"], "indexentries": {"cache_data() (in module pystatis.cache)": [[4, "pystatis.cache.cache_data", false]], "change_password() (in module pystatis.profile)": [[4, "pystatis.profile.change_password", false]], "clear_cache() (in module pystatis)": [[4, "pystatis.clear_cache", false]], "clear_cache() (in module pystatis.cache)": [[4, "pystatis.cache.clear_cache", false]], "config_exists() (in module pystatis.config)": [[4, "pystatis.config.config_exists", false]], "create_default_config() (in module pystatis.config)": [[4, "pystatis.config.create_default_config", false]], "cubes (pystatis.find attribute)": [[4, "pystatis.Find.cubes", false]], "cubes (pystatis.find.find attribute)": [[4, "pystatis.find.Find.cubes", false]], "db_name (pystatis.find attribute)": [[4, "pystatis.Find.db_name", false]], "db_name (pystatis.find.find attribute)": [[4, "pystatis.find.Find.db_name", false]], "delete_config() (in module pystatis.config)": [[4, "pystatis.config.delete_config", false]], "destatisstatuserror": [[4, "pystatis.exception.DestatisStatusError", false]], "extract_ags_col() (pystatis.table static method)": [[4, "pystatis.Table.extract_ags_col", false]], "extract_ags_col() (pystatis.table.table static method)": [[4, "pystatis.table.Table.extract_ags_col", false]], "find (class in pystatis)": [[4, "pystatis.Find", false]], "find (class in pystatis.find)": [[4, "pystatis.find.Find", false]], "get_cache_dir() (in module pystatis.config)": [[4, "pystatis.config.get_cache_dir", false]], "get_data() (pystatis.table method)": [[4, "pystatis.Table.get_data", false]], "get_data() (pystatis.table.table method)": [[4, "pystatis.table.Table.get_data", false]], "get_data_from_endpoint() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.get_data_from_endpoint", false]], "get_data_from_resultfile() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.get_data_from_resultfile", false]], "get_db_identifiers() (in module pystatis.config)": [[4, "pystatis.config.get_db_identifiers", false]], "get_job_id_from_response() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.get_job_id_from_response", false]], "get_supported_db() (in module pystatis.config)": [[4, "pystatis.config.get_supported_db", false]], "hit_in_cash() (in module pystatis.cache)": [[4, "pystatis.cache.hit_in_cash", false]], "init_config() (in module pystatis.config)": [[4, "pystatis.config.init_config", false]], "load_config() (in module pystatis.config)": [[4, "pystatis.config.load_config", false]], "load_data() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.load_data", false]], "logincheck() (in module pystatis)": [[4, "pystatis.logincheck", false]], "logincheck() (in module pystatis.helloworld)": [[4, "pystatis.helloworld.logincheck", false]], "module": [[4, "module-pystatis", false], [4, "module-pystatis.cache", false], [4, "module-pystatis.config", false], [4, "module-pystatis.exception", false], [4, "module-pystatis.find", false], [4, "module-pystatis.helloworld", false], [4, "module-pystatis.http_helper", false], [4, "module-pystatis.profile", false], [4, "module-pystatis.table", false]], "nonewerdataerror": [[4, "pystatis.exception.NoNewerDataError", false]], "normalize_name() (in module pystatis.cache)": [[4, "pystatis.cache.normalize_name", false]], "parse_genesis_and_regio_table() (pystatis.table static method)": [[4, "pystatis.Table.parse_genesis_and_regio_table", false]], "parse_genesis_and_regio_table() (pystatis.table.table static method)": [[4, "pystatis.table.Table.parse_genesis_and_regio_table", false]], "parse_zensus_table() (pystatis.table static method)": [[4, "pystatis.Table.parse_zensus_table", false]], "parse_zensus_table() (pystatis.table.table static method)": [[4, "pystatis.table.Table.parse_zensus_table", false]], "prettify_table() (pystatis.table static method)": [[4, "pystatis.Table.prettify_table", false]], "prettify_table() (pystatis.table.table static method)": [[4, "pystatis.table.Table.prettify_table", false]], "pystatis": [[4, "module-pystatis", false]], "pystatis.cache": [[4, "module-pystatis.cache", false]], "pystatis.config": [[4, "module-pystatis.config", false]], "pystatis.exception": [[4, "module-pystatis.exception", false]], "pystatis.find": [[4, "module-pystatis.find", false]], "pystatis.helloworld": [[4, "module-pystatis.helloworld", false]], "pystatis.http_helper": [[4, "module-pystatis.http_helper", false]], "pystatis.profile": [[4, "module-pystatis.profile", false]], "pystatis.table": [[4, "module-pystatis.table", false]], "pystatisconfigerror": [[4, "pystatis.exception.PystatisConfigError", false]], "query (pystatis.find attribute)": [[4, "pystatis.Find.query", false]], "query (pystatis.find.find attribute)": [[4, "pystatis.find.Find.query", false]], "read_from_cache() (in module pystatis.cache)": [[4, "pystatis.cache.read_from_cache", false]], "remove_result() (in module pystatis.profile)": [[4, "pystatis.profile.remove_result", false]], "run() (pystatis.find method)": [[4, "id10", false], [4, "pystatis.Find.run", false]], "run() (pystatis.find.find method)": [[4, "id0", false], [4, "pystatis.find.Find.run", false]], "setup_credentials() (in module pystatis)": [[4, "pystatis.setup_credentials", false]], "setup_credentials() (in module pystatis.config)": [[4, "pystatis.config.setup_credentials", false]], "start_job() (in module pystatis.http_helper)": [[4, "pystatis.http_helper.start_job", false]], "statistics (pystatis.find attribute)": [[4, "pystatis.Find.statistics", false]], "statistics (pystatis.find.find attribute)": [[4, "pystatis.find.Find.statistics", false]], "summary() (pystatis.find method)": [[4, "id11", false], [4, "pystatis.Find.summary", false]], "summary() (pystatis.find.find method)": [[4, "id1", false], [4, "pystatis.find.Find.summary", false]], "table (class in pystatis)": [[4, "pystatis.Table", false]], "table (class in pystatis.table)": [[4, "pystatis.table.Table", false]], "tablenotfounderror": [[4, "pystatis.exception.TableNotFoundError", false]], "tables (pystatis.find attribute)": [[4, "pystatis.Find.tables", false]], "tables (pystatis.find.find attribute)": [[4, "pystatis.find.Find.tables", false]], "variables (pystatis.find attribute)": [[4, "pystatis.Find.variables", false]], "variables (pystatis.find.find attribute)": [[4, "pystatis.find.Find.variables", false]], "whoami() (in module pystatis)": [[4, "pystatis.whoami", false]], "whoami() (in module pystatis.helloworld)": [[4, "pystatis.helloworld.whoami", false]], "write_config() (in module pystatis.config)": [[4, "pystatis.config.write_config", false]]}, "objects": {"": [[4, 0, 0, "-", "pystatis"]], "pystatis": [[4, 1, 1, "", "Find"], [4, 1, 1, "", "Table"], [4, 0, 0, "-", "cache"], [4, 4, 1, "", "clear_cache"], [4, 0, 0, "-", "config"], [4, 0, 0, "-", "exception"], [4, 0, 0, "-", "find"], [4, 0, 0, "-", "helloworld"], [4, 0, 0, "-", "http_helper"], [4, 4, 1, "", "logincheck"], [4, 0, 0, "-", "profile"], [4, 4, 1, "", "setup_credentials"], [4, 0, 0, "-", "table"], [4, 4, 1, "", "whoami"]], "pystatis.Find": [[4, 2, 1, "", "cubes"], [4, 2, 1, "", "db_name"], [4, 2, 1, "", "query"], [4, 3, 1, "id10", "run"], [4, 2, 1, "", "statistics"], [4, 3, 1, "id11", "summary"], [4, 2, 1, "", "tables"], [4, 2, 1, "", "variables"]], "pystatis.Table": [[4, 3, 1, "", "extract_ags_col"], [4, 3, 1, "", "get_data"], [4, 3, 1, "", "parse_genesis_and_regio_table"], [4, 3, 1, "", "parse_zensus_table"], [4, 3, 1, "", "prettify_table"]], "pystatis.cache": [[4, 4, 1, "", "cache_data"], [4, 4, 1, "", "clear_cache"], [4, 4, 1, "", "hit_in_cash"], [4, 4, 1, "", "normalize_name"], [4, 4, 1, "", "read_from_cache"]], "pystatis.config": [[4, 4, 1, "", "config_exists"], [4, 4, 1, "", "create_default_config"], [4, 4, 1, "", "delete_config"], [4, 4, 1, "", "get_cache_dir"], [4, 4, 1, "", "get_db_identifiers"], [4, 4, 1, "", "get_supported_db"], [4, 4, 1, "", "init_config"], [4, 4, 1, "", "load_config"], [4, 4, 1, "", "setup_credentials"], [4, 4, 1, "", "write_config"]], "pystatis.exception": [[4, 5, 1, "", "DestatisStatusError"], [4, 5, 1, "", "NoNewerDataError"], [4, 5, 1, "", "PystatisConfigError"], [4, 5, 1, "", "TableNotFoundError"]], "pystatis.find": [[4, 1, 1, "", "Find"]], "pystatis.find.Find": [[4, 2, 1, "", "cubes"], [4, 2, 1, "", "db_name"], [4, 2, 1, "", "query"], [4, 3, 1, "id0", "run"], [4, 2, 1, "", "statistics"], [4, 3, 1, "id1", "summary"], [4, 2, 1, "", "tables"], [4, 2, 1, "", "variables"]], "pystatis.helloworld": [[4, 4, 1, "", "logincheck"], [4, 4, 1, "", "whoami"]], "pystatis.http_helper": [[4, 4, 1, "", "get_data_from_endpoint"], [4, 4, 1, "", "get_data_from_resultfile"], [4, 4, 1, "", "get_job_id_from_response"], [4, 4, 1, "", "load_data"], [4, 4, 1, "", "start_job"]], "pystatis.profile": [[4, 4, 1, "", "change_password"], [4, 4, 1, "", "remove_result"]], "pystatis.table": [[4, 1, 1, "", "Table"]], "pystatis.table.Table": [[4, 3, 1, "", "extract_ags_col"], [4, 3, 1, "", "get_data"], [4, 3, 1, "", "parse_genesis_and_regio_table"], [4, 3, 1, "", "parse_zensus_table"], [4, 3, 1, "", "prettify_table"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "function", "Python function"], "5": ["py", "exception", "Python exception"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:function", "5": "py:exception"}, "terms": {"": [0, 7], "000": 4, "0001": 7, "05": 4, "1": [4, 7], "10": 4, "10787": 4, "10_000": 4, "11": 0, "11340": 4, "12": 4, "1207": 4, "1333": 4, "13564": 4, "15": 4, "157": 4, "1574": 4, "16": 4, "1719342760835": 4, "19": 4, "1900": 4, "2": [4, 7], "2001": 4, "2022": 4, "2100": 4, "21311": 7, "22": 4, "24": 4, "3": [0, 4, 7], "338": 4, "36": 4, "4": 4, "400": 4, "412": 4, "44": 4, "489": 4, "5": 4, "50": 4, "6": 4, "90": 4, "A": [4, 5, 7], "At": 7, "For": [4, 6, 7], "If": [0, 1, 2, 4, 6, 7], "It": [0, 1], "No": 1, "One": 4, "That": 1, "The": [0, 1, 4], "To": [0, 1, 6], "With": 0, "__q": 4, "__version__": [2, 4], "abl": [2, 6], "about": [0, 1, 4, 6], "abreadcrumb": 4, "accept": 4, "access": 1, "activ": 0, "ad": 0, "add": [0, 1], "addit": [0, 4], "address": 4, "after": 4, "afterward": 0, "ag": 4, "again": [0, 1], "against": [0, 6], "all": [0, 1, 4, 6, 7], "allow": 4, "alreadi": 4, "also": [0, 1, 7], "altern": 0, "alwai": [0, 4, 5], "an": [0, 1, 4], "ani": [0, 7], "anoth": 0, "api": [0, 1, 4, 5, 6], "appli": 4, "appreci": 0, "ar": [0, 1, 4], "archiv": 4, "area": 4, "argument": 4, "arriv": 1, "authent": 6, "automat": 7, "avail": 4, "b": [0, 4], "back": 0, "background": [1, 4], "bad": 5, "base": [1, 4], "base_url": 1, "basic": 4, "been": 1, "befor": [0, 1], "begin": 4, "behind": 7, "below": [4, 7], "berlin": 4, "besid": 0, "between": [1, 4], "bezirk": 4, "big": 1, "bool": 4, "both": 1, "branch": [0, 1], "built": 0, "bundesl\u00e4nd": 4, "busi": 4, "byte": 4, "c": 0, "cach": [1, 5], "cache_data": 4, "cache_dir": 4, "call": [0, 1, 4], "can": [0, 1, 2, 4, 5, 6, 7], "care": 0, "case": 7, "cash": 4, "cassett": 0, "catalogu": 4, "cd": 0, "challeng": 5, "chang": [0, 1, 4], "change_password": 4, "charact": 4, "check": [0, 4, 6], "checkout": 0, "choos": 0, "class": [4, 7], "classif": 4, "clean": [0, 4], "clear": 1, "clear_cach": [1, 4, 7], "clone": 0, "code": [0, 4, 7], "column": 4, "com": 0, "combin": 4, "comma": 4, "command": 0, "commit": 0, "complet": [4, 6, 7], "compress": 4, "conda": 0, "config": [0, 1], "config_dir": 4, "config_exist": 4, "config_fil": 4, "configpars": 4, "configur": 4, "conflict": 0, "consist": [5, 7], "construct": 4, "contact": 0, "contain": [4, 5, 7], "content_typ": 4, "contribut": 0, "contributor": 1, "core": 4, "correctli": [2, 6], "could": 5, "creat": [0, 1, 4, 6], "create_default_config": 4, "credenti": [1, 4, 6], "crucial": 0, "csv": 4, "cube": [4, 7], "cumbersom": 1, "cumul": 4, "current": [0, 1, 4, 7], "custom": 4, "custom_except": 1, "data": [0, 1, 4, 5, 6], "databas": [1, 4, 6, 7], "datafram": [4, 7], "dataset": [1, 5], "date": [0, 4], "datenbank": 1, "datetim": 5, "db_name": 4, "de": [4, 7], "declin": 0, "decor": 4, "default": [0, 1, 4, 7], "defin": [0, 4], "delet": [0, 1, 4, 7], "delete_config": [1, 4], "depend": 0, "descript": [0, 4], "despit": 1, "destati": 4, "destatisstatuserror": 4, "detail": [0, 6, 7], "deutschland": 4, "dev": 1, "develop": 1, "df": 7, "dg": 4, "dict": 4, "dictionari": 4, "differ": [1, 4], "digit": 4, "directli": [0, 1], "directori": [0, 4], "displai": 4, "distribut": 3, "dland": 4, "do": [0, 1], "doc": 0, "docstr": 0, "document": 1, "doe": 4, "download": [1, 4, 5, 6], "e": [4, 7], "each": [5, 7], "easili": 1, "eg": 4, "einwohnern": 4, "either": [0, 4, 6, 7], "element": 7, "empti": 4, "en": [4, 7], "enabl": 1, "end": [1, 4], "endpoint": [4, 6, 7], "endyear": 4, "english": 7, "enough": 1, "ensur": 0, "environ": [0, 4], "equal": 4, "ergebnistabel": 4, "ergebnistabellen": 4, "ergebnistabellequalitaet": 4, "error": 4, "everi": 0, "everyth": [2, 6], "exampl": [4, 6, 7], "except": 4, "execut": 4, "exist": [0, 4], "exit": 0, "explan": 4, "extra": 4, "extract": 4, "extract_ags_col": 4, "fail": 0, "featur": [0, 1], "fehler": 4, "fetch": 7, "few": 5, "ffcsv": 4, "field": 5, "file": 4, "fill": 4, "final": [0, 1], "find": 1, "finish": 4, "first": [0, 4], "fix": 0, "folder": [0, 4], "follow": [0, 1, 6, 7], "fork": 0, "format": 4, "found": 4, "frame": 4, "from": [0, 1, 4, 5, 6, 7], "full": [0, 1], "function": [4, 7], "futur": 5, "g": [4, 7], "gebietsstand": 4, "gemein": 4, "gemeinden": 4, "gemeindeverb\u00e4nd": 4, "gener": 4, "genesi": [1, 4, 5, 6], "geobl1": 4, "geobl3": 4, "geobz1": 4, "geodl1": 4, "geodl3": 4, "geogm1": 4, "geogm2": 4, "geogm3": 4, "geogm4": 4, "geolk1": 4, "geolk3": 4, "geolk4": 4, "georb1": 4, "georb3": 4, "geovb1": 4, "geovb2": 4, "geovb3": 4, "geovb4": 4, "german": 7, "get": [0, 1, 4, 7], "get_cache_dir": 4, "get_cod": 7, "get_data": [4, 7], "get_data_from_endpoint": 4, "get_data_from_resultfil": 4, "get_db_identifi": 4, "get_job_id_from_respons": 4, "get_metadata": 7, "get_supported_db": 4, "git": 0, "github": 1, "given": 4, "good": 5, "guid": 6, "ha": [0, 1, 4], "hamburg": 4, "handl": [1, 4], "hash": 4, "have": [0, 1, 4, 5, 6], "header": 0, "helloworld": [1, 6], "helper": 4, "here": [0, 1, 6], "hh": 4, "highli": 0, "hit_in_cash": 4, "hold": 4, "home": 4, "hook": 0, "host": [1, 4], "how": 0, "howev": [1, 5], "html": 0, "http": 4, "http_helper": 1, "i": [0, 1, 4, 5, 6, 7], "id": 4, "idea": 5, "identifi": 4, "imag": 7, "implement": [4, 5], "import": [0, 1, 2, 4, 6, 7], "improv": 5, "includ": 4, "index": 1, "indic": 4, "individu": 0, "info": 0, "inform": [1, 3, 4, 7], "ini": [1, 4], "init_config": 4, "initi": 7, "insid": 0, "instal": [0, 1], "instead": 1, "int": 4, "integr": 1, "interfac": [1, 4], "interpret": 0, "invalid": 4, "ip": 4, "issu": 0, "item": 4, "itself": 0, "jj": 4, "jjjj": 4, "job": [1, 4], "job_id": 4, "just": [1, 4], "kei": 4, "keyword": 4, "kreis": 4, "kreisfrei": 4, "krsfr": 4, "label": 4, "landkreis": 4, "languag": [4, 7], "last": 5, "latest": 0, "learn": [0, 1], "leav": 0, "let": [0, 1], "levelid": 4, "levelindex": 4, "licens": 1, "like": [0, 2, 4], "limit": 1, "linux": 4, "list": 4, "load": [0, 4, 7], "load_config": 4, "load_data": 4, "local": [0, 4], "locat": 4, "logic": 4, "login": 4, "logincheck": [1, 4, 6], "long": 0, "longer": 1, "look": [4, 5], "m": 0, "main": [1, 7], "maintain": 0, "make": 0, "manag": [0, 1], "manual": [1, 4], "match": 4, "matter": 5, "mayb": 5, "mechan": 5, "mein": 4, "merg": 0, "messag": 4, "metadata": [4, 5, 7], "method": 4, "min": 4, "mindesten": 4, "miniforg": 0, "mirror": 0, "mit": [3, 4], "mm": 4, "model": 1, "modul": 0, "moment": 7, "more": [0, 1, 3, 4, 6, 7], "most": 0, "multipl": [4, 7], "municip": 4, "n": 0, "name": [0, 4, 7], "need": 1, "new": [0, 1, 4], "new_episod": 0, "new_password": 4, "newer": [4, 5], "newfeatur": 0, "next": 7, "none": 4, "nonewerdataerror": 4, "normal": 4, "normalize_nam": 4, "notebook": [6, 7], "now": [5, 7], "number": [0, 4], "object": [4, 7], "off": 4, "offer": 7, "offici": [1, 4], "old": 1, "omit": 4, "onc": [4, 5, 6], "one": 6, "onli": [4, 6, 7], "onlin": [1, 4, 5, 6, 7], "open": [0, 1], "oper": 4, "option": 4, "origin": 0, "other": 4, "otherwis": 4, "out": [0, 2, 6], "overal": 1, "overview": 7, "packag": [0, 1, 2, 7], "page": 1, "panda": [1, 4, 7], "param": 4, "paramet": [4, 7], "pars": [0, 1, 4], "parse_genesis_and_regio_t": 4, "parse_zensus_t": 4, "parser": 4, "part": 4, "pass": [0, 4], "password": [1, 4, 6], "path": 4, "pattern": 4, "pd": 4, "permiss": 4, "piec": 7, "pip": 2, "pleas": [0, 1, 6, 7], "poetri": 0, "possibl": [0, 4], "pr": 0, "pre": 0, "prefix": 0, "present": 4, "prettifi": [4, 7], "prettify_t": 4, "previou": 4, "print": [2, 4], "prior": 0, "process": 1, "product": 1, "profil": 1, "project": 0, "propos": 0, "provid": [0, 4, 5, 6, 7], "publish": 1, "pull": 0, "push": 0, "put": 7, "pyproject": 0, "pystati": [0, 2, 6, 7], "pystatis_config_dir": 4, "pystatisconfigerror": 4, "pytest": 0, "python": [0, 1, 4], "qualiti": [0, 4], "queri": [1, 4, 7], "quit": 5, "rais": 4, "raw": 4, "raw_data": 4, "reach": 4, "read": 4, "read_from_cach": 4, "readabl": 4, "readm": 0, "realli": 5, "realpython": 0, "rebas": 0, "receiv": 0, "record": 0, "refer": 1, "reformat": 4, "regbez": 4, "regex": 4, "regierungsbezirk": 4, "regio": 4, "region": 4, "regionaldatenbank": [1, 6], "regionalkei": 4, "regionalstatistik": 4, "regionalvari": 4, "regionen": 4, "regist": 6, "relat": 4, "relev": [1, 4], "reli": 0, "remot": 0, "remov": [1, 4], "remove_result": 4, "repositori": 0, "repres": 4, "request": [0, 4], "resid": 4, "respect": 6, "respons": 4, "rest": 4, "restart": 1, "result": [1, 4, 7], "retriev": [4, 5, 7], "return": 4, "right": [1, 5, 6], "rkmerkmal": 4, "roadmap": 1, "roh\u00f6l": 7, "root": [0, 4], "run": [0, 4, 7], "sampl": 7, "save": 4, "scene": 7, "search": [1, 4, 7], "section": 0, "see": [0, 3, 4], "select": 4, "send": 4, "separ": 4, "seri": 4, "servic": [1, 4, 6], "session": [0, 1], "set": [1, 4, 6, 7], "setup": [4, 6], "setup_credenti": [1, 4], "shell": 0, "should": [2, 4, 5], "simpli": 6, "simplifi": 1, "slice": 4, "small": 4, "so": [0, 1, 5, 7], "solv": 0, "space": 4, "speak": 4, "specifi": [4, 7], "sphinx": 0, "stand": 4, "start": [1, 4], "start_job": 4, "startyear": 4, "static": 4, "statist": [4, 7], "statistisch": 4, "statu": 4, "step": 0, "still": 0, "store": [4, 7], "str": 4, "strict": 1, "string": 4, "structur": [4, 7], "studi": [6, 7], "st\u00e4dte": 4, "submodul": 4, "subsequ": 4, "successfulli": 4, "summar": 7, "summari": 4, "summary_str": 4, "suppli": 4, "support": [0, 1, 4, 6, 7], "sure": 0, "switch": [0, 1], "symbol": 4, "system": 0, "t": 7, "tabellen": 4, "tabl": [5, 7], "tablefil": 4, "tablenotfounderror": 4, "target": 0, "test": [0, 1, 4], "text": 4, "than": [4, 5], "them": [0, 1], "thi": [0, 1, 2, 4, 5, 6, 7], "through": 0, "throw": 4, "time": [4, 7], "timeout": 4, "timeslic": 4, "toml": 0, "too": 1, "top_n_preview": 4, "trigger": 0, "true": 4, "tt": 4, "two": 1, "txt": 3, "type": [4, 7], "u": 4, "uncompress": 4, "und": 4, "under": [0, 3, 4], "uniqu": 4, "unnecessari": 4, "until": 4, "up": [0, 1, 5, 6], "updat": [4, 5], "url": [1, 4], "us": [0, 4, 6, 7], "usag": [0, 1, 4], "user": [1, 4, 5, 6], "userhom": 4, "usernam": [1, 6], "usual": 0, "valid": [1, 4], "valu": [4, 5], "valueerror": 4, "variabl": [4, 5, 7], "vcr": 0, "version": [0, 2, 4, 5], "via": [0, 1, 2], "virtual": 0, "visibl": 4, "vv": 0, "wai": 1, "we": [1, 5], "web": [1, 4, 6], "well": [0, 1, 4], "when": [4, 7], "which": [4, 6], "whoami": [1, 4], "why": 1, "wildcard": 4, "window": 4, "within": [4, 7], "without": [0, 4], "work": [0, 1, 2, 6], "workflow": 1, "wrapper": [1, 4], "write": [1, 4], "write_config": 4, "www": 4, "yaml": 0, "year": 4, "yet": 7, "you": [0, 1, 2, 4, 6], "your": [0, 1, 6], "zensu": [4, 6], "zensusdatenbank": 4, "zip": 4}, "titles": ["Developer Information", "pystatis", "Installation", "License", "pystatis package", "Roadmap", "Getting started", "Usage"], "titleterms": {"2022": 1, "The": 7, "cach": [4, 7], "clear": 7, "config": 4, "content": [1, 4], "contributor": 0, "custom_except": 4, "data": 7, "dev": 0, "develop": 0, "document": 0, "download": 7, "env": 0, "find": [4, 7], "genesi": 7, "get": 6, "helloworld": 4, "http_helper": 4, "indic": 1, "inform": 0, "instal": 2, "licens": 3, "model": 7, "modul": [1, 4], "overal": 4, "packag": 4, "process": 0, "profil": 4, "pystati": [1, 4], "right": 7, "roadmap": 5, "setup": 0, "start": 6, "tabl": [1, 4], "updat": 1, "usag": 7, "workflow": 0, "zensu": 1}}) \ No newline at end of file