darrenspencer / week-6

0 stars 0 forks source link

[BitBuilder] Descriptive statistics #2

Closed ellipsis-dev[bot] closed 1 year ago

ellipsis-dev[bot] commented 1 year ago

Summary:

Issue: https://github.com/darrenspencer/week-6/issues/1

The code adds functions to read the data from the 'baseball_salary.csv' file, calculate the descriptive statistics for the data, and print the results.

Implementation:

Plan Feedback: Approved by @darrenspencer Report: Step Result Details
1
Read the data from baseball_salary.csvThe code adds a function called 'read_data' that reads the data from the 'baseball_salary.csv' file and returns it as a pandas DataFrame. This step follows the implementation plan.
2
Calculate the descriptive statisticsThe code adds a function called 'calculate_descriptive_statistics' that calculates the descriptive statistics for the data in the DataFrame. This step follows the implementation plan.
3
Print the descriptive statisticsThe code modifies the 'main' function to call the 'calculate_descriptive_statistics' function and print the results. This step follows the implementation plan.

Something look wrong?: If this Pull Request doesn't contain the expected changes, add more information to #1. Then, add the bitbuilder:create label to try again. For more information, check the documentation.

Generated with :heart: by www.bitbuilder.ai