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

head(0) and tail(0) return empty DataFrames #11937

Merged
merged 1 commit into from
Jan 2, 2016
Merged

Commits on Jan 2, 2016

  1. head(0) and tail(0) return empty DataFrames

    unit test for Series.head(0), Series.tail(0)
    
    fixed breaking unit tests on Series.head(0)/Series.tail(0)
    
    removed unnecessary length checks
    
    added documentation
    
    mention series in API docs
    surveymedia.ca committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    7f00dbc View commit details
    Browse the repository at this point in the history