Here's how GITHUB.COM makes money* and how much!

*Please read our disclaimer before using our estimates.
Loading...

GITHUB . COM {}

Detected CMS Systems:

  1. Analyzed Page
  2. Matching Content Categories
  3. CMS
  4. Monthly Traffic Estimate
  5. How Does Github.com Make Money
  6. How Much Does Github.com Make
  7. Wordpress Themes And Plugins
  8. Keywords
  9. Topics
  10. Payment Methods
  11. Questions
  12. Schema
  13. External Links
  14. Analytics And Tracking
  15. Libraries
  16. Hosting Providers

We are analyzing https://github.com/pandas-dev/pandas/issues/42482.

Title:
BUG: groupby with sort=False not respected for categorical data for MultiIndex with 2 grouping keys Β· Issue #42482 Β· pandas-dev/pandas
Description:
I have checked that this issue has not already been reported. I have confirmed this bug exists on the latest version of pandas. (optional) I have confirmed this bug exists on the master branch of pandas. Code Sample, a copy-pastable exam...
Website Age:
17 years and 8 months (reg. 2007-10-09).

Matching Content Categories {πŸ“š}

  • TV
  • Technology & Computing
  • Education

Content Management System {πŸ“}

What CMS is github.com built with?


Github.com is powered by WORDPRESS.

Traffic Estimate {πŸ“ˆ}

What is the average monthly size of github.com audience?

πŸš€πŸŒ  Tremendous Traffic: 10M - 20M visitors per month


Based on our best estimate, this website will receive around 10,000,003 visitors per month in the current month.

check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush

How Does Github.com Make Money? {πŸ’Έ}


Subscription Packages {πŸ’³}

We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.

How Much Does Github.com Make? {πŸ’°}


Subscription Packages {πŸ’³}

Prices on github.com are in US Dollars ($). They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 4,989,880 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,498.
The estimated annual recurring revenues (ARR) are $251,489,970.

Wordpress Themes and Plugins {🎨}

What WordPress theme does this site use?

It is strange but we were not able to detect any theme on the page.

What WordPress plugins does this website use?

It is strange but we were not able to detect any plugins on the page.

Keywords {πŸ”}

categorical, red, green, blue, bug, sortfalse, groupby, data, issue, dangillet, color, pandas, respected, multiindex, grouping, mroeschke, sign, jan, feb, mar, apr, index, output, team, type, discussion, code, projects, keys, directions, month, sorted, added, samukweku, commented, ordered, navigation, pull, requests, actions, security, closed, description, confirmed, exists, import, colors, pddataframe, nprandomrandom, indexpdmultiindexfromproductmonths,

Topics {βœ’οΈ}

type projects personal information bug discussion requires discussion comment metadata assignees categorical index ordered categorical data core team import pandas categorical index unordered categorical projects milestone bug exists 871417 problem description triage issue pandas sort=false names=['month' level month months = ['jan' categorical latest version master branch code sample copy-pastable import numpy original order color index api/perf reorder categoricals milestone relationships bug index=pd github issue sorted lexicographically multiindex colors = ['red' expected output df = pd grouping groupby ordered removed ['month' 'apr'] 'color' 'color'] index code action

Payment Methods {πŸ“Š}

  • Braintree

Questions {❓}

  • @dangillet Is the categorical index ordered?
  • Already have an account?

Schema {πŸ—ΊοΈ}

DiscussionForumPosting:
      context:https://schema.org
      headline:BUG: groupby with sort=False not respected for categorical data for MultiIndex with 2 grouping keys
      articleBody:- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python In [1]: import numpy as np ...: import pandas as pd In [2]: months = ['Jan', 'Feb', 'Mar', 'Apr'] ...: colors = ['Red', 'Green', 'Blue'] ...: directions = ['Up', 'Down'] In [3]: df = pd.DataFrame( ...: np.random.random(24), ...: index=pd.MultiIndex.from_product([months, pd.CategoricalIndex(colors), directions], names=['month', 'color', 'direction']), ...: columns=['value'] ...: ) In [4]: df.groupby(['month', 'color'], sort=False).sum() Out[4]: value month color Apr Blue 1.369042 Green 1.430864 Red 0.346581 Feb Blue 1.068234 Green 0.888100 Red 0.708154 Jan Blue 1.119714 Green 0.731628 Red 0.624529 Mar Blue 0.605137 Green 1.400212 Red 0.871417 ``` #### Problem description When grouping two columns with categorical data and using `sort=False`, the groups are sorted anyway. If the index was not Categorical, then the output is not sorted as expected. #### Expected Output I was hoping to get this output ```python Jan Red 0.624529 Green 0.731628 Blue 1.119714 Feb Red 0.708154 Green 0.888100 Blue 1.068234 Mar Red 0.871417 Green 1.400212 Blue 0.605137 Apr Red 0.346581 Green 1.430864 Blue 1.369042 ``` #### Output of ``pd.show_versions()`` <details> INSTALLED VERSIONS ------------------ commit : f00ed8f47020034e752baf0250483053340971b0 python : 3.7.11.final.0 python-bits : 64 OS : Linux OS-release : 5.4.0-77-generic Version : #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 machine : x86_64 processor : x86_64 byteorder : little LC_ALL : None LANG : en_GB.UTF-8 LOCALE : en_GB.UTF-8 pandas : 1.3.0 numpy : 1.17.5 pytz : 2020.1 dateutil : 2.8.1 pip : 21.1.2 setuptools : 41.2.0 Cython : 0.29.21 pytest : 6.1.1 hypothesis : None sphinx : 3.3.1 blosc : 1.8.3 feather : None xlsxwriter : None lxml.etree : 4.4.3 html5lib : None pymysql : None psycopg2 : 2.7.7 (dt dec pq3 ext lo64) jinja2 : 2.10.3 IPython : 7.14.0 pandas_datareader: None bs4 : None bottleneck : None fsspec : None fastparquet : 0.4.1 gcsfs : None matplotlib : 3.1.3 numexpr : None odfpy : None openpyxl : 3.0.3 pandas_gbq : None pyarrow : None pyxlsb : None s3fs : None scipy : 1.4.1 sqlalchemy : None tables : None tabulate : None xarray : None xlrd : 2.0.1 xlwt : None numba : 0.51.2 </details>
      author:
         url:https://github.com/dangillet
         type:Person
         name:dangillet
      datePublished:2021-07-11T13:36:06.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:3
      url:https://github.com/42482/pandas/issues/42482
      context:https://schema.org
      headline:BUG: groupby with sort=False not respected for categorical data for MultiIndex with 2 grouping keys
      articleBody:- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ] (optional) I have confirmed this bug exists on the master branch of pandas. --- #### Code Sample, a copy-pastable example ```python In [1]: import numpy as np ...: import pandas as pd In [2]: months = ['Jan', 'Feb', 'Mar', 'Apr'] ...: colors = ['Red', 'Green', 'Blue'] ...: directions = ['Up', 'Down'] In [3]: df = pd.DataFrame( ...: np.random.random(24), ...: index=pd.MultiIndex.from_product([months, pd.CategoricalIndex(colors), directions], names=['month', 'color', 'direction']), ...: columns=['value'] ...: ) In [4]: df.groupby(['month', 'color'], sort=False).sum() Out[4]: value month color Apr Blue 1.369042 Green 1.430864 Red 0.346581 Feb Blue 1.068234 Green 0.888100 Red 0.708154 Jan Blue 1.119714 Green 0.731628 Red 0.624529 Mar Blue 0.605137 Green 1.400212 Red 0.871417 ``` #### Problem description When grouping two columns with categorical data and using `sort=False`, the groups are sorted anyway. If the index was not Categorical, then the output is not sorted as expected. #### Expected Output I was hoping to get this output ```python Jan Red 0.624529 Green 0.731628 Blue 1.119714 Feb Red 0.708154 Green 0.888100 Blue 1.068234 Mar Red 0.871417 Green 1.400212 Blue 0.605137 Apr Red 0.346581 Green 1.430864 Blue 1.369042 ``` #### Output of ``pd.show_versions()`` <details> INSTALLED VERSIONS ------------------ commit : f00ed8f47020034e752baf0250483053340971b0 python : 3.7.11.final.0 python-bits : 64 OS : Linux OS-release : 5.4.0-77-generic Version : #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 machine : x86_64 processor : x86_64 byteorder : little LC_ALL : None LANG : en_GB.UTF-8 LOCALE : en_GB.UTF-8 pandas : 1.3.0 numpy : 1.17.5 pytz : 2020.1 dateutil : 2.8.1 pip : 21.1.2 setuptools : 41.2.0 Cython : 0.29.21 pytest : 6.1.1 hypothesis : None sphinx : 3.3.1 blosc : 1.8.3 feather : None xlsxwriter : None lxml.etree : 4.4.3 html5lib : None pymysql : None psycopg2 : 2.7.7 (dt dec pq3 ext lo64) jinja2 : 2.10.3 IPython : 7.14.0 pandas_datareader: None bs4 : None bottleneck : None fsspec : None fastparquet : 0.4.1 gcsfs : None matplotlib : 3.1.3 numexpr : None odfpy : None openpyxl : 3.0.3 pandas_gbq : None pyarrow : None pyxlsb : None s3fs : None scipy : 1.4.1 sqlalchemy : None tables : None tabulate : None xarray : None xlrd : 2.0.1 xlwt : None numba : 0.51.2 </details>
      author:
         url:https://github.com/dangillet
         type:Person
         name:dangillet
      datePublished:2021-07-11T13:36:06.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:3
      url:https://github.com/42482/pandas/issues/42482
Person:
      url:https://github.com/dangillet
      name:dangillet
      url:https://github.com/dangillet
      name:dangillet
InteractionCounter:
      interactionType:https://schema.org/CommentAction
      userInteractionCount:3
      interactionType:https://schema.org/CommentAction
      userInteractionCount:3

Analytics and Tracking {πŸ“Š}

  • Site Verification - Google

Libraries {πŸ“š}

  • Clipboard.js
  • D3.js
  • Lodash

Emails and Hosting {βœ‰οΈ}

Mail Servers:

  • aspmx.l.google.com
  • alt1.aspmx.l.google.com
  • alt2.aspmx.l.google.com
  • alt3.aspmx.l.google.com
  • alt4.aspmx.l.google.com

Name Servers:

  • dns1.p08.nsone.net
  • dns2.p08.nsone.net
  • dns3.p08.nsone.net
  • dns4.p08.nsone.net
  • ns-1283.awsdns-32.org
  • ns-1707.awsdns-21.co.uk
  • ns-421.awsdns-52.com
  • ns-520.awsdns-01.net
9.37s.