Skip to content

Commit

Permalink
CLN: Assorted (pandas-dev#52938)
Browse files Browse the repository at this point in the history
* clean unused license, c funcs, 1.1.0 reference

* Revert headers

* Clean more 1.1 references
  • Loading branch information
mroeschke authored Apr 27, 2023
1 parent 0f47de6 commit c9de03e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
18 changes: 0 additions & 18 deletions LICENSES/OTHER
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,6 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

google-api-python-client license
--------------------------------

Copyright (C) 2012 Google Inc.
All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Pyperclip v1.3 license
----------------------

Expand Down
2 changes: 0 additions & 2 deletions doc/source/user_guide/merging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1454,8 +1454,6 @@ Comparing objects
The :meth:`~Series.compare` and :meth:`~DataFrame.compare` methods allow you to
compare two DataFrame or Series, respectively, and summarize their differences.

This feature was added in :ref:`V1.1.0 <whatsnew_110.dataframe_or_series_comparing>`.

For example, you might want to compare two ``DataFrame`` and stack their differences
side by side.

Expand Down
2 changes: 0 additions & 2 deletions doc/source/user_guide/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ and we want to use an expanding window where ``use_expanding`` is ``True`` other
You can view other examples of ``BaseIndexer`` subclasses `here <https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexers/objects.py>`__

.. versionadded:: 1.1

One subclass of note within those examples is the ``VariableOffsetWindowIndexer`` that allows
rolling operations over a non-fixed offset like a ``BusinessDay``.

Expand Down
2 changes: 0 additions & 2 deletions pandas/io/json/_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,6 @@ def read_json(
This can only be passed if `lines=True`.
If this is None, all the rows will be returned.
.. versionadded:: 1.1
{storage_options}
.. versionadded:: 1.2.0
Expand Down

0 comments on commit c9de03e

Please sign in to comment.