I need a python coder well versed with Thonny and math
Budget: $30 – $250 USD
write a code (MUST BE ON THONNY) including:
a. Data types, such as strings, integers, and booleans
b. Data structures, like lists, sets, tuples, and dictionaries
c. Loops
d. Conditional logic, such as use of bools and if statements to control flow
e. Python functions and parameters, both calling and defining
g. Importing and using Python modules
h. Error handling and debugging
i. Coding standard
write a code that take individual data points from the .csv file attached and calculated all of them to see if there are any correlations between the data points (Pearson coefficient). make sure the only tool used is pandas. Make sure to comment on what each of the steps is doing. also make sure that people can input their own data sheet file path and still get the correlations.
a. Data types, such as strings, integers, and booleans
b. Data structures, like lists, sets, tuples, and dictionaries
c. Loops
d. Conditional logic, such as use of bools and if statements to control flow
e. Python functions and parameters, both calling and defining
g. Importing and using Python modules
h. Error handling and debugging
i. Coding standard
write a code that take individual data points from the .csv file attached and calculated all of them to see if there are any correlations between the data points (Pearson coefficient). make sure the only tool used is pandas. Make sure to comment on what each of the steps is doing. also make sure that people can input their own data sheet file path and still get the correlations.