Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSV reading to observation #60

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d83dfbd
Copied and modified from ABM
jlacomis Mar 20, 2018
b865478
Fix style
jlacomis Mar 20, 2018
729e4d4
Use the list constructor because this is more obvious
jlacomis Mar 20, 2018
7f6ca23
This is an even more obvious way. Thx Python 3
jlacomis Mar 20, 2018
2cf049f
This is the correct order
jlacomis Mar 20, 2018
9015a6a
Add __str__ for Project
jlacomis Mar 23, 2018
24b812d
Create ObservationCollection generator object to read CSVs
jlacomis Mar 23, 2018
6624c3a
Add data for bugs
jlacomis Mar 23, 2018
6686e8e
Small code style bug I missed
jlacomis Mar 23, 2018
6d45d84
Unused import
jlacomis Mar 23, 2018
40b3b20
Fix argument names, make Codacy happy
jlacomis Mar 23, 2018
af75c30
Unused import
jlacomis Mar 23, 2018
bea4fc5
Add case for binary diff
jlacomis Mar 26, 2018
b4510e6
Copied and modified from ABM
jlacomis Mar 20, 2018
5bceb9b
Fix style
jlacomis Mar 20, 2018
be6f7ab
Use the list constructor because this is more obvious
jlacomis Mar 20, 2018
cd55615
This is an even more obvious way. Thx Python 3
jlacomis Mar 20, 2018
a90a646
This is the correct order
jlacomis Mar 20, 2018
827d325
Add __str__ for Project
jlacomis Mar 23, 2018
cc7beb2
Create ObservationCollection generator object to read CSVs
jlacomis Mar 23, 2018
265ec2a
Add data for bugs
jlacomis Mar 23, 2018
76d1008
Small code style bug I missed
jlacomis Mar 23, 2018
e65fd5d
Unused import
jlacomis Mar 23, 2018
6912f32
Fix argument names, make Codacy happy
jlacomis Mar 23, 2018
0ac423c
Unused import
jlacomis Mar 23, 2018
5ba2230
Merge branch 'csv-reading' of github.com:squaresLab/blameandshame int…
jlacomis Mar 26, 2018
de6b768
Fix comment
jlacomis Apr 5, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading