this is final project
Description
Unformatted Attachment Preview
ECON 406: Data Science Computing for Economics
In this homework, you will write the first draft of your module. Your module needs to
contain at least 2 files. One function file and one test file.
1. One file named: ?functions.py? containing at least 4 functions:
1. A function to import data and clean data
2. A function to do data visualization
3. A function generate some descriptive statistics from your data
4. A function to run the model(s) you use
For this homework, these functions ?should _not_ have implementations?. They
should be just a function header, a docstring, and a “?pass?“ statement. For
example:
def? my_example_function?(?foo?,? bar?,? baz?):
?”’Creates a pizza with toppings foo, bar, and baz. Then bakes it, decides it
tastes bad, and throws it in the trash.”’
pass
2. One file named: ?test.py? that needs to contain at least 2 unit tests for each of the
4 functions you write above.
Grading rules:
It has to be syntactically correct, otherwise points will be taken off.
It has to pass pylint otherwise points will be taken off.
It has to contain at least the above 2 files in the module.
It has to have descriptive information(i.e. docstring) about the functions in the
function.py,?otherwise points will be taken off.
It has to have at least 1 unit test for each of the functions you write in the ?function.py
in the? test.py, ?otherwise points will be taken off.
Please hand in:
? A zip? of your module.
? A pdf? that contains all of your code for both files.
? Otherwise points will be taken off.
The objective of this task is to help you set up the module for your final project.
Purchase answer to see full
attachment
Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."