Pandas titanic homework

https://docs.google.com/document/d/1Q8mvPjh3isAJ_6fHjJdhtvJ8jfAeh2w_v2Z1c9EQK84/edit?usp=sharing IP Token Homework Download the data file titanic.csv Download the homework file. .py version pandas_homework_exercise_20250923.py .ipynb version pandas_homework_exercise_20250923.ipynb Submit the file the 'python code file' and final 'titanic_eda.csv' file…

Continue ReadingPandas titanic homework

Markdown fundamental

https://www.teachonetofish.net/vs-code-markdown-guide --- Basic Formatting Bold: **Bold** Emphasized: *Emphasized* Strikethrough : ~~Strikethrough~~ Horizontal rules: --- (three hyphens), *** (three asterisks), or ___ (three underscores). Headings All heading levels (e.g. H1, H2, etc), are marked by # at the beginning of a line. For…

Continue ReadingMarkdown fundamental