Skip to content

Add quantile to describe#442

Merged
zyzhu merged 2 commits intofslaborg:masterfrom
alexpantyukhin:add_quantile_to_describe
Sep 5, 2018
Merged

Add quantile to describe#442
zyzhu merged 2 commits intofslaborg:masterfrom
alexpantyukhin:add_quantile_to_describe

Conversation

@alexpantyukhin
Copy link
Copy Markdown
Contributor

No description provided.

@zyzhu
Copy link
Copy Markdown
Contributor

zyzhu commented Aug 23, 2018

You need to put describe function below quantile function. Just reorder it and it will build.

As for display. pandas describe follows the logic order
count, mean, std, min, 25%, 50%, 75%, max

It's very easy to read for researchers. You may reorder the output series keys like that.

@alexpantyukhin
Copy link
Copy Markdown
Contributor Author

I'm still newbie in f# and can not realize why my changes make compilation error :)

@zyzhu
Copy link
Copy Markdown
Contributor

zyzhu commented Aug 23, 2018

@alexpantyukhin
Copy link
Copy Markdown
Contributor Author

Thank you very much! I will lean it.

@zyzhu zyzhu merged commit 08a61f6 into fslaborg:master Sep 5, 2018
@alexpantyukhin alexpantyukhin deleted the add_quantile_to_describe branch September 5, 2018 14:37
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.

2 participants