apache / beam-starter-python
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

Overview
File Change Frequency Overall
  • There are 5 files with 47 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 0 files changed 6-20 times (0 lines of code)
    • 5 files changed 1-5 times (47 lines of code)
0% | 0% | 0% | 0% | 100%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 5 files with 47 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 0 files changed by 11-25 contributors (0 lines of code)
    • 0 files changed by 6-10 contributors (0 lines of code)
    • 4 files changed by 2-5 contributors (46 lines of code)
    • 1 file changed by 1 contributor (1 lines of code)
0% | 0% | 0% | 97% | 2%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
py, md, txt, in, gitignore, json, yml, yaml
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
py0% | 0% | 0% | 0% | 100%
in0% | 0% | 0% | 0% | 100%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
ROOT0% | 0% | 0% | 0% | 100%
my_app0% | 0% | 0% | 0% | 100%
Most Frequently Changed Files (Top 5)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
in
1 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
setup.py
in root
12 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
app.py
in my_app
15 1 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
main.py
in root
18 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
__init__.py
in my_app
1 - 2022-06-15 2022-06-15 1 1 dcavazos@google.com dcavazos@google.com
Files With Most Contributors (Top 5)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
in
1 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
app.py
in my_app
15 1 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
setup.py
in root
12 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
main.py
in root
18 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
__init__.py
in my_app
1 - 2022-06-15 2022-06-15 1 1 dcavazos@google.com dcavazos@google.com
Files With Least Contributors (Top 5)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
__init__.py
in my_app
1 - 2022-06-15 2022-06-15 1 1 dcavazos@google.com dcavazos@google.com
main.py
in root
18 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
app.py
in my_app
15 1 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
setup.py
in root
12 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
in
1 - 2022-06-15 2022-10-31 2 2 dcavazos@google.com dannymccormick@google.com
Correlations

File Size vs. Number of Changes: 5 points

MANIFEST.in x: 1 lines of code y: 2 # changes main.py x: 18 lines of code y: 2 # changes my_app/app.py x: 15 lines of code y: 2 # changes setup.py x: 12 lines of code y: 2 # changes my_app/__init__.py x: 1 lines of code y: 1 # changes
2.0
# changes
  min: 1.0
  average: 1.8
  25th percentile: 1.5
  median: 2.0
  75th percentile: 2.0
  max: 2.0
0 18.0
lines of code
min: 1.0 | average: 9.4 | 25th percentile: 1.0 | median: 12.0 | 75th percentile: 16.5 | max: 18.0

Number of Contributors vs. Number of Changes: 5 points

MANIFEST.in x: 2 # contributors y: 2 # changes my_app/__init__.py x: 1 # contributors y: 1 # changes
2.0
# changes
  min: 1.0
  average: 1.8
  25th percentile: 1.5
  median: 2.0
  75th percentile: 2.0
  max: 2.0
0 2.0
# contributors
min: 1.0 | average: 1.8 | 25th percentile: 1.5 | median: 2.0 | 75th percentile: 2.0 | max: 2.0

Number of Contributors vs. File Size: 5 points

MANIFEST.in x: 2 # contributors y: 1 lines of code main.py x: 2 # contributors y: 18 lines of code my_app/app.py x: 2 # contributors y: 15 lines of code setup.py x: 2 # contributors y: 12 lines of code my_app/__init__.py x: 1 # contributors y: 1 lines of code
18.0
lines of code
  min: 1.0
  average: 9.4
  25th percentile: 1.0
  median: 12.0
  75th percentile: 16.5
  max: 18.0
0 2.0
# contributors
min: 1.0 | average: 1.8 | 25th percentile: 1.5 | median: 2.0 | 75th percentile: 2.0 | max: 2.0