arya2004/data-science

Re-implement `03.boxplot.ipynb` in Python as a `.py` script

開放

#9 建立於 2025年10月3日

 (0 則留言) (0 個反應) (0 位負責人)R (6 個分叉)auto 404
data-sciencegood first issuehacktoberfesthacktoberfest-acceptednotebook-to-scriptpython

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

🐍 Convert 03.boxplot.ipynb to a Python script

This notebook currently uses R for data analysis and visualization. Your task is to convert the logic into Python and save it as a standalone .py script in the same folder.


📁 Target file path:


projects/03.boxplot.py


✅ Guidelines:

  • Use pandas for data manipulation
  • Use matplotlib / seaborn for plots
  • Use read_csv() on datasets from the datasets/ folder
  • Match the logic of the original R notebook as closely as possible
  • Add meaningful comments and structure your code clearly
  • You may use argparse if needed to allow parameterization

💡 Bonus Tips:

  • You can preview the R logic inside 03.boxplot.ipynb before translating it.
  • If any logic seems inefficient in R, feel free to write cleaner Python alternatives.
  • You may wrap sections of the script into functions or classes for clarity.

Once done, open a pull request referencing this issue.
Happy Hacking! 🎉

貢獻者指南