File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
292
292
-i " pandas.Timestamp.value GL08" \
293
293
-i " pandas.Timestamp.weekday SA01" \
294
294
-i " pandas.Timestamp.year GL08" \
295
- -i " pandas.api.extensions.ExtensionArray._from_sequence_of_strings SA01" \
296
295
-i " pandas.api.extensions.ExtensionArray._hash_pandas_object RT03,SA01" \
297
296
-i " pandas.api.extensions.ExtensionArray._pad_or_backfill PR01,RT03,SA01" \
298
297
-i " pandas.api.extensions.ExtensionArray._reduce RT03,SA01" \
Original file line number Diff line number Diff line change @@ -365,6 +365,16 @@ def _from_sequence_of_strings(
365
365
-------
366
366
ExtensionArray
367
367
368
+ See Also
369
+ --------
370
+ api.extensions.ExtensionArray._from_sequence : Construct a new ExtensionArray
371
+ from a sequence of scalars.
372
+ api.extensions.ExtensionArray._from_factorized : Reconstruct an ExtensionArray
373
+ after factorization.
374
+ api.extensions.ExtensionArray._from_scalars : Strict analogue to _from_sequence,
375
+ allowing only sequences of scalars that should be specifically inferred to
376
+ the given dtype.
377
+
368
378
Examples
369
379
--------
370
380
>>> pd.arrays.IntegerArray._from_sequence_of_strings(
You can’t perform that action at this time.
0 commit comments