.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
punch_config.py
punch_version.py
pytest.ini
setup.cfg
setup.py
.github/workflows/main.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/_build/.doctrees/authors.doctree
docs/_build/.doctrees/changelog.doctree
docs/_build/.doctrees/contributing.doctree
docs/_build/.doctrees/index.doctree
docs/_build/.doctrees/installation.doctree
docs/_build/.doctrees/readme.doctree
docs/_build/.doctrees/reference/index.doctree
docs/_build/.doctrees/reference/oemof.tabular.datapackage.doctree
docs/_build/.doctrees/reference/oemof.tabular.doctree
docs/_build/.doctrees/reference/oemof.tabular.tools.doctree
docs/reference/index.rst
docs/reference/oemof.tabular.datapackage.rst
docs/reference/oemof.tabular.rst
docs/reference/oemof.tabular.tools.rst
docs/tutorials/Model.lp
docs/tutorials/datapackage-reader.ipynb
docs/tutorials/facade-usage.ipynb
docs/tutorials/index.rst
docs/tutorials/model-from-tabular-data.ipynb
src/oemof.tabular.egg-info/PKG-INFO
src/oemof.tabular.egg-info/SOURCES.txt
src/oemof.tabular.egg-info/dependency_links.txt
src/oemof.tabular.egg-info/entry_points.txt
src/oemof.tabular.egg-info/not-zip-safe
src/oemof.tabular.egg-info/requires.txt
src/oemof.tabular.egg-info/top_level.txt
src/oemof/tabular/__init__.py
src/oemof/tabular/__main__.py
src/oemof/tabular/cli.py
src/oemof/tabular/facades.py
src/oemof/tabular/config/__init__.py
src/oemof/tabular/config/config.py
src/oemof/tabular/config/foreign_key_descriptors.json
src/oemof/tabular/config/foreign_keys.json
src/oemof/tabular/data/data.xls
src/oemof/tabular/datapackage/__init__.py
src/oemof/tabular/datapackage/aggregation.py
src/oemof/tabular/datapackage/building.py
src/oemof/tabular/datapackage/processing.py
src/oemof/tabular/datapackage/reading.py
src/oemof/tabular/examples/datapackages/dispatch/README.md
src/oemof/tabular/examples/datapackages/dispatch/datapackage.json
src/oemof/tabular/examples/datapackages/dispatch/data/elements/bus.csv
src/oemof/tabular/examples/datapackages/dispatch/data/elements/dispatchable.csv
src/oemof/tabular/examples/datapackages/dispatch/data/elements/link.csv
src/oemof/tabular/examples/datapackages/dispatch/data/elements/load.csv
src/oemof/tabular/examples/datapackages/dispatch/data/elements/storage.csv
src/oemof/tabular/examples/datapackages/dispatch/data/elements/volatile.csv
src/oemof/tabular/examples/datapackages/dispatch/data/sequences/load_profile.csv
src/oemof/tabular/examples/datapackages/dispatch/data/sequences/volatile_profile.csv
src/oemof/tabular/examples/datapackages/dispatch/scripts/infer.py
src/oemof/tabular/examples/datapackages/foreignkeys/README.md
src/oemof/tabular/examples/datapackages/foreignkeys/datapackage.json
src/oemof/tabular/examples/datapackages/foreignkeys/data/elements/bus.csv
src/oemof/tabular/examples/datapackages/foreignkeys/data/elements/component.csv
src/oemof/tabular/examples/datapackages/foreignkeys/data/sequences/component_profile.csv
src/oemof/tabular/examples/datapackages/foreignkeys/data/sequences/marginal_cost_profile.csv
src/oemof/tabular/examples/datapackages/foreignkeys/scripts/infer.py
src/oemof/tabular/examples/datapackages/investment/README.md
src/oemof/tabular/examples/datapackages/investment/datapackage.json
src/oemof/tabular/examples/datapackages/investment/data/elements/bus.csv
src/oemof/tabular/examples/datapackages/investment/data/elements/chp.csv
src/oemof/tabular/examples/datapackages/investment/data/elements/conversion.csv
src/oemof/tabular/examples/datapackages/investment/data/elements/link.csv
src/oemof/tabular/examples/datapackages/investment/data/elements/load.csv
src/oemof/tabular/examples/datapackages/investment/data/elements/source.csv
src/oemof/tabular/examples/datapackages/investment/data/elements/storage.csv
src/oemof/tabular/examples/datapackages/investment/data/sequences/load_profile.csv
src/oemof/tabular/examples/datapackages/investment/data/sequences/source_profile.csv
src/oemof/tabular/examples/datapackages/investment/scripts/infer.py
src/oemof/tabular/examples/scripting/compute.py
src/oemof/tabular/examples/scripting/plotting.py
src/oemof/tabular/examples/scripting/postprocessing.py
src/oemof/tabular/tools/__init__.py
src/oemof/tabular/tools/geometry.py
src/oemof/tabular/tools/plots.py
src/oemof/tabular/tools/postprocessing.py
tests/custom_foreign_key_descriptors.json
tests/custom_foreign_keys.json
tests/regression_tests.py
tests/test_constraints.py
tests/test_examples.py
tests/test_oemof_tabular.py
tests/_files/lp_files/backpressure_investment_brown_field.lp
tests/_files/lp_files/backpressure_investment_green_field.lp
tests/_files/lp_files/commodity.lp
tests/_files/lp_files/conversion.lp
tests/_files/lp_files/dispatchable.lp
tests/_files/lp_files/excess.lp
tests/_files/lp_files/extraction_investment_brown_field.lp
tests/_files/lp_files/extraction_investment_green_field.lp
tests/_files/lp_files/link.lp
tests/_files/lp_files/load.lp
tests/_files/lp_files/reservoir.lp
tests/_files/lp_files/storage.lp
tests/_files/lp_files/storage_investment_brown_field.lp
tests/_files/lp_files/storage_investment_brown_field_no_storage_capacity_cost.lp
tests/_files/lp_files/storage_investment_green_field.lp
tests/_files/lp_files/volatile.lp
tests/_files/plot_data/df.csv
tests/_files/plot_data/df_demand.csv
tests/_files/plots/plot_dispatch.png