Commit 29e0146
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.py
Co-authored-by: Matthew Roeschke <[email protected]>
* 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 hooks
for more information, see https://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 hooks
for more information, see https://pre-commit.ci
* Update pandas/tests/libs/test_lib.py
Co-authored-by: Richard Shadrach <[email protected]>
* 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 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Richard Shadrach <[email protected]>1 parent e637b42 commit 29e0146
2 files changed
+14
-1
lines changed| 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 | | |
| |||
| 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