Difference between revisions of "Manipulating Financial Data in Python"
Jump to navigation
Jump to search
(→Week 3) |
|||
Line 5: | Line 5: | ||
==Module 2: Pandas DS- Series== | ==Module 2: Pandas DS- Series== | ||
− | + | *Working with index | |
− | + | *Operations | |
− | + | *Filtering | |
− | + | *Handling Incomplete Data | |
==Module 3: Pandas DS- Data Frame== | ==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== | ==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 | |
==Module 5== | ==Module 5== | ||
Line 33: | Line 33: | ||
*Time Series Plotting | *Time Series Plotting | ||
− | + | ==Module 7: Graphs Part I== | |
− | |||
− | + | ==Module 8: Graphs Part II== |
Revision as of 11:17, 3 March 2015
Contents
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
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
Module 5
- Pre-processing Data
- Statistical Functions for Analysis
Module 6: Date And Time
- Creating Date and Time
- Date Mathematics
- Time Series Plotting