I hear you want to put your skills to the test.
The goal is to create functions that even a casual user can utilize. Ultimately your analysis will help decide the direction and future investments the company will make.
The use of descriptive statistics will enable you to identify trends and patterns and ultimately answer the core questions that your boss might have.
In this project, you will repeat and deepen the following topics from your training so far:
- Strings
- Descriptive statistics
- Build re-usable functions
- You are working in groups.
- One person forks the repository
- Invite the partner(s) as a collaborator.
- If you are the invitee then refresh your page in the browser. You should find the repository in the left pane of your home page i.e. github.com
- Clone the repo using the SSH, make sure you clone the forked repo!
- (Optional) Create your own branch
git checkout -b your_branch - Open in VS code.
code . - Copy the
disney.ipynband paste it. Rename the copy eg.disney_motl.ipynb - Start working on it.
- Make sure to add, commit and push your work after every function/step completed.
- Once you are done create a pull request and merge into
main
Resources:
If you are unsure about or new to doctrings you can look into the following: