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.
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.
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:
Read the data from baseball_salary.csv
The 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.Calculate the descriptive statistics
The 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.Print the descriptive statistics
The 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