Question: 1 . Move ( copy ) the code for the three functions ( ` calculate _ unique ( ) ` , ` split _ dataset

1. Move (copy) the code for the three functions (`calculate_unique()`,`split_dataset()` and `calculate_common()`) into a file named `my_experiment.py`. This file should be stored in the same directory as this notebook.
2. Add `numpy` docstrings to each function.
3. Add lines to `import``numpy` as `np` and `pandas` as `pd` at the top of your module.
3. Save your changes to `my_experiment.py`
4. Return to this notebook, restart your kernel, and re-run all code in this notebook.
5. Import the three functions using the following syntax: `import my_experiment as exp`.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!