Resample
========

Interpolate and Resample
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.resample.interpolate

Resampling: Fourier, Polynomial, Linear, min, max, sum, count
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.resample.resample

Resampling to granularity (default)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.resample.resample_to_granularity

Group by region
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.resample.group_by_region

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_resample_plot_group_by_region.py`

Reindex
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.resample.reindex

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_reindex_plot_reindex_and_pearson_correlation.py`

Reindex scatterplot
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.resample.reindex_scatter

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_reindex_plot_mock_scatter_plot.py`

Reindex scatterplot x-values
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.resample.reindex_scatter_x

