{"library":"pandas-ta-classic","title":"Pandas TA Classic","description":"A maintained fork of the popular pandas-ta library, providing an extensive collection of technical analysis indicators and TA-Lib patterns as Pandas DataFrame extensions. Current version is 0.5.44, with a monthly release cadence and active development.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pandas-ta-classic"],"cli":null},"imports":["import pandas_ta as ta","df.ta.<indicator>(...)"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pandas as pd\nimport pandas_ta as ta\n\ndf = pd.DataFrame({'close': [1.1, 1.2, 1.3, 1.4, 1.5]})\ndf.ta.sma(length=4, append=True)\nprint(df)","lang":"python","description":"Calculate a simple moving average (SMA) and append it to the DataFrame.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}