Closed
Description
Problem description
(I'm aware that Google SEO is not under pandas' control. However this one's quite important, and nowhere in the pandas doc does it actually tell us where/how to report SEO fails, if at all. So please tell us how and where to report things like this. Are all pandas doc pages automatically submitted to be crawled by Google?)
The indexing of pandas DataFrame/Series operators seems to have some holes:
A Google search for 'pandas greater than' returns 'pandas.DataFrame.ge' as #1, and pandas.DataFrame.gt
/pandas.Series.gt
aren't even found, let alone in the top 10.
- The Enable element-wise comparison operations in DataMatrix objects #1 hit should be
pandas.DataFrame.gt
pandas.Series.gt
should also be found, reindex_like function #2, but they're not. Similarly Binary operations on int DataMatrix #3pandas.Series.between
,pandas.Series.ge
etc.
A Google search for 'pandas less than' is slightly better:
- Enable element-wise comparison operations in DataMatrix objects #1 hit is
pandas.DataFrame.le
(pandas 1.0.1 doc) - reindex_like function #2 hit is
pandas.Series.le
(pandas 1.0.1 doc) - Binary operations on int DataMatrix #3 hit is
pandas.Series.between
(pandas 0.23.1 doc(?), not 1.0.x) - The Enable element-wise comparison operations in DataMatrix objects #1 and reindex_like function #2 hits should be
pandas.DataFrame.lt
/pandas.Series.lt
Expected Output
as above
Metadata
Metadata
Assignees
Labels
No labels