Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork18.5k
Commit29e0146
BUG: Impossible creation of array with dtype=string (#61263)
* DOC: Update warning in Index.values docstring to clarify index modification issues (#60954)* DOC: Update warning in Index.values docstring to clarify index modification issues (#60954) with changes* Update pandas/core/indexes/base.pyCo-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>* DOC : Fixing the whitespace which was causing error* Fixed docstring validation and formatting issues* BUG: Fix array creation for string dtype with inconsistent list lengths (#61155)* BUG: Fix array creation for string dtype with inconsistent list lengths (#61155)* BUG fix GH#61155 v2* BUG fix GH#61155 with test case for list of lists handling* Fix formatting in test_string_array.py (pre-commit autofix)* [pre-commit.ci] auto fixes from pre-commit.com hooksfor more information, seehttps://pre-commit.ci* Add test for list of lists handling in ensure_string_array (GH#61155)* fixing checks* [pre-commit.ci] auto fixes from pre-commit.com hooksfor more information, seehttps://pre-commit.ci* Update pandas/tests/libs/test_lib.pyCo-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>* Remove pandas/tests/arrays/test_string_array.py as requested* wrong fiel base.py* Remove check for nested lists in scalars in string_.py first try* Revert unintended changes to base.py---------Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>1 parente637b42 commit29e0146
2 files changed
+14
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
777 | 777 |
| |
778 | 778 |
| |
779 | 779 |
| |
780 |
| - | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
781 | 784 |
| |
782 | 785 |
| |
783 | 786 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + |
0 commit comments
Comments
(0)