You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good beginning of the project.
Effective for downloading the data.
Choice of variable and function names: Easy to read.
Readability of the code: Good.
Convenient to reuse.
This file combined the codes from the beginning of the class, it is used many methods and packages we learned this quarter.
The choice of Choice of variable and function names is good.
Codes are readable with comments.
The improvement may not be needed.
existing python packages: requests, os, zipfile, pandas, numpy, matplotlib.pyplot
This script is easy to read and the structure of this script is easy to follow.
Using request package to download the data and then numpy, pandas to clean the data.
The setup of the data acquiring and processing.
Exception test has been considered in functions.
Reusability can be better.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.