diff --git a/README.md b/README.md index abce7a475..c5ddb180e 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,16 @@ print talib.get_functions() print talib.get_function_groups() ``` +If Pandas is installed, you can get all the TA functions supported by TA-Lib as a ``DataFrame``: + +```python +# DataFrame of functions +print talib.get_functions_df() + +# DataFrame of functions by group +print talib.get_functions_grouped_df() +``` + ### Indicator Groups * Overlap Studies