Python and Pandas for Sentiment Analysis and Investing 5 - Removing Outlier Data Plots

preview_player
Показать описание

In this video, we cover how to remove outliers with pandas and standard deviation.

sentiment analysis, containing about 600 stocks, mostly S&P 500 stocks.

Pandas is used to work with our data quickly and efficiently. The ideas of Pandas is to act as a sort of framework

for quickly analyzing data and modeling it.

Sentiment Analysis data:

Python Module downloads:
(Get all of the listed dependencies, or at least the major ones like NumPy, Dateutils, Matplotlib, )

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Рекомендации по теме
Комментарии
Автор

for df = df[df['std'] < 15], does it mean it deletes the row with std >= 15?

xsuperman