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

docs(blog): ibis + clickhouse + shiny for better pypi stats #9880

Merged
merged 3 commits into from
Sep 3, 2024
Merged

docs(blog): ibis + clickhouse + shiny for better pypi stats #9880

merged 3 commits into from
Sep 3, 2024

Conversation

lostmygithubaccount
Copy link
Member

Description of changes

Ibis + ClickHouse + Shiny for Python = better PyPI stats.

Adds a blog post showing an end-to-end Python analytics + BI stack on public data.

Issues closed

@lostmygithubaccount lostmygithubaccount added docs Documentation related issues or PRs docs-preview Add this label to trigger a docs preview labels Aug 20, 2024
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Aug 20, 2024
@ncclementi
Copy link
Contributor

Can we replace this Pie chart for a bar plot? It's very hard for the eye to distinguish the different of the small percentages, especially the smaller ones. (Also happy to provide more context on why pie-charts are not a good way of communicating data)

Also the colors seem to be repeated, pip and conda look the same. Maybe plot just the top 5?

Screenshot 2024-08-20 at 6 05 52 PM

@lostmygithubaccount
Copy link
Member Author

lostmygithubaccount commented Aug 21, 2024

will do -- it's actually not in the shiny app

TODOs:

  • update pie chart to something else or remove
  • record and publish YouTube video for dashboard section
  • thumbnail

I probably also want to get the part 2 of this ready before publishing (it's 80% done)

@lostmygithubaccount lostmygithubaccount added the docs-preview Add this label to trigger a docs preview label Sep 2, 2024
@lostmygithubaccount lostmygithubaccount marked this pull request as ready for review September 2, 2024 16:42
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Sep 2, 2024
@lostmygithubaccount lostmygithubaccount added the docs-preview Add this label to trigger a docs preview label Sep 2, 2024
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Sep 2, 2024
overall_t = (
overall_t.order_by(ibis.desc("count"))
.limit(top_k)
.mutate(rank=1 + ibis.row_number().over(order_by=ibis.desc("count")))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is adding one here necessary? It seems like you're just after the ordering, which is there without the addition of one.

@cpcloud cpcloud added this to the 9.4 milestone Sep 3, 2024
@cpcloud cpcloud added the blog Posts for the Ibis blog. label Sep 3, 2024
@lostmygithubaccount lostmygithubaccount merged commit 4d8d352 into ibis-project:main Sep 3, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog Posts for the Ibis blog. docs Documentation related issues or PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants