Difference between revisions of "Manipulating Financial Data in Python"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Week 1== | ==Week 1== | ||
− | ===Module 1 : Numpy Fundamentals=== | + | ===Module 1: Numpy Fundamentals=== |
#Creating Arrays | #Creating Arrays | ||
#Basic Indexing and Slicing | #Basic Indexing and Slicing |
Revision as of 18:45, 10 February 2015
Week 1
Module 1: Numpy Fundamentals
- Creating Arrays
- Basic Indexing and Slicing
- Data Processing using Arrays
Module 2: Pandas DS- Series
- Working with index
- Operations
- Filtering
- Handling Incomplete Data
Week 2
Module 3: Pandas DS- Data Frame
- Creating Data frame
- Operations
- Columns and rows
- Essential Function
- Reindexing
- Indexing and Filtering
Module 4: Data Analysis- Reading/Writing Data
- Importing Data using Pandas
- Importing data without pandas
- Saving and exporting data using pandas
- Saving and exporting data without pandas
Week 3
Module 5
Pre-processing Data
Statistical Functions for Analysis
Module 6: Date And Time
- Creating Date and Time
- Date Mathematics
- Time Series Plotting