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 info about zero-person households #106

Merged
merged 3 commits into from
Feb 17, 2020

Conversation

gregmacfarlane
Copy link
Contributor

This addresses the documentation needs arising from #104. It is possible that a more robust documentation including template code to process ACS PUMS data into appropriate seed data would be helpful and / or desired. If and when I get this figured out, I can extend this PR or send you all another one.

@gregmacfarlane
Copy link
Contributor Author

Curious how the travis build is failing, given that the only change is to documentation.

@bstabler
Copy link
Contributor

bstabler commented Feb 2, 2020

The Travis log says AttributeError: 'DataFrame' object has no attribute 'ix'. The ix function is no longer available in pandas and so this needs to be updated to use loc or iloc.

@bstabler bstabler changed the base branch from master to develop February 3, 2020 19:13
@bstabler
Copy link
Contributor

thanks @gregmacfarlane

@bstabler bstabler merged commit d5eead7 into ActivitySim:develop Feb 17, 2020
bstabler added a commit that referenced this pull request Feb 21, 2020
* Package updates (#109)

* ActivitySim 0.9.2; Pandas 1.0

* Freeze ortools package below 7.5

* Add info about zero-person households (#106)  

This addresses the documentation needs arising from #104

* Fixes (#110)

* ActivitySim 0.9.2; Pandas 1.0

* Freeze ortools package below 7.5

* fix issue #103

* fix issue #102

* Update setup.py (#112)

Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Greg Macfarlane <gregmacfarlane@gmail.com>
bstabler added a commit that referenced this pull request May 12, 2020
* Package updates (#109)

* ActivitySim 0.9.2; Pandas 1.0

* Freeze ortools package below 7.5

* Add info about zero-person households (#106)

This addresses the documentation needs arising from #104

Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>

* Fixes (#110)

* ActivitySim 0.9.2; Pandas 1.0

* Freeze ortools package below 7.5

* fix issue #103

* fix issue #102

* Update setup.py (#112)

* Pypi cleanup (#114)

* pypi cleanup

* remove rst file

* Add validation notebook (#119)

Co-authored-by: Blake <blake.rosenthal@rsginc.com>
Co-authored-by: Greg Macfarlane <gregmacfarlane@gmail.com>
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

2 participants