File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 22"""
33Fetch CC Legal Tool usage data from Google Custom Search (GCS) API.
44"""
5+
56# Standard library
67import argparse
78import csv
Original file line number Diff line number Diff line change 22"""
33Process Google Custom Search (GCS) data.
44"""
5+
56# Standard library
67import argparse
78import os
Original file line number Diff line number Diff line change 33This file is dedicated to processing GitHub data
44for analysis and comparison between quarters.
55"""
6+
67# Standard library
78import argparse
89import os
Original file line number Diff line number Diff line change 33This file is dedicated to processing Wikipedia data
44for analysis and comparison between quarters.
55"""
6+
67# Standard library
78import argparse
89import os
Original file line number Diff line number Diff line change 33This file is dedicated to visualizing and analyzing the data collected
44from Google Custom Search (GCS).
55"""
6+
67# Standard library
78import argparse
89import os
Original file line number Diff line number Diff line change 33This file is dedicated to visualizing and analyzing the data collected
44from GitHub.
55"""
6+
67# Standard library
78import argparse
89import os
Original file line number Diff line number Diff line change 33This file is dedicated to visualizing and analyzing the data collected
44from Wikipedia.
55"""
6+
67# Standard library
78import argparse
89import os
Original file line number Diff line number Diff line change 22"""
33Add project references.
44"""
5+
56# Standard library
67import argparse
78import os
You can’t perform that action at this time.
0 commit comments