
.. DO NOT EDIT.
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY.
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE:
.. "examples/The_GS_Standard/help_I_have_no_variable_metadata.py"
.. LINE NUMBERS ARE GIVEN BELOW.

.. only:: html

    .. note::
        :class: sphx-glr-download-link-note

        Click :ref:`here <sphx_glr_download_examples_The_GS_Standard_help_I_have_no_variable_metadata.py>`
        to download the full example code

.. rst-class:: sphx-glr-example-title

.. _sphx_glr_examples_The_GS_Standard_help_I_have_no_variable_metadata.py:


Help! I have no variable metadata
---------------------------------

.. GENERATED FROM PYTHON SOURCE LINES 8-22

.. code-block:: default

    from os.path import join
    from gspy import Survey

    # Path to example files
    data_path = '..//..//supplemental'

    # Define ..//supplemental information file
    ..//supplemental = join(data_path, "region//MAP//data//Resolve_survey_md.json")

    survey = Survey(..//supplemental)

    d_data = join(data_path, 'region//MAP//data//Resolve.csv')
    d_supp = join(data_path, 'region//MAP//data//Resolve_data_md_without_variables.json')

    survey.add_tabular(type='csv', data_filename=d_data, metadata_file=d_supp)

.. rst-class:: sphx-glr-timing

   **Total running time of the script:** ( 0 minutes  0.000 seconds)


.. _sphx_glr_download_examples_The_GS_Standard_help_I_have_no_variable_metadata.py:

.. only:: html

  .. container:: sphx-glr-footer sphx-glr-footer-example


    .. container:: sphx-glr-download sphx-glr-download-python

      :download:`Download Python source code: help_I_have_no_variable_metadata.py <help_I_have_no_variable_metadata.py>`

    .. container:: sphx-glr-download sphx-glr-download-jupyter

      :download:`Download Jupyter notebook: help_I_have_no_variable_metadata.ipynb <help_I_have_no_variable_metadata.ipynb>`


.. only:: html

 .. rst-class:: sphx-glr-signature

    `Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_
