Assignment 4: Pandas Series Download the NFLX.csv file, which contains the Netflix stock price from 1999-01-01 to 2019-0

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Assignment 4: Pandas Series Download the NFLX.csv file, which contains the Netflix stock price from 1999-01-01 to 2019-0

Post by answerhappygod »

Assignment 4 Pandas Series Download The Nflx Csv File Which Contains The Netflix Stock Price From 1999 01 01 To 2019 0 1
Assignment 4 Pandas Series Download The Nflx Csv File Which Contains The Netflix Stock Price From 1999 01 01 To 2019 0 1 (95.16 KiB) Viewed 37 times
Assignment 4: Pandas Series Download the NFLX.csv file, which contains the Netflix stock price from 1999-01-01 to 2019-01-22, and load it with Panda in Jupyter Notebook. A Notebook Jupyter template file is provided. Please submit completed jupyter file to answer the following questions. Question 1 a. When was the maximum price ever reached? Your code must be a Series with the date and the price. Don't worry about ties. b. Find the ten largest one-day % drops (in % compared to the closing cost of the previous trading day). Make sure that your output is a Series object that shows both date and the % drop. C. Consider this investment strategy: buy whenever the price goes above the 50-day moving average, and then sell after 3 trading sessions. How much profit (in %) would we make on average? On trading day x, we say that the price "goes above" the 50-day moving average if (1) the price was below the moving average on trading day x-1 and (2) the price is above the moving average on trading day x
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply