Home
Register
Login
Login
Dr-Irv
Threads posted
Replies posted
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-17
Java formatter setting ignored - even with google's format
0
Likes
3
Replies
Dr-Irv
2022-06-25
@conda-forge-admin, please add user @Dr-Irv
0
Likes
1
Replies
Dr-Irv
2022-06-30
BUG: Series with same index values, but in different orders, cannot be compared, but can be added
0
Likes
5
Replies
Dr-Irv
2022-07-20
DOC: iloc docs should indicate a tuple is valid
0
Likes
3
Replies
Dr-Irv
2022-07-26
DEPR or DOCS: pd.value_counts() is public, but not documented. Deprecate or document?
0
Likes
12
Replies
Dr-Irv
2022-08-03
With strict type checking, improper overload detection with Iterable
0
Likes
6
Replies
Dr-Irv
2022-08-15
DOC: DatetimeIndex says that data is optional, but it is not
0
Likes
1
Replies
Dr-Irv
2022-08-17
Incorrect "Type application has too few types"
0
Likes
0
Replies
Dr-Irv
2022-08-25
DOC: 1.5.0rc0 has issues in the whatsnew document
0
Likes
2
Replies
Dr-Irv
2022-08-31
poetry 1.2.0 breaks CI for pandas-stubs on Windows
0
Likes
10
Replies
Dr-Irv
2022-09-01
Documentation of mapping of helm_release arguments to helm built-in objects
0
Likes
0
Replies
Dr-Irv
2022-09-06
DataFrame.loc not accepting a slice argument with .loc
0
Likes
0
Replies
Dr-Irv
2022-09-09
CLEAN: Resolve Axis and AxisType
0
Likes
0
Replies
Dr-Irv
2022-09-12
TimedeltaIndex missing accessors
0
Likes
0
Replies
Dr-Irv
2022-09-15
IndexSlice typing is no longer correct
0
Likes
0
Replies
Dr-Irv
2022-09-15
DataFrame.drop() should accept Index for the labels
0
Likes
0
Replies
Dr-Irv
2022-09-17
Possible bug with Generics coming from pandas-stubs
0
Likes
3
Replies
Dr-Irv
2022-09-19
More IndexSlice cleanup needed
0
Likes
0
Replies
Dr-Irv
2022-09-21
DOC: search is missing in the published 1.5 docs
0
Likes
2
Replies
Dr-Irv
2022-09-21
pd.tseries.offsets.WeekOfMonth missing week and weekday parameter in constructor
0
Likes
0
Replies
Dr-Irv
2022-09-21
Series.dt.tz_localize() returns incorrect type
0
Likes
1
Replies
Dr-Irv
2022-09-21
Allow browser tab title to be set
0
Likes
2
Replies
Dr-Irv
2022-09-29
mypy 0.981 does not simplify unions for assert_type
0
Likes
20
Replies
Dr-Irv
2022-09-30
Convert typing declarations to use TypeAlias
0
Likes
3
Replies
ngnpope
2022-07-11
Properties on `.dt` accessor no longer work as of `1.4.3.220704`
1
Likes
1
Replies
MarcoGorelli
2022-11-28
API/DOC: better explain (or deprecate?) the automatic alignment process
0
Likes
11
Replies
Dr-Irv
2022-08-03
With strict type checking, improper overload detection with Iterable
0
Likes
6
Replies
Dr-Irv
2022-08-03
With strict type checking, improper overload detection with Iterable
0
Likes
6
Replies
Dr-Irv
2022-08-03
With strict type checking, improper overload detection with Iterable
0
Likes
6
Replies
Dr-Irv
2022-08-31
poetry 1.2.0 breaks CI for pandas-stubs on Windows
0
Likes
10
Replies
thilobro
2022-10-10
`Series[int]` instead of `Series[bool]` for masks combined with binary operators
0
Likes
3
Replies
Dr-Irv
2022-07-20
DOC: iloc docs should indicate a tuple is valid
0
Likes
3
Replies
Dr-Irv
2022-06-30
BUG: Series with same index values, but in different orders, cannot be compared, but can be added
0
Likes
5
Replies
gandhis1
2022-10-05
DataFrame/Series dt.tz_localize() and dt.tz_convert() should accept str | BaseTzInfo | None
0
Likes
1
Replies
cosmicBboy
2022-08-16
Updates to DataFrame.__new__ causes issue with custom DataFrame Generic types
0
Likes
5
Replies
cosmicBboy
2022-08-16
Updates to DataFrame.__new__ causes issue with custom DataFrame Generic types
0
Likes
5
Replies
cosmicBboy
2022-08-16
Updates to DataFrame.__new__ causes issue with custom DataFrame Generic types
0
Likes
5
Replies
phofl
2022-08-17
BUG: df.groupby(col, as_index=False).value_counts() returns a DataFrame but is annotated as Series
0
Likes
6
Replies
phofl
2022-08-17
BUG: df.groupby(col, as_index=False).value_counts() returns a DataFrame but is annotated as Series
0
Likes
6
Replies
AchmadFathoni
2022-07-16
[BUG] Argument of type "tuple[slice]" cannot be assigned to parameter "idx"
0
Likes
1
Replies
Dr-Irv
2023-01-07
poetry build for source naming convention changed between version 1.2.0 and 1.2.1
0
Likes
3
Replies
Dr-Irv
2022-09-21
Allow browser tab title to be set
0
Likes
2
Replies
Dr-Irv
2022-07-26
DEPR or DOCS: pd.value_counts() is public, but not documented. Deprecate or document?
0
Likes
12
Replies
Dr-Irv
2022-08-31
poetry 1.2.0 breaks CI for pandas-stubs on Windows
0
Likes
10
Replies
Dr-Irv
2022-08-31
poetry 1.2.0 breaks CI for pandas-stubs on Windows
0
Likes
10
Replies
Dr-Irv
2022-08-31
poetry 1.2.0 breaks CI for pandas-stubs on Windows
0
Likes
10
Replies
thilobro
2022-10-10
`Series[int]` instead of `Series[bool]` for masks combined with binary operators
0
Likes
3
Replies
DillonSteyl
2022-11-27
Incorrect return type when slicing a dataframe with a mask (Series[bool])
0
Likes
2
Replies
Dr-Irv
2022-08-31
poetry 1.2.0 breaks CI for pandas-stubs on Windows
0
Likes
10
Replies
arnaudlegout
2022-10-27
BUG: inconsistent `DataFrame.agg` behavoir when passing as kwargs `numeric_only=True`
0
Likes
14
Replies
thomkeh
2022-09-05
Mypy complains inconsistent MRO when using isinstance() on a generic Series object
0
Likes
12
Replies
Dr-Irv
2022-09-17
Possible bug with Generics coming from pandas-stubs
0
Likes
3
Replies
randolf-scholz
2022-09-19
Error: Incompatible types in assignment (expression has type `Type[Int64Dtype]`, variable has type `Type[ExtensionDtype]`)
0
Likes
2
Replies
MarcoGorelli
2022-09-28
DOC: add minimal_environment.yml and minimal_requirements.txt
0
Likes
11
Replies
arnaudlegout
2022-10-27
BUG: inconsistent `DataFrame.agg` behavoir when passing as kwargs `numeric_only=True`
0
Likes
14
Replies
Dr-Irv
2022-09-29
mypy 0.981 does not simplify unions for assert_type
0
Likes
20
Replies
gandhis1
2022-09-22
DataFrame initializer does not accept a Generator of a List as data
0
Likes
5
Replies
Dr-Irv
2022-09-30
bitwise operators on Series should support int
0
Likes
13
Replies
gertcuykens
2022-10-04
Type of "to_sql" is partially unknown
0
Likes
17
Replies
phofl
2022-08-17
BUG: df.groupby(col, as_index=False).value_counts() returns a DataFrame but is annotated as Series
0
Likes
6
Replies
MarcoGorelli
2022-11-03
BUG various .value_counts() result in different names / indices
1
Likes
43
Replies
marcglobality
2022-09-20
pd.isna / pd.isnull raising mypy error for None
0
Likes
8
Replies
Dr-Irv
2022-09-21
DOC: search is missing in the published 1.5 docs
0
Likes
2
Replies
Dr-Irv
2022-09-29
mypy 0.981 does not simplify unions for assert_type
0
Likes
20
Replies
StevenLi-DS
2022-11-14
BUG: incorrect type hint for subset in dropna
0
Likes
7
Replies
gertcuykens
2022-10-04
Type of "to_sql" is partially unknown
0
Likes
17
Replies
Dr-Irv
2022-10-04
DOC: Create link from "Creating a development environment" to "pre-commit"
0
Likes
19
Replies
gertcuykens
2022-10-04
Type of "to_sql" is partially unknown
0
Likes
17
Replies
gertcuykens
2022-10-04
Type of "to_sql" is partially unknown
0
Likes
17
Replies
gertcuykens
2022-10-04
Type of "to_sql" is partially unknown
0
Likes
17
Replies
Dr-Irv
2022-10-04
DOC: Create link from "Creating a development environment" to "pre-commit"
0
Likes
19
Replies
gandhis1
2022-10-05
GroupBy agg rejects a dict argument
0
Likes
5
Replies
gandhis1
2022-10-06
Cannot assign a list (or presumably any sequence) to DataFrame.columns
1
Likes
3
Replies
Dr-Irv
2022-10-04
DOC: Create link from "Creating a development environment" to "pre-commit"
0
Likes
19
Replies
Dr-Irv
2022-10-04
DOC: Create link from "Creating a development environment" to "pre-commit"
0
Likes
19
Replies
gandhis1
2022-10-05
GroupBy agg rejects a dict argument
0
Likes
5
Replies
randolf-scholz
2022-09-04
error: Unsupported operand types for <= ("Timestamp" and "Index") [operator]
0
Likes
1
Replies
Dr-Irv
2023-02-23
Arguments of `type[bool]` and `type[int]` are considered overlapping
0
Likes
11
Replies
Dr-Irv
2022-10-11
Allow None in RHS in df.loc.__setitem__
0
Likes
9
Replies
thomkeh
2022-09-05
Mypy complains inconsistent MRO when using isinstance() on a generic Series object
0
Likes
12
Replies
thomkeh
2022-09-05
Mypy complains inconsistent MRO when using isinstance() on a generic Series object
0
Likes
12
Replies
thomkeh
2022-09-05
Mypy complains inconsistent MRO when using isinstance() on a generic Series object
0
Likes
12
Replies
randolf-scholz
2022-09-04
error: No overload variant of "fillna" of "Series" matches argument type "NAType" [call-overload]
0
Likes
0
Replies
thomkeh
2022-09-05
Mypy complains inconsistent MRO when using isinstance() on a generic Series object
0
Likes
12
Replies
Dr-Irv
2022-10-04
DOC: Create link from "Creating a development environment" to "pre-commit"
0
Likes
19
Replies
Dr-Irv
2023-02-23
Arguments of `type[bool]` and `type[int]` are considered overlapping
0
Likes
11
Replies
Dr-Irv
2022-12-07
Testing which type checker is type checking the code
0
Likes
3
Replies
Dr-Irv
2023-01-10
Subclassed operator returning Never not recognized
0
Likes
13
Replies
Dr-Irv
2023-02-23
Arguments of `type[bool]` and `type[int]` are considered overlapping
0
Likes
11
Replies
Dr-Irv
2022-10-23
Odd behavior with abs() with timedelta and SupportsAbs
0
Likes
4
Replies
wadhah101
2023-02-22
Wrong return type by SeriesGroupBy methods when as_index=False
0
Likes
1
Replies
Dr-Irv
2023-01-10
Subclassed operator returning Never not recognized
0
Likes
13
Replies
Dr-Irv
2022-09-30
bitwise operators on Series should support int
0
Likes
13
Replies
Dr-Irv
2022-09-30
bitwise operators on Series should support int
0
Likes
13
Replies
Dr-Irv
2022-09-30
bitwise operators on Series should support int
0
Likes
13
Replies
Dr-Irv
2022-09-30
bitwise operators on Series should support int
0
Likes
13
Replies
Dr-Irv
2022-09-30
bitwise operators on Series should support int
0
Likes
13
Replies
Dr-Irv
2023-01-10
Subclassed operator returning Never not recognized
0
Likes
13
Replies
Dr-Irv
2023-01-10
Subclassed operator returning Never not recognized
0
Likes
13
Replies
Dr-Irv
2022-11-23
CLN: Fix tests not executed by pytest
0
Likes
4
Replies
adamchainz
2022-10-31
Various `Index` operators missing
0
Likes
5
Replies
adamchainz
2022-10-31
Various `Index` operators missing
0
Likes
5
Replies
rhshadrach
2022-11-23
groupby(...).transform is untyped
0
Likes
1
Replies
arnaudlegout
2022-10-27
BUG: inconsistent `DataFrame.agg` behavoir when passing as kwargs `numeric_only=True`
0
Likes
14
Replies
Dr-Irv
2022-12-09
CI failing on MacOS with python 3.9 and 3.10 due to black issue
0
Likes
6
Replies
Dr-Irv
2022-12-09
CI failing on MacOS with python 3.9 and 3.10 due to black issue
0
Likes
6
Replies
Dr-Irv
2022-12-09
CI failing on MacOS with python 3.9 and 3.10 due to black issue
0
Likes
6
Replies
gertcuykens
2022-10-04
Type of "to_sql" is partially unknown
0
Likes
17
Replies
gertcuykens
2022-10-04
Type of "to_sql" is partially unknown
0
Likes
17
Replies
gertcuykens
2022-10-04
Type of "to_sql" is partially unknown
0
Likes
17
Replies
randolf-scholz
2022-11-03
error: Argument 1 to "astype" of "DataFrame" has incompatible type "Series[Any]" [arg-type]
0
Likes
2
Replies
MarcoGorelli
2022-11-03
BUG various .value_counts() result in different names / indices
1
Likes
43
Replies
Dr-Irv
2022-12-08
Incorrect inference off of `isinstance` and list
0
Likes
4
Replies
Dr-Irv
2022-12-08
Incorrect inference off of `isinstance` and list
0
Likes
4
Replies
bashtage
2022-08-23
TST: Add an unfailable CI run against pandas main
0
Likes
3
Replies
Dr-Irv
2023-01-12
DEPR: For v2.0, Deprecate using np.nan as the missing value type in pd.Categorical and use pd.NA instead
0
Likes
8
Replies
Dr-Irv
2023-01-10
Subclassed operator returning Never not recognized
0
Likes
13
Replies
MarcoGorelli
2022-11-03
BUG various .value_counts() result in different names / indices
1
Likes
43
Replies
Dr-Irv
2023-01-10
Subclassed operator returning Never not recognized
0
Likes
13
Replies
goxberry
2022-12-10
Using `pandas.DataFrame.loc` with a `tuple[str, str]` multi-index seems to elicit `mypy` errors
0
Likes
1
Replies
Dr-Irv
2023-01-07
panda-stubs source files not getting updated with known URL
0
Likes
3
Replies
Dr-Irv
2023-01-12
DEPR: For v2.0, Deprecate using np.nan as the missing value type in pd.Categorical and use pd.NA instead
0
Likes
8
Replies
rhshadrach
2022-11-23
BUG: Series.clip should accept array-like for upper and lower
0
Likes
1
Replies
rhshadrach
2022-11-23
DataFrameGroupBy attribute access for columns
0
Likes
4
Replies
derhintze
2022-11-23
dtype arg of read_excel is too strict
0
Likes
4
Replies
derhintze
2022-11-23
dtype arg of read_excel is too strict
0
Likes
4
Replies
gsakkis
2023-01-19
`is_*_dtype` functions don't accept extension dtypes
0
Likes
13
Replies
randolf-scholz
2022-11-03
error: Argument 1 to "astype" of "DataFrame" has incompatible type "Series[Any]" [arg-type]
0
Likes
2
Replies
Dr-Irv
2023-01-07
panda-stubs source files not getting updated with known URL
0
Likes
3
Replies
rhshadrach
2022-11-29
DOC: Add func as a string to DataFrameGroupBy.transform docs
0
Likes
2
Replies
ischurov
2023-01-12
Add npt.NDArray[np.uint64] to IndexType?
0
Likes
6
Replies
gsakkis
2023-01-19
`is_*_dtype` functions don't accept extension dtypes
0
Likes
13
Replies
Dr-Irv
2022-10-11
Allow None in RHS in df.loc.__setitem__
0
Likes
9
Replies
Dr-Irv
2022-10-11
Allow None in RHS in df.loc.__setitem__
0
Likes
9
Replies
Dr-Irv
2022-07-26
DEPR or DOCS: pd.value_counts() is public, but not documented. Deprecate or document?
0
Likes
12
Replies
rhshadrach
2022-11-23
DataFrameGroupBy attribute access for columns
0
Likes
4
Replies
StevenLi-DS
2022-11-14
BUG: incorrect type hint for subset in dropna
0
Likes
7
Replies
rhshadrach
2022-09-16
API: Add DataFrameGroupBy and SeriesGroupBy to the top level API
0
Likes
25
Replies
DaveMDS
2022-12-04
Missing values in JsonSeriesOrient
0
Likes
4
Replies
ischurov
2023-01-12
Add npt.NDArray[np.uint64] to IndexType?
0
Likes
6
Replies
ischurov
2023-01-12
Add npt.NDArray[np.uint64] to IndexType?
0
Likes
6
Replies
ischurov
2023-01-12
Add npt.NDArray[np.uint64] to IndexType?
0
Likes
6
Replies
MarcoGorelli
2022-12-12
WARN should SettingWithCopyWarning be shown multiple times in a Python REPL?
0
Likes
4
Replies
MarcoGorelli
2022-12-12
WARN should SettingWithCopyWarning be shown multiple times in a Python REPL?
0
Likes
4
Replies
williamjamir
2023-01-05
mypy complaining on sorted, min and max builtins on Version 1.5.2.221213
0
Likes
9
Replies
williamjamir
2023-01-05
mypy complaining on sorted, min and max builtins on Version 1.5.2.221213
0
Likes
9
Replies
williamjamir
2023-01-05
mypy complaining on sorted, min and max builtins on Version 1.5.2.221213
0
Likes
9
Replies
williamjamir
2023-01-05
mypy complaining on sorted, min and max builtins on Version 1.5.2.221213
0
Likes
9
Replies
Dr-Irv
2022-11-11
BUG: warning from typing library if you subclass a DataFrame using Generic with python 3.11
0
Likes
1
Replies
Dr-Irv
2022-12-09
BUG: In master, math with periodindex + index of offset produces wrong result
0
Likes
4
Replies
Dr-Irv
2022-12-09
BUG: In master, math with periodindex + index of offset produces wrong result
0
Likes
4
Replies
gandhis1
2022-11-30
Create more precise annotations for DataFrame/Series GroupBy operations (agg, apply, transform)
0
Likes
1
Replies
indigoviolet
2022-08-10
BUG: on_bad_lines=callable does not invoke callable for all bad lines
1
Likes
14
Replies
gandhis1
2022-10-06
Cannot assign a list (or presumably any sequence) to DataFrame.columns
1
Likes
3
Replies
gandhis1
2022-10-06
Cannot assign a list (or presumably any sequence) to DataFrame.columns
1
Likes
3
Replies
Dr-Irv
2023-01-27
Include NumericIndex at top level and document it for version 2.0
0
Likes
13
Replies
Dr-Irv
2023-01-21
BUG: Various pandas.api.types.is_*_dtype functions fail with ExtensionDtype as an argument
0
Likes
5
Replies
Dr-Irv
2023-01-27
Include NumericIndex at top level and document it for version 2.0
0
Likes
13
Replies
Dr-Irv
2023-01-27
Include NumericIndex at top level and document it for version 2.0
0
Likes
13
Replies
sonderyugen
2023-02-27
Invalid index type _LocIndexerFrame
0
Likes
2
Replies
Dr-Irv
2023-01-27
Include NumericIndex at top level and document it for version 2.0
0
Likes
13
Replies
MarcoGorelli
2022-11-03
BUG various .value_counts() result in different names / indices
1
Likes
43
Replies
Dr-Irv
2023-01-04
BUG- Cannot properly center table headers
0
Likes
7
Replies
Dr-Irv
2023-01-21
BUG: Various pandas.api.types.is_*_dtype functions fail with ExtensionDtype as an argument
0
Likes
5
Replies
Dr-Irv
2022-12-30
BUG- Cannot style individual cells of a table
0
Likes
2
Replies
Dr-Irv
2023-01-04
BUG- Cannot properly center table headers
0
Likes
7
Replies
rhshadrach
2022-09-16
API: Add DataFrameGroupBy and SeriesGroupBy to the top level API
0
Likes
25
Replies
Dr-Irv
2023-01-04
BUG- Cannot properly center table headers
0
Likes
7
Replies
williamjamir
2023-01-05
mypy complaining on sorted, min and max builtins on Version 1.5.2.221213
0
Likes
9
Replies
Dr-Irv
2023-03-08
Allow multiple directories for stubPath
0
Likes
3
Replies
williamjamir
2023-01-05
mypy complaining on sorted, min and max builtins on Version 1.5.2.221213
0
Likes
9
Replies
Dr-Irv
2023-01-20
Nightly builds failing since 1/20/2023
0
Likes
2
Replies
gsakkis
2023-01-19
`is_*_dtype` functions don't accept extension dtypes
0
Likes
13
Replies
gsakkis
2023-01-19
`is_*_dtype` functions don't accept extension dtypes
0
Likes
13
Replies
gsakkis
2023-01-19
`is_*_dtype` functions don't accept extension dtypes
0
Likes
13
Replies
gsakkis
2023-01-19
`is_*_dtype` functions don't accept extension dtypes
0
Likes
13
Replies
Dr-Irv
2023-01-23
Type of "xstate" could not be determined because it refers to itself
0
Likes
6
Replies
MarcoGorelli
2022-12-12
WARN should SettingWithCopyWarning be shown multiple times in a Python REPL?
0
Likes
4
Replies
Dr-Irv
2023-01-23
Type of "xstate" could not be determined because it refers to itself
0
Likes
6
Replies
rhshadrach
2022-09-16
API: Add DataFrameGroupBy and SeriesGroupBy to the top level API
0
Likes
25
Replies
Dr-Irv
2023-01-27
Include NumericIndex at top level and document it for version 2.0
0
Likes
13
Replies
chetanpepper
2023-03-01
Series.apply() should accept `None` as Callable return type
0
Likes
1
Replies
jbiz25
2023-01-21
errors with type narrowing
0
Likes
5
Replies
datapythonista
2022-07-13
Changes to pandas governance
2
Likes
11
Replies
jbiz25
2023-01-31
DataFrame xs method's axis parameter is typed as SeriesAxisType
0
Likes
3
Replies
datapythonista
2022-07-13
Changes to pandas governance
2
Likes
11
Replies
jbiz25
2023-01-31
DataFrame xs method's axis parameter is typed as SeriesAxisType
0
Likes
3
Replies
jbiz25
2023-01-21
errors with type narrowing
0
Likes
5
Replies
jbiz25
2023-01-21
errors with type narrowing
0
Likes
5
Replies
rhshadrach
2022-09-16
API: Add DataFrameGroupBy and SeriesGroupBy to the top level API
0
Likes
25
Replies
MarcoGorelli
2022-11-03
BUG various .value_counts() result in different names / indices
1
Likes
43
Replies
MarcoGorelli
2022-11-03
BUG various .value_counts() result in different names / indices
1
Likes
43
Replies
MarcoGorelli
2022-11-03
BUG various .value_counts() result in different names / indices
1
Likes
43
Replies
phofl
2023-02-07
BUG: DataFrame.insert value is too strict
0
Likes
1
Replies
Dr-Irv
2023-02-10
Instructions for checking typing of code cause pylint and autotyping to run
0
Likes
4
Replies
Dr-Irv
2023-02-10
Instructions for checking typing of code cause pylint and autotyping to run
0
Likes
4
Replies
rhshadrach
2022-09-16
API: Add DataFrameGroupBy and SeriesGroupBy to the top level API
0
Likes
25
Replies
rhshadrach
2022-09-16
API: Add DataFrameGroupBy and SeriesGroupBy to the top level API
0
Likes
25
Replies
frbelotto
2023-02-10
QST: Categorical NaN moving to strings. Unexpected behavior?
0
Likes
5
Replies
Dr-Irv
2023-02-17
How to use typing.Never to indicate a subclass method with zero arguments cannot be called?
1
Likes
2
Replies
frbelotto
2023-02-10
QST: Categorical NaN moving to strings. Unexpected behavior?
0
Likes
5
Replies
Dr-Irv
2022-06-30
BUG: Series with same index values, but in different orders, cannot be compared, but can be added
0
Likes
5
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2023-03-20
Test new releases of `pyright` with `pandas-stubs`
0
Likes
2
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-17
Java formatter setting ignored - even with google's format
0
Likes
3
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-06-05
Priority of package-stubs PYI files over package PYI files
0
Likes
37
Replies
Dr-Irv
2022-09-21
Series.dt.tz_localize() returns incorrect type
0
Likes
1
Replies
Dr-Irv
2023-01-12
DEPR: For v2.0, Deprecate using np.nan as the missing value type in pd.Categorical and use pd.NA instead
0
Likes
8
Replies
Dr-Irv
2023-01-12
DEPR: For v2.0, Deprecate using np.nan as the missing value type in pd.Categorical and use pd.NA instead
0
Likes
8
Replies
© 2022 pullanswer.com - All rights reserved.
Privacy policy