func NewServer(addr string, handler http.Handler) *http.Server {
return &http.Server{
Addr: addr,
Handler: handler,
Learn how to use Python data structures, execution control statements, and DataFrames to manipulate financial data. Work with pandas, using data from the Federal Reserve Bank, to explore national economic trends—an essential part of understanding investment strategies. Calculate risk based on stock price data, and display this data in easy to read plots.
By Kennedy Behrman, Data Engineer, Author, Founder
Create and manipulate Python datetime objects to help you identify key financial events, such as Black Friday. Store and efficiently look up items using Python dictionaries.
The data you need is not in a single file. It may be spread across a number of text files, spreadsheets, or databases. Import the data you’re interested in as a collection of DataFrames and combine them to answer your central questions. This course is all about the act of combining — or merging — DataFrames. Organize, reshape, and aggregate multiple datasets to answer your specific questions.
Lead by Team Anaconda, Data Science Training
Different techniques to import multiple files into DataFrames. Share information between DataFrames using their indexes. How indexes work is essential to merging DataFrames.
A guide to the basic concepts of Airflow and how to implement data engineering workflows in production
By Mike Metzger, Data Engineer Consultant @ Flexible Creations
An introduction to the components of Apache Airflow and why to use them
A loan amortization schedule sounds like something that's only used by bankers and financial traders, right?
Wrong! In this course, we'll be looking at the key financial formulas in Google Sheets that you can use to investigate your own loans, like student loans, car loans, and mortgages. We'll build up a dashboard in Google Sheets which uses visualizations and conditional formulas to produce presentation-ready spreadsheets which will impress any finance manager!
By Brent Allen, Financial Spreadsheets Specialist
- OAuth Terminology: Actors, Endpoints, Tokens
- Choose the correct OAuth Flow flow for your use-case and apply OAuth Best Practices
- Protect your APIs and Cloud Solutions with OAuth
- Access Google, Paypal, LinkedIn and Facebook APIs, and in Mobile Apps (client-side)
Created by Matthias Biehl
pandas
is the world's most popular Python library, used for everything from data manipulation to data analysis. Learn how to manipulate DataFrames, as you extract, filter, and transform real-world datasets for analysis. Using real-world data, including Walmart sales figures and global temperature time series, you’ll learn how to import, clean, calculate statistics, and create visualizations—using pandas!
Lead by Maggie Matsui, Data Scientist at DataCamp
Inspect DataFrames and perform fundamental manipulations, including sorting rows, subsetting, and adding new columns
Leverage pandas'
powerful data manipulation engine to get the most out of your data. Drill into the data that really matters by extracting, filtering, and transforming data from DataFrames. The pandas library has many techniques that make this process efficient and intuitive. You will learn how to tidy, rearrange, and restructure your data by pivoting or melting and stacking or unstacking DataFrames.
Lead by Team Anaconda, Data Science Consultant at Lander Analytics
Index, slice, filter, and transform DataFrames using a variety of datasets, ranging from 2012 US election data for the state of Pennsylvania to Pittsburgh weather data.
pandas DataFrames
are the most widely used in-memory representation of complex data collections within Python. Whether in finance, a scientific field, or data science, familiarity with pandas is essential. This course teaches you to work with real-world datasets containing both string and numeric data, often structured around time series. You will learn powerful analysis, selection, and visualization techniques in this course.
Lead by Team Anaconda, Data Science Consultant at Lander Analytics
Use pandas to import and inspect a variety of datasets, ranging from population data obtained from the World Bank to monthly stock data obtained via Yahoo Finance. Build DataFrames from scratch and become familiar with the intrinsic data visualization capabilities of pandas.