Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Aug 5, 2024
1 parent 09f2308 commit 9620c75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/home.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ To install evdspy, simply run the following command:
Quick Start
-----------

Here's a quick example to get you started with using evdspy:


using get_series function from evdspy

.. code-block:: python
from evdsy import get_series
index = "TP.ODEMGZS.BDTTOPLAM"
df = get_series(index, start_date="21-01-2020", end_date="31-12-2021", frequency="monthly")
Expand All @@ -89,6 +91,7 @@ using get_series function from evdspy
using get_series_exp function from evdspy


.. code-block:: python
from evdsy import get_series , get_series_exp
Expand Down

0 comments on commit 9620c75

Please sign in to comment.