From 27f58de4838ff653a19788e8c9691f30683e74d0 Mon Sep 17 00:00:00 2001 From: femtotrader Date: Wed, 7 Jan 2015 21:51:08 +0100 Subject: [PATCH] Add get_functions_df and get_functions_grouped_df https://github.com/mrjbq7/ta-lib/issues/67 https://github.com/mrjbq7/ta-lib/pull/71 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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