pandas_exercises
pandas_exercises copied to clipboard
Fix Apply_04/US_Crime_Rates/Exercises_with_solutions Step 8 and Step 9 .
Step 8 solution is in 1960-1-1 format instead of 1960.
Step 9 solution is 'crimes.idxmax (0)' instead of 'crime.idxmax (0)'.
Hi Mandroide . I think solved. Thanks for sharing this exercise.
Hi Mandroide . I think solved. Thanks for sharing this exercise.
Hi, I will share with you some advice. Whenever you open a pull request, avoid thrashing. You could perform a git reset --soft HEAD~2 to modify your commit history and commit the final solution to avoid thrashing and push force your commit.