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

Updated the README.md, added notebook and visualizations #44

Merged
merged 22 commits into from
May 11, 2020

Conversation

mitchdolby
Copy link
Collaborator

No description provided.

Mitch Dolby and others added 8 commits April 30, 2020 15:02
move chrissi's notebook to her folder

add empty environ.yml to ignore

add empty environ.yml to ignore

environ.yaml to ignore file

add newsapi key

First graph and analysis

add ibm-watson plt and sns libraries

remove api keys from chrissi notebook
Chrissi's tone analysis with newsapi + watson
Bumps [nltk](https://github.com/nltk/nltk) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.4.4...3.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
@chendaniely
Copy link
Member

@mitchdolby I noticed from #43 that you are loading datasets that aren't documented in this repository. please also add the code you used to pull the datasets down.

@chendaniely
Copy link
Member

@mitchdolby Notes about your code:

if you want to add a missing value, do not use the string "NaN", juse the nan, NAN, or NaN values from the numpy library.

To check if a value is missing you can use the pd.isnull function. Do not use == or != to check on a string. Missing values are not equal to anything, e.g., NaN == NaN is False and NaN != NaN is True

@chendaniely
Copy link
Member

chendaniely commented May 6, 2020

  • Fix data files

  • move png images, they are in the notebook in the cell output, but no code was used to explicitely save them to file.

  • Fix NaN code

When merged this PR fixes #33

@mitchdolby
Copy link
Collaborator Author

mitchdolby commented May 8, 2020

link to data: https://aqicn.org/data-platform/register/

@chendaniely
Copy link
Member

Data Usage Statement

The data platform observational data are not fully verified or validated; these data are subject to change, error, and correction. The data and information are in no way official.
The data platform observational data can not be used for any official comparison, ranking, report or data analysis. The official and validated data must be obtained directly from the originating EPA.
If observational data are used for analyses, displayed on web pages, or used for other programs or products, the analysis results, displays, or products must indicate that these data are not fully verified or validated. 

Publications, analyses, products, presentations, and/or derived information that rely on these data must give attribution to the originating EPA (Wuhan Environmental Protection Bureau (武汉市环保局), Hubei Environmental Protection Agency (湖北省环境保护厅)) as well as the World Air Quality Index Project.
The World Air Quality Index project has exercised all reasonable skill and care in compiling the contents of this information and under no circumstances will the World Air Quality Index project team or its agents be liable in contract, tort or otherwise for any loss, injury or damage arising directly or indirectly from the supply of this data. All this historical Air Quality data is based on unvalidated, and due to quality assurance these data may be amended, without notice, at any time.
Data and information reported by the World Air Quality Index project are provided for the express purpose of providing citizens actionable health information related to air pollution. 

The following additional constraints apply to both direct and indirect data:

The data can not be sold or included in sold packages.
The data can not be used in paid applications or services.
The data can not be redistributed as cached or archived data. 

@chendaniely chendaniely merged commit 3dcf3e1 into master May 11, 2020
@chendaniely chendaniely deleted the mitch_documentation branch May 11, 2020 14:27
chendaniely added a commit that referenced this pull request May 22, 2020
Mitch: Updated the README.md, added notebook and visualizations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants