Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Case Study - ETFs - Financial Dataset

Scenario:

You have joined ABC Investment Pte. Ltd. as an investment analyst specializing in ETF investments.
Your first task is to study the data provided in the file and to perform some operations on the data
from the file using Python programming.

Using the file Case Study - ETFs - Financial Dataset.xlsx, please answer the questions that follow:

Task 1: Import the data file into a Jupyter Notebook using Python

Task 2: Write a Python code to print all the fund_symbol for which fund_return_ytd is greater than
5

Task 3: Write a Python code to print all the fund_family if the fund_net_annual_expense_ratio is
greater than 0.7

Task 4: Write a Python code to print all the fund_symbol into a file if the investment type is Blend.

You might also like