README.md

Fedora Bug Data

This repo contains a Jupyter notebook with analysis of Bugzilla data. CSV files are in the bugs/ directory.

Dependencies

This notebook requires juptyer and the following Python modules:

  • glob
  • matplotlib
  • numpy
  • pandas

To install all dependencies on Fedora Linux run:

sudo dnf install python3-notebook python3-matplotlib python3-numpy python3-pandas

Using the notebook

  • Run jupyter notebook Fedora_Bugs.ipynb & to launch the notebook.
  • From the web interface, run "Cell -> Run All" to generate the output.

Contributing to the notebook

Your contributions are welcome! Please submit a pull request in this repo to add or modify the analysis.

To keep the repo size manageable, please clear the output before saving. "Cell -> All Output -> Clear" will clear the output.

Querying bugs

To add a new release to the mix, use the following Bugzilla query to ensure consistent columns:

  • Fedora query (replace the "19" at the end of the URL with the desired version)

License

This notebook is licensed under the MIT License.