pandas_exercises
pandas_exercises copied to clipboard
Fix small typos and formatting errors
Changes
- Corrected a typo in the folder name Titanic_Desaster, changing it to Titanic_Disaster.
- Added underscores to multiword folder names to improve file naming consistency.
- This closes Issue #152.
Impact of Changes
- If a program access files by using absolute directory to leave the current folder, it will break if it references the folder that does not have the underscores. I searched for this error, and did not come across any of it.
- Improve the readability and consistency of the naming conventions. This improves how easily the project can be expanded by keeping formatting the same.