refactor: use DataFrame.map
instead of DataFrame.applymap
#19974
Annotations
10 warnings
Run unit tests:
.venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L502
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
|
Run unit tests:
.venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L502
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
|
Run unit tests:
.venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L502
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
|
Run unit tests:
.venv/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L502
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
|
Run unit tests:
opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
|
Run unit tests:
.venv/lib/python3.10/site-packages/pydantic/_internal/_config.py#L345
Valid config keys have changed in V2:
* 'schema_extra' has been renamed to 'json_schema_extra'
|
Run unit tests:
.venv/lib/python3.10/site-packages/pydantic/_internal/_config.py#L345
Valid config keys have changed in V2:
* 'schema_extra' has been renamed to 'json_schema_extra'
|
Run unit tests:
opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
|
Run unit tests:
.venv/lib/python3.10/site-packages/pydantic/_internal/_config.py#L345
Valid config keys have changed in V2:
* 'schema_extra' has been renamed to 'json_schema_extra'
|
Run unit tests:
opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10/contextlib.py#L142
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
|
Loading