Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into nonkeyword-to-dic
Browse files Browse the repository at this point in the history
  • Loading branch information
rsm-23 committed Aug 21, 2023
2 parents 0940b3a + dbe3278 commit cfb8f7c
Show file tree
Hide file tree
Showing 12 changed files with 334 additions and 658 deletions.
3 changes: 0 additions & 3 deletions doc/source/user_guide/categorical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -832,9 +832,6 @@ The following table summarizes the results of merging ``Categoricals``:
| category (int) | category (float) | False | float (dtype is inferred) |
+-------------------+------------------------+----------------------+-----------------------------+

See also the section on :ref:`merge dtypes<merging.dtypes>` for notes about
preserving merge dtypes and performance.

.. _categorical.union:

Unioning
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/dsintro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ The row and column labels can be accessed respectively by accessing the
From dict of ndarrays / lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The ndarrays must all be the same length. If an index is passed, it must
All ndarrays must share the same length. If an index is passed, it must
also be the same length as the arrays. If no index is passed, the
result will be ``range(n)``, where ``n`` is the array length.

Expand Down
Loading

0 comments on commit cfb8f7c

Please sign in to comment.