Skip to content

Commit

Permalink
Try no fillna
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Nov 15, 2017
1 parent bd909bb commit 3ae50ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,4 +3,6 @@

Parses Australian Parliament member data from http://data.openaustralia.org into Pandas DataFrames.

Brought to you by the [Sydney Informatics Hub](http://informatics.sydney.edu.au)

This is also a scraper that runs on [Morph](https://morph.io). To get started [see the documentation](https://morph.io/documentation)
1 change: 0 additions & 1 deletion scraper.py
Expand Up @@ -3,7 +3,6 @@


df = openaustraliamembers.OpenAustraliaMembers().offices().reset_index()
df = df.fillna(None)
df.todate = df.todate.astype(str)
df.fromdate = df.fromdate.astype(str)
scraperwiki.sqlite.save(unique_keys=['office_id'],
Expand Down

0 comments on commit 3ae50ca

Please sign in to comment.