README update

This commit is contained in:
Kevin Johnson
2019-02-27 13:12:47 -08:00
parent c06d07e860
commit 6cf061c680
-1
View File
@@ -12,7 +12,6 @@ All the indicators return a named Series or a DataFrame in uppercase underscore
* Abbreviated Indicator names as listed below.
* *Extended Pandas DataFrame* as 'ta'. See examples below.
* Parameter names are more consistent.
* Former indicators still exist and are renamed with '_depreciated' append to it's name. For example, 'average_true_range' is now 'average_true_range_depreciated'.
* Refactoring indicators into categories similar to [TA-lib](https://github.com/mrjbq7/ta-lib/tree/master/docs/func_groups).
### What is a Pandas DataFrame Extension?