Tag: data analysis
-
Demark Indicators Analysis

Demark Indicators are signals use to predict big trend reversals (buy the dip or sell the rip). The pattern is a very counterintuitive, you can read more here. An interesting person had to have come up with this. In any case, I was interested in this because of how strange it is. Also, as far…
-
Setting up A Database Using SQL Server

I’ve done my fair share of free online course-ware. Something that has always bothered me with SQL courses, is that they tend to only focus on writing query’s. Querying data only works you have data to work with. This chicken and the egg problem is easily addressed though. If you keep reading, I’ll show you…
-
Web Scraping Data in Python

The internet is a gold mine for data analysts. Whether you are using google trends to identify search patterns, social media postings to judge sentiment, or analyzing company data for a potential investment, it’s all there. The only problem is turning the data into a usable format. HTML (Hypertext Markup Language) is the language that…
-
Getting Started with Python for Data Science

I have received my share of unhelpful advice such as: follow your dreams, don’t eat eggs, and eat eggs. However, the most repetitive and annoying thing that I am told to do is “learn to code.” I would bet that most of the people that say learn to code do not know how to code…