Crash Course — Python & Pandas for Trading and Investing
Python and Pandas make it pretty easy to analyze and visualize time series data, even if you’re a beginner. In this crash course, you’ll learn about:
- Importing packages
- Making a random time series
- Transforming data to make new columns
- Creating logical conditions and visualizing them as signals
- Simulating a trading strategy and considering slippage
Let’s dive in.