content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
from __future__ import annotations\n\nfrom functools import partial\nfrom typing import TYPE_CHECKING, Any, Protocol, overload\n\nfrom narwhals._compliant.typing import (\n CompliantExprT,\n CompliantFrameT,\n CompliantLazyFrameT,\n DepthTrackingExprT,\n EagerDataFrameT,\n EagerExprT,\n EagerSeries... | .venv\Lib\site-packages\narwhals\_compliant\namespace.py | namespace.py | Python | 6,986 | 0.95 | 0.227273 | 0 | vue-tools | 196 | 2024-10-30T20:06:02.690350 | MIT | false | 5e1d1f6992e91b1c54aac7199aa0ee21 |
"""Almost entirely complete, generic `selectors` implementation."""\n\nfrom __future__ import annotations\n\nimport re\nfrom functools import partial\nfrom typing import TYPE_CHECKING, Protocol, TypeVar, overload\n\nfrom narwhals._compliant.expr import CompliantExpr\nfrom narwhals._typing_compat import Protocol38\nfrom... | .venv\Lib\site-packages\narwhals\_compliant\selectors.py | selectors.py | Python | 12,018 | 0.85 | 0.302469 | 0.011765 | awesome-app | 686 | 2023-08-13T20:27:35.228782 | GPL-3.0 | false | 4a2406aaacbaa09c6f0fd771b804c587 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any, Generic, Protocol\n\nfrom narwhals._compliant.any_namespace import (\n CatNamespace,\n DateTimeNamespace,\n ListNamespace,\n StringNamespace,\n StructNamespace,\n)\nfrom narwhals._compliant.typing import (\n CompliantSeriesT_... | .venv\Lib\site-packages\narwhals\_compliant\series.py | series.py | Python | 14,017 | 0.95 | 0.363415 | 0.016575 | awesome-app | 649 | 2023-11-13T00:34:42.839063 | Apache-2.0 | false | 3f0bd6314ccac1738ce33058d32a9692 |
from __future__ import annotations\n\nfrom collections.abc import Sequence\nfrom typing import TYPE_CHECKING, Any, Callable, TypedDict, TypeVar\n\nif TYPE_CHECKING:\n from typing_extensions import TypeAlias\n\n from narwhals._compliant.dataframe import (\n CompliantDataFrame,\n CompliantLazyFrame,\n... | .venv\Lib\site-packages\narwhals\_compliant\typing.py | typing.py | Python | 6,131 | 0.95 | 0.051282 | 0.007519 | node-utils | 647 | 2024-04-01T17:11:54.605834 | MIT | false | 4427db78888bc6118706eac340291f12 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any, Callable, TypeVar, cast\n\nfrom narwhals._compliant.expr import CompliantExpr\nfrom narwhals._compliant.typing import (\n CompliantExprAny,\n CompliantFrameAny,\n CompliantLazyFrameT,\n CompliantSeriesOrNativeExprAny,\n EagerDat... | .venv\Lib\site-packages\narwhals\_compliant\when_then.py | when_then.py | Python | 8,172 | 0.95 | 0.1125 | 0 | vue-tools | 86 | 2025-04-09T20:20:09.762698 | BSD-3-Clause | false | 6486e3f6ade0446852e6871a3c612869 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Generic\n\nfrom narwhals._compliant.typing import NativeExprT_co\n\nif TYPE_CHECKING:\n from collections.abc import Sequence\n\n\nclass WindowInputs(Generic[NativeExprT_co]):\n __slots__ = ("order_by", "partition_by")\n\n def __init__(\n ... | .venv\Lib\site-packages\narwhals\_compliant\window.py | window.py | Python | 477 | 0.85 | 0.166667 | 0 | node-utils | 578 | 2023-08-27T09:36:53.388722 | BSD-3-Clause | false | 14b364f0a0ff41a572759e2cd4461edc |
from __future__ import annotations\n\nfrom narwhals._compliant.dataframe import (\n CompliantDataFrame,\n CompliantLazyFrame,\n EagerDataFrame,\n)\nfrom narwhals._compliant.expr import CompliantExpr, EagerExpr, LazyExpr\nfrom narwhals._compliant.group_by import (\n CompliantGroupBy,\n DepthTrackingGroupB... | .venv\Lib\site-packages\narwhals\_compliant\__init__.py | __init__.py | Python | 1,901 | 0.85 | 0 | 0 | node-utils | 41 | 2025-07-06T04:11:59.496910 | GPL-3.0 | false | 8c68a01129f0d0c2a0d251f5c3fafeb9 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\any_namespace.cpython-313.pyc | any_namespace.cpython-313.pyc | Other | 8,591 | 0.95 | 0 | 0 | vue-tools | 640 | 2024-06-25T22:14:34.387760 | Apache-2.0 | false | 1e2b4af5adf24345c2341849d0091a34 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\dataframe.cpython-313.pyc | dataframe.cpython-313.pyc | Other | 29,028 | 0.95 | 0.010811 | 0 | awesome-app | 619 | 2025-01-16T23:50:04.206089 | MIT | false | 90053b962d285cad060d20bb5cd83923 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\expr.cpython-313.pyc | expr.cpython-313.pyc | Other | 70,371 | 0.75 | 0.022222 | 0.002212 | vue-tools | 925 | 2024-11-23T02:14:13.849058 | GPL-3.0 | false | b090355d8ca3d0743117e69924ec43c3 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\group_by.cpython-313.pyc | group_by.cpython-313.pyc | Other | 10,868 | 0.95 | 0.018868 | 0 | awesome-app | 611 | 2024-11-23T17:57:46.866036 | BSD-3-Clause | false | 29c63ed4eff746821e3c0a31d1295814 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\namespace.cpython-313.pyc | namespace.cpython-313.pyc | Other | 11,634 | 0.95 | 0 | 0.023256 | node-utils | 464 | 2023-07-16T17:13:05.284644 | Apache-2.0 | false | 079bc3cbb84458ba6103d9b29fb2075b |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\selectors.cpython-313.pyc | selectors.cpython-313.pyc | Other | 21,302 | 0.95 | 0 | 0 | node-utils | 516 | 2025-02-08T09:26:11.193039 | GPL-3.0 | false | f8cb946ad332289d1a49ff52ee7eae77 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\series.cpython-313.pyc | series.cpython-313.pyc | Other | 28,480 | 0.8 | 0.01227 | 0.006452 | python-kit | 281 | 2023-10-30T04:37:51.463159 | BSD-3-Clause | false | e44b8be62fa092d1d7f58c378f732e37 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\typing.cpython-313.pyc | typing.cpython-313.pyc | Other | 5,479 | 0.8 | 0 | 0 | awesome-app | 898 | 2024-10-31T14:08:08.252284 | BSD-3-Clause | false | 5c64929ef261bf966b4d93f6dc595646 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\when_then.cpython-313.pyc | when_then.cpython-313.pyc | Other | 11,152 | 0.95 | 0 | 0 | vue-tools | 211 | 2023-12-17T02:18:50.960097 | Apache-2.0 | false | a8ef1762494b645c296ffc434b190ed7 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\window.cpython-313.pyc | window.cpython-313.pyc | Other | 1,015 | 0.7 | 0 | 0 | python-kit | 963 | 2024-09-03T06:43:37.343320 | GPL-3.0 | false | 7dea93eab3edca0338ea1bc329f76828 |
\n\n | .venv\Lib\site-packages\narwhals\_compliant\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,747 | 0.8 | 0 | 0 | node-utils | 784 | 2025-03-22T16:35:14.494802 | BSD-3-Clause | false | 5004a805a9c5323e31470ce41202299b |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any\n\nimport dask.dataframe as dd\nimport pandas as pd\n\nfrom narwhals._dask.utils import add_row_index, evaluate_exprs\nfrom narwhals._expression_parsing import ExprKind\nfrom narwhals._pandas_like.utils import native_to_narwhals_dtype, select_c... | .venv\Lib\site-packages\narwhals\_dask\dataframe.py | dataframe.py | Python | 17,761 | 0.95 | 0.133065 | 0.021028 | python-kit | 687 | 2024-10-12T06:17:56.904369 | BSD-3-Clause | false | 5fd00e2dcd514737d5c3d945d79af999 |
from __future__ import annotations\n\nimport warnings\nfrom typing import TYPE_CHECKING, Any, Callable, Literal\n\nfrom narwhals._compliant import LazyExpr\nfrom narwhals._compliant.expr import DepthTrackingExpr\nfrom narwhals._dask.expr_dt import DaskExprDateTimeNamespace\nfrom narwhals._dask.expr_str import DaskExprS... | .venv\Lib\site-packages\narwhals\_dask\expr.py | expr.py | Python | 25,598 | 0.95 | 0.187773 | 0.024476 | python-kit | 872 | 2025-05-19T19:46:07.224009 | GPL-3.0 | false | e3a92da9a36d83332949b0013a050d85 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import DateTimeNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\nfrom narwhals._constants import MS_PER_SECOND, NS_PER_SECOND, US_PER_SECOND\nfrom narwhals._duration import parse_interval_st... | .venv\Lib\site-packages\narwhals\_dask\expr_dt.py | expr_dt.py | Python | 6,277 | 0.95 | 0.203704 | 0.007519 | awesome-app | 450 | 2023-09-28T21:06:03.864218 | GPL-3.0 | false | bcf8b55b0298b535c4a6e0d99a864cb1 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nimport dask.dataframe as dd\n\nfrom narwhals._compliant.any_namespace import StringNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\nfrom narwhals._utils import not_implemented\n\nif TYPE_CHECKING:\n from narwhals._dask.expr i... | .venv\Lib\site-packages\narwhals\_dask\expr_str.py | expr_str.py | Python | 3,563 | 0.85 | 0.150943 | 0 | python-kit | 141 | 2024-05-16T17:09:14.355332 | GPL-3.0 | false | 3fd233bd86d89a02f6cd12e459d3bbbc |
from __future__ import annotations\n\nfrom functools import partial\nfrom typing import TYPE_CHECKING, Any, Callable, ClassVar\n\nimport dask.dataframe as dd\n\nfrom narwhals._compliant import DepthTrackingGroupBy\nfrom narwhals._expression_parsing import evaluate_output_names_and_aliases\n\nif TYPE_CHECKING:\n from... | .venv\Lib\site-packages\narwhals\_dask\group_by.py | group_by.py | Python | 4,297 | 0.95 | 0.137097 | 0.08 | vue-tools | 749 | 2024-08-02T10:15:07.529146 | MIT | false | f221b8e863271eacfa57f215be0169fc |
from __future__ import annotations\n\nimport operator\nfrom functools import reduce\nfrom typing import TYPE_CHECKING, cast\n\nimport dask.dataframe as dd\nimport pandas as pd\n\nfrom narwhals._compliant import CompliantThen, CompliantWhen, LazyNamespace\nfrom narwhals._compliant.namespace import DepthTrackingNamespace... | .venv\Lib\site-packages\narwhals\_dask\namespace.py | namespace.py | Python | 13,387 | 0.95 | 0.232353 | 0.030508 | vue-tools | 294 | 2024-06-01T01:15:46.709847 | GPL-3.0 | false | d2ef1ccfd5aadb0adcc4de102e5376a1 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant import CompliantSelector, LazySelectorNamespace\nfrom narwhals._dask.expr import DaskExpr\n\nif TYPE_CHECKING:\n import dask.dataframe.dask_expr as dx # noqa: F401\n\n from narwhals._dask.dataframe import DaskLazyF... | .venv\Lib\site-packages\narwhals\_dask\selectors.py | selectors.py | Python | 984 | 0.95 | 0.166667 | 0 | python-kit | 797 | 2024-03-10T04:18:41.265022 | Apache-2.0 | false | a141b6035a3ec6b3cf7b4b783881190b |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any\n\nfrom narwhals._pandas_like.utils import select_columns_by_name\nfrom narwhals._utils import (\n Implementation,\n Version,\n isinstance_or_issubclass,\n parse_version,\n)\nfrom narwhals.dependencies import get_pandas, get_pyarrow... | .venv\Lib\site-packages\narwhals\_dask\utils.py | utils.py | Python | 6,716 | 0.95 | 0.265432 | 0.085714 | python-kit | 606 | 2025-03-10T22:58:28.181770 | GPL-3.0 | false | 989dd0673221c97d69daa2fa544d3faa |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\dataframe.cpython-313.pyc | dataframe.cpython-313.pyc | Other | 23,214 | 0.95 | 0.007752 | 0.004292 | python-kit | 282 | 2024-04-04T19:02:14.916470 | BSD-3-Clause | false | 1c4b7ff8f2546955e1c9fb47c16023f3 |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\expr.cpython-313.pyc | expr.cpython-313.pyc | Other | 39,660 | 0.95 | 0.020115 | 0 | python-kit | 0 | 2023-11-13T19:17:17.902956 | BSD-3-Clause | false | 5143ed400a882407690fe090a370e38a |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\expr_dt.cpython-313.pyc | expr_dt.cpython-313.pyc | Other | 13,192 | 0.8 | 0.012658 | 0 | vue-tools | 768 | 2024-02-11T16:53:53.594077 | MIT | false | 74094e1a8773d615b9a259276a3b0b18 |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\expr_str.cpython-313.pyc | expr_str.cpython-313.pyc | Other | 7,450 | 0.8 | 0 | 0 | vue-tools | 57 | 2023-10-17T11:13:35.591195 | Apache-2.0 | false | 11abf7ea04855d63bb8f35908a062a9c |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\group_by.cpython-313.pyc | group_by.cpython-313.pyc | Other | 6,046 | 0.95 | 0 | 0 | node-utils | 406 | 2025-05-05T08:37:21.846551 | BSD-3-Clause | false | f806418b43e586b8f52f495832a876f0 |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\namespace.cpython-313.pyc | namespace.cpython-313.pyc | Other | 19,760 | 0.95 | 0 | 0.016393 | vue-tools | 845 | 2025-01-20T11:49:01.454726 | GPL-3.0 | false | 80339bfe7ec6f3eed811999024c889a9 |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\selectors.cpython-313.pyc | selectors.cpython-313.pyc | Other | 1,855 | 0.95 | 0 | 0 | node-utils | 809 | 2024-06-01T18:38:32.612196 | MIT | false | d16596ed093c9bb59967c5a4b2f96612 |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 7,205 | 0.8 | 0.015873 | 0.016393 | vue-tools | 264 | 2025-02-03T18:06:47.962468 | GPL-3.0 | false | 6a5fadca59b609a435ea7aa737fb1be2 |
\n\n | .venv\Lib\site-packages\narwhals\_dask\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 189 | 0.7 | 0 | 0 | python-kit | 694 | 2024-10-10T22:41:38.834267 | BSD-3-Clause | false | 06ba734a8f645f855ff96a727b39c1e3 |
from __future__ import annotations\n\nfrom functools import reduce\nfrom operator import and_\nfrom typing import TYPE_CHECKING, Any\n\nimport duckdb\nfrom duckdb import StarExpression\n\nfrom narwhals._duckdb.utils import (\n DeferredTimeZone,\n F,\n col,\n evaluate_exprs,\n lit,\n native_to_narwhals... | .venv\Lib\site-packages\narwhals\_duckdb\dataframe.py | dataframe.py | Python | 19,153 | 0.95 | 0.22332 | 0.048499 | python-kit | 46 | 2024-08-15T05:20:15.058779 | GPL-3.0 | false | 11a2f6f523c175e7f5af062c0abd5a9e |
from __future__ import annotations\n\nimport operator\nfrom typing import TYPE_CHECKING, Any, Callable, Literal, cast\n\nfrom duckdb import CoalesceOperator, StarExpression\nfrom duckdb.typing import DuckDBPyType\n\nfrom narwhals._compliant import LazyExpr\nfrom narwhals._compliant.window import WindowInputs\nfrom narw... | .venv\Lib\site-packages\narwhals\_duckdb\expr.py | expr.py | Python | 30,085 | 0.95 | 0.195838 | 0.021708 | awesome-app | 889 | 2024-09-08T23:37:38.625006 | BSD-3-Clause | false | a2e390d792a8b61e3e4132b3d54f495f |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import DateTimeNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\nfrom narwhals._constants import (\n MS_PER_MINUTE,\n MS_PER_SECOND,\n NS_PER_SECOND,\n SECONDS_PER_MINUTE,\n U... | .venv\Lib\site-packages\narwhals\_duckdb\expr_dt.py | expr_dt.py | Python | 5,546 | 0.95 | 0.209459 | 0.008547 | python-kit | 148 | 2025-03-23T18:21:14.580436 | MIT | false | 77c8f8575cd6cf644e513fa985a37805 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import ListNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\nfrom narwhals._duckdb.utils import F\n\nif TYPE_CHECKING:\n from narwhals._duckdb.expr import DuckDBExpr\n\n\nclass DuckDBExpr... | .venv\Lib\site-packages\narwhals\_duckdb\expr_list.py | expr_list.py | Python | 498 | 0.85 | 0.176471 | 0 | vue-tools | 938 | 2024-06-20T08:11:11.496289 | BSD-3-Clause | false | d2398897824277f94c00910d7b2ceb1e |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import StringNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\nfrom narwhals._duckdb.utils import F, lit, when\nfrom narwhals._utils import not_implemented\n\nif TYPE_CHECKING:\n from duc... | .venv\Lib\site-packages\narwhals\_duckdb\expr_str.py | expr_str.py | Python | 4,559 | 0.95 | 0.209677 | 0.020619 | react-lib | 37 | 2024-07-21T09:38:20.493834 | Apache-2.0 | false | 6f8b775864aa7f6bcd6bce263f27e53d |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import StructNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\nfrom narwhals._duckdb.utils import F, lit\n\nif TYPE_CHECKING:\n from narwhals._duckdb.expr import DuckDBExpr\n\n\nclass Duc... | .venv\Lib\site-packages\narwhals\_duckdb\expr_struct.py | expr_struct.py | Python | 578 | 0.85 | 0.157895 | 0 | node-utils | 682 | 2024-05-20T11:13:56.202926 | GPL-3.0 | false | dbb7c376eb9ac83c6a66cbae13fc0f8a |
from __future__ import annotations\n\nfrom itertools import chain\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant import LazyGroupBy\n\nif TYPE_CHECKING:\n from collections.abc import Sequence\n\n from duckdb import Expression # noqa: F401\n\n from narwhals._duckdb.dataframe import DuckDBLazyFra... | .venv\Lib\site-packages\narwhals\_duckdb\group_by.py | group_by.py | Python | 1,122 | 0.95 | 0.151515 | 0.04 | vue-tools | 195 | 2025-02-22T13:58:18.110909 | Apache-2.0 | false | 6cd3b8526c74b00a14ec73bad1bd7dbb |
from __future__ import annotations\n\nimport operator\nfrom functools import reduce\nfrom itertools import chain\nfrom typing import TYPE_CHECKING\n\nimport duckdb\nfrom duckdb import CoalesceOperator, Expression\nfrom duckdb.typing import BIGINT, VARCHAR\n\nfrom narwhals._compliant import LazyNamespace, LazyThen, Lazy... | .venv\Lib\site-packages\narwhals\_duckdb\namespace.py | namespace.py | Python | 7,126 | 0.95 | 0.251282 | 0 | node-utils | 940 | 2025-02-23T09:46:04.851304 | BSD-3-Clause | false | a930bb861d7a085589c74eec00cbf1f6 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant import CompliantSelector, LazySelectorNamespace\nfrom narwhals._duckdb.expr import DuckDBExpr\n\nif TYPE_CHECKING:\n from duckdb import Expression # noqa: F401\n\n from narwhals._duckdb.dataframe import DuckDBLazyF... | .venv\Lib\site-packages\narwhals\_duckdb\selectors.py | selectors.py | Python | 967 | 0.95 | 0.16129 | 0 | node-utils | 812 | 2024-02-03T06:05:12.378578 | GPL-3.0 | false | 396b918a9ab9830cc338dabbfe54a72f |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._duckdb.utils import DeferredTimeZone, native_to_narwhals_dtype\nfrom narwhals.dependencies import get_duckdb\n\nif TYPE_CHECKING:\n from types import ModuleType\n\n import duckdb\n from typing_extensions import Never, Self... | .venv\Lib\site-packages\narwhals\_duckdb\series.py | series.py | Python | 1,397 | 0.95 | 0.181818 | 0 | node-utils | 342 | 2024-05-15T07:17:30.724936 | GPL-3.0 | false | 8dcbd6a98f78c57b40992f4cdb5da255 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, TypedDict\n\nif TYPE_CHECKING:\n from collections.abc import Sequence\n\n from duckdb import Expression\n\n\nclass WindowExpressionKwargs(TypedDict, total=False):\n partition_by: Sequence[str | Expression]\n order_by: Sequence[str | Exp... | .venv\Lib\site-packages\narwhals\_duckdb\typing.py | typing.py | Python | 420 | 0.85 | 0.111111 | 0 | awesome-app | 539 | 2024-03-11T12:01:21.806358 | Apache-2.0 | false | 487ff6d9d3d9cd33613514919c78250d |
from __future__ import annotations\n\nfrom functools import lru_cache\nfrom typing import TYPE_CHECKING, Any\n\nimport duckdb\n\nfrom narwhals._utils import Version, isinstance_or_issubclass\n\nif TYPE_CHECKING:\n from collections.abc import Sequence\n\n from duckdb import DuckDBPyRelation, Expression\n from d... | .venv\Lib\site-packages\narwhals\_duckdb\utils.py | utils.py | Python | 12,006 | 0.95 | 0.223565 | 0.021661 | node-utils | 507 | 2025-04-17T11:01:38.094504 | BSD-3-Clause | false | b683b5cc845ff5862df421d339a7ea6b |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\dataframe.cpython-313.pyc | dataframe.cpython-313.pyc | Other | 27,991 | 0.95 | 0.027778 | 0.004184 | vue-tools | 394 | 2024-12-24T19:05:39.695874 | GPL-3.0 | false | c0fb7d3aee2e6dc385a4cdb0587a0825 |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\expr.cpython-313.pyc | expr.cpython-313.pyc | Other | 43,674 | 0.95 | 0.009174 | 0 | awesome-app | 127 | 2024-11-20T05:04:52.424402 | MIT | false | ad9d37ee4ae07fd63beb20a4313843da |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\expr_dt.cpython-313.pyc | expr_dt.cpython-313.pyc | Other | 11,745 | 0.8 | 0.02439 | 0.013158 | awesome-app | 916 | 2025-03-03T02:21:44.781422 | BSD-3-Clause | false | d86b1aa5852e81c7e9e3126f2c3b8b52 |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\expr_list.cpython-313.pyc | expr_list.cpython-313.pyc | Other | 1,237 | 0.8 | 0 | 0 | vue-tools | 453 | 2023-10-10T00:19:41.388527 | GPL-3.0 | false | 0b06545123bd18cf9f2242461c0f8b4e |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\expr_str.cpython-313.pyc | expr_str.cpython-313.pyc | Other | 8,902 | 0.8 | 0 | 0 | node-utils | 270 | 2024-07-09T12:00:01.901596 | GPL-3.0 | false | 2170d96187473f166a34ba091c24c19a |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\expr_struct.cpython-313.pyc | expr_struct.cpython-313.pyc | Other | 1,388 | 0.8 | 0 | 0 | react-lib | 256 | 2024-01-30T16:33:39.919275 | MIT | false | d47d14e545764a2a0790b73add0c0fa5 |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\group_by.cpython-313.pyc | group_by.cpython-313.pyc | Other | 2,176 | 0.7 | 0 | 0 | python-kit | 193 | 2025-03-28T11:36:38.245735 | MIT | false | 36dc4243f46e8759f8bd50dc1245aaf6 |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\namespace.cpython-313.pyc | namespace.cpython-313.pyc | Other | 13,344 | 0.95 | 0 | 0 | awesome-app | 850 | 2023-08-01T20:51:26.747483 | GPL-3.0 | false | 012c50c6b1d85140901a7a09d624908c |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\selectors.cpython-313.pyc | selectors.cpython-313.pyc | Other | 1,778 | 0.95 | 0 | 0 | react-lib | 385 | 2023-07-13T13:26:39.968776 | BSD-3-Clause | false | 27cf02c14b4228a17a48705681c573a9 |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\series.cpython-313.pyc | series.cpython-313.pyc | Other | 2,430 | 0.8 | 0.033333 | 0 | python-kit | 993 | 2025-01-25T20:20:05.650115 | Apache-2.0 | false | 8c0ae9c25d663fde094e551a4debff08 |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\typing.cpython-313.pyc | typing.cpython-313.pyc | Other | 919 | 0.7 | 0 | 0 | vue-tools | 230 | 2024-04-21T00:20:30.673319 | BSD-3-Clause | false | 10071a22595a690330659ec3700e7f43 |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 15,637 | 0.95 | 0.012048 | 0.019231 | python-kit | 847 | 2024-12-31T17:25:25.040526 | MIT | false | 123f235ef160cd8afc409f9dee824fba |
\n\n | .venv\Lib\site-packages\narwhals\_duckdb\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 191 | 0.7 | 0 | 0 | python-kit | 791 | 2023-12-24T00:56:32.736885 | BSD-3-Clause | false | 7eb9a5cc7d5e6d53eb705da2d7f650f3 |
from __future__ import annotations\n\nimport operator\nfrom typing import TYPE_CHECKING, Any, Literal, cast\n\nimport ibis\nimport ibis.expr.types as ir\n\nfrom narwhals._ibis.utils import evaluate_exprs, native_to_narwhals_dtype\nfrom narwhals._utils import (\n Implementation,\n Version,\n not_implemented,\n ... | .venv\Lib\site-packages\narwhals\_ibis\dataframe.py | dataframe.py | Python | 16,359 | 0.95 | 0.242991 | 0.045455 | vue-tools | 829 | 2024-01-08T16:25:36.948646 | BSD-3-Clause | false | 90cff95d304dad91cf24c9c845e78a84 |
from __future__ import annotations\n\nimport operator\nfrom functools import partial\nfrom typing import TYPE_CHECKING, Any, Callable, Literal, TypeVar, cast\n\nimport ibis\n\nfrom narwhals._compliant import LazyExpr\nfrom narwhals._compliant.window import WindowInputs\nfrom narwhals._expression_parsing import (\n c... | .venv\Lib\site-packages\narwhals\_ibis\expr.py | expr.py | Python | 24,351 | 0.95 | 0.184451 | 0.031193 | node-utils | 868 | 2025-06-09T04:35:36.703549 | GPL-3.0 | false | 8b9bc22be52563ac2a813ce9d3174e6b |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any, Callable\n\nfrom narwhals._compliant.any_namespace import DateTimeNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\nfrom narwhals._duration import parse_interval_string\nfrom narwhals._ibis.utils import UNITS_DICT_BUCKET, UNIT... | .venv\Lib\site-packages\narwhals\_ibis\expr_dt.py | expr_dt.py | Python | 3,761 | 0.95 | 0.268041 | 0.013699 | vue-tools | 937 | 2024-11-07T06:49:33.809196 | Apache-2.0 | false | 0699f4901c4bb7fee197455d1bf6629d |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import ListNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\n\nif TYPE_CHECKING:\n from narwhals._ibis.expr import IbisExpr\n\n\nclass IbisExprListNamespace(LazyExprNamespace["IbisExpr"],... | .venv\Lib\site-packages\narwhals\_ibis\expr_list.py | expr_list.py | Python | 442 | 0.85 | 0.214286 | 0 | vue-tools | 146 | 2024-08-01T07:44:09.993549 | Apache-2.0 | false | ef9aad1441c910d5b7a273607374acb0 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any, Callable, cast\n\nimport ibis\nimport ibis.expr.types as ir\nfrom ibis.expr.datatypes import Timestamp\n\nfrom narwhals._compliant.any_namespace import StringNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\nfrom narwhals._ibi... | .venv\Lib\site-packages\narwhals\_ibis\expr_str.py | expr_str.py | Python | 5,034 | 0.95 | 0.272727 | 0 | python-kit | 800 | 2025-06-04T01:51:22.533288 | GPL-3.0 | false | 64ade07aa4be23381d2acc67c31eedf1 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import StructNamespace\nfrom narwhals._compliant.expr import LazyExprNamespace\n\nif TYPE_CHECKING:\n import ibis.expr.types as ir\n\n from narwhals._ibis.expr import IbisExpr\n\n\nclass IbisExprStruct... | .venv\Lib\site-packages\narwhals\_ibis\expr_struct.py | expr_struct.py | Python | 570 | 0.85 | 0.210526 | 0 | python-kit | 879 | 2023-12-19T23:08:35.449395 | BSD-3-Clause | false | 376480576d5987f06c0cd32a096657f9 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant import LazyGroupBy\n\nif TYPE_CHECKING:\n from collections.abc import Sequence\n\n import ibis.expr.types as ir # noqa: F401\n\n from narwhals._ibis.dataframe import IbisLazyFrame\n from narwhals._ibis.expr i... | .venv\Lib\site-packages\narwhals\_ibis\group_by.py | group_by.py | Python | 1,030 | 0.95 | 0.15625 | 0.041667 | awesome-app | 177 | 2023-07-24T15:09:34.644421 | GPL-3.0 | false | a4dbc535b708b291ad579e7ef0deaec2 |
from __future__ import annotations\n\nimport operator\nfrom functools import reduce\nfrom itertools import chain\nfrom typing import TYPE_CHECKING, Any, cast\n\nimport ibis\nimport ibis.expr.types as ir\n\nfrom narwhals._compliant import LazyNamespace, LazyThen, LazyWhen\nfrom narwhals._expression_parsing import (\n ... | .venv\Lib\site-packages\narwhals\_ibis\namespace.py | namespace.py | Python | 6,766 | 0.95 | 0.26455 | 0 | react-lib | 928 | 2023-10-08T09:48:18.266425 | GPL-3.0 | false | b063217b3628989e137f9700941419bf |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant import CompliantSelector, LazySelectorNamespace\nfrom narwhals._ibis.expr import IbisExpr\n\nif TYPE_CHECKING:\n import ibis.expr.types as ir # noqa: F401\n\n from narwhals._ibis.dataframe import IbisLazyFrame # n... | .venv\Lib\site-packages\narwhals\_ibis\selectors.py | selectors.py | Python | 901 | 0.95 | 0.166667 | 0 | react-lib | 36 | 2025-01-27T19:22:56.855376 | GPL-3.0 | false | f7be9ee54eca20f954719d74d6d2d735 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any, NoReturn\n\nfrom narwhals._ibis.utils import native_to_narwhals_dtype\nfrom narwhals.dependencies import get_ibis\n\nif TYPE_CHECKING:\n from types import ModuleType\n\n from typing_extensions import Self\n\n from narwhals._utils impo... | .venv\Lib\site-packages\narwhals\_ibis\series.py | series.py | Python | 1,218 | 0.95 | 0.195122 | 0 | awesome-app | 75 | 2024-12-04T23:49:59.310133 | BSD-3-Clause | false | 65a07fea87adc2759c92a56942a116d6 |
from __future__ import annotations\n\nfrom functools import lru_cache\nfrom typing import TYPE_CHECKING, Any, Literal, cast\n\nimport ibis\nimport ibis.expr.datatypes as ibis_dtypes\n\nfrom narwhals._utils import isinstance_or_issubclass\n\nif TYPE_CHECKING:\n from collections.abc import Mapping\n\n import ibis.e... | .venv\Lib\site-packages\narwhals\_ibis\utils.py | utils.py | Python | 8,277 | 0.95 | 0.26383 | 0.004808 | awesome-app | 455 | 2024-03-17T13:52:50.511648 | MIT | false | ce18d2de51c018dd68bf22fa08d34e77 |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\dataframe.cpython-313.pyc | dataframe.cpython-313.pyc | Other | 24,077 | 0.95 | 0.022727 | 0.005988 | python-kit | 725 | 2025-03-28T18:05:21.380435 | MIT | false | 596dcb719655765c8d3d50cb6369623b |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\expr.cpython-313.pyc | expr.cpython-313.pyc | Other | 36,569 | 0.95 | 0.013889 | 0 | awesome-app | 739 | 2025-05-16T22:18:08.314996 | Apache-2.0 | false | 89963cde731fcd2add7388c113937724 |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\expr_dt.cpython-313.pyc | expr_dt.cpython-313.pyc | Other | 8,326 | 0.8 | 0.027027 | 0 | awesome-app | 47 | 2024-09-12T21:22:01.394745 | Apache-2.0 | false | e71fb636335184083935faf8659f38cd |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\expr_list.cpython-313.pyc | expr_list.cpython-313.pyc | Other | 1,184 | 0.7 | 0 | 0 | python-kit | 335 | 2025-05-27T08:08:27.609087 | MIT | false | 0eaa1e1d4b9eb09152fe10344995155b |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\expr_str.cpython-313.pyc | expr_str.cpython-313.pyc | Other | 10,045 | 0.8 | 0 | 0 | python-kit | 654 | 2024-04-30T11:00:38.986463 | BSD-3-Clause | false | 4eaab9df217ab7aba0057ea06474c85f |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\expr_struct.cpython-313.pyc | expr_struct.cpython-313.pyc | Other | 1,364 | 0.7 | 0 | 0 | vue-tools | 94 | 2025-04-16T05:56:05.873625 | BSD-3-Clause | false | a0a3d43cd8bf9633315aa23f7a61e32b |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\group_by.cpython-313.pyc | group_by.cpython-313.pyc | Other | 2,115 | 0.7 | 0 | 0 | node-utils | 248 | 2023-11-03T18:45:44.988671 | MIT | false | 18bd03040d32701f33ed5ba66f955586 |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\namespace.cpython-313.pyc | namespace.cpython-313.pyc | Other | 12,923 | 0.95 | 0.015152 | 0 | react-lib | 974 | 2025-01-30T03:36:19.967347 | Apache-2.0 | false | 6c8ce3981de002a321e56dd58d3fe384 |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\selectors.cpython-313.pyc | selectors.cpython-313.pyc | Other | 1,730 | 0.8 | 0 | 0 | python-kit | 438 | 2024-09-08T11:42:15.010706 | GPL-3.0 | false | e729c09e8d5a3c50c096a842aa38f3f9 |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\series.cpython-313.pyc | series.cpython-313.pyc | Other | 2,351 | 0.8 | 0.034483 | 0 | python-kit | 501 | 2025-07-03T17:04:26.531931 | MIT | false | 81490de030ea90ccd500a9ee56182e32 |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 11,542 | 0.8 | 0 | 0.015152 | awesome-app | 897 | 2024-05-04T22:09:57.549034 | BSD-3-Clause | false | d22db60177a6bde82e14d46126c23cdf |
\n\n | .venv\Lib\site-packages\narwhals\_ibis\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 189 | 0.7 | 0 | 0 | vue-tools | 56 | 2023-07-28T12:32:38.114794 | BSD-3-Clause | false | e3672c576439d3d9887ac71af7248989 |
from __future__ import annotations\n\nimport enum\nfrom typing import TYPE_CHECKING, Any, NoReturn\n\nfrom narwhals._utils import Version, parse_version\n\nif TYPE_CHECKING:\n import pandas as pd\n import pyarrow as pa\n from typing_extensions import Self\n\n from narwhals._interchange.series import Interch... | .venv\Lib\site-packages\narwhals\_interchange\dataframe.py | dataframe.py | Python | 5,921 | 0.95 | 0.269231 | 0.015152 | node-utils | 556 | 2025-06-13T15:13:38.813570 | Apache-2.0 | false | 703cdd331b41f7b5f93b4971d11b76a5 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any, NoReturn\n\nfrom narwhals._interchange.dataframe import map_interchange_dtype_to_narwhals_dtype\nfrom narwhals._utils import Version\n\nif TYPE_CHECKING:\n from typing_extensions import Self\n\n from narwhals.dtypes import DType\n\n\ncla... | .venv\Lib\site-packages\narwhals\_interchange\series.py | series.py | Python | 1,651 | 0.95 | 0.212766 | 0 | python-kit | 880 | 2023-10-26T05:54:27.100101 | MIT | false | 418ef134bf44713a768dd0d68d72bafc |
\n\n | .venv\Lib\site-packages\narwhals\_interchange\__pycache__\dataframe.cpython-313.pyc | dataframe.cpython-313.pyc | Other | 8,177 | 0.95 | 0.111111 | 0 | vue-tools | 575 | 2023-07-15T16:29:34.426626 | GPL-3.0 | false | 9813baee732782386ae8e7574301e729 |
\n\n | .venv\Lib\site-packages\narwhals\_interchange\__pycache__\series.cpython-313.pyc | series.cpython-313.pyc | Other | 2,757 | 0.8 | 0.086957 | 0 | python-kit | 813 | 2023-10-16T08:00:03.792417 | Apache-2.0 | false | 22a0c72baf427a746be302c7b3541643 |
\n\n | .venv\Lib\site-packages\narwhals\_interchange\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 196 | 0.7 | 0 | 0 | vue-tools | 11 | 2024-04-05T01:12:22.488594 | GPL-3.0 | false | 72c6349fbf153531077527c1672eabb9 |
from __future__ import annotations\n\nfrom collections.abc import Iterable, Iterator, Mapping, Sequence\nfrom itertools import chain, product\nfrom typing import TYPE_CHECKING, Any, Callable, Literal, cast, overload\n\nimport numpy as np\n\nfrom narwhals._compliant import EagerDataFrame\nfrom narwhals._pandas_like.seri... | .venv\Lib\site-packages\narwhals\_pandas_like\dataframe.py | dataframe.py | Python | 41,915 | 0.95 | 0.163527 | 0.036382 | awesome-app | 677 | 2024-04-13T09:44:53.746932 | Apache-2.0 | false | a7a7651277b09b821765c3675779e37a |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant import EagerExpr\nfrom narwhals._expression_parsing import evaluate_output_names_and_aliases\nfrom narwhals._pandas_like.group_by import PandasLikeGroupBy\nfrom narwhals._pandas_like.series import PandasLikeSeries\nfrom n... | .venv\Lib\site-packages\narwhals\_pandas_like\expr.py | expr.py | Python | 16,230 | 0.95 | 0.132678 | 0.029891 | react-lib | 175 | 2024-09-15T12:30:26.419072 | MIT | false | d110a671fe6f32adbabda1fc8ee276e1 |
from __future__ import annotations\n\nimport collections\nimport warnings\nfrom typing import TYPE_CHECKING, Any, ClassVar\n\nfrom narwhals._compliant import EagerGroupBy\nfrom narwhals._expression_parsing import evaluate_output_names_and_aliases\nfrom narwhals._pandas_like.utils import select_columns_by_name\nfrom nar... | .venv\Lib\site-packages\narwhals\_pandas_like\group_by.py | group_by.py | Python | 12,747 | 0.95 | 0.148936 | 0.075397 | python-kit | 355 | 2025-04-06T06:29:17.156247 | BSD-3-Clause | false | 86f38874ed63707c8737900fff948a68 |
from __future__ import annotations\n\nimport operator\nimport warnings\nfrom functools import reduce\nfrom itertools import chain\nfrom typing import TYPE_CHECKING, Any, Literal, Protocol, overload\n\nfrom narwhals._compliant import CompliantThen, EagerNamespace, EagerWhen\nfrom narwhals._expression_parsing import (\n ... | .venv\Lib\site-packages\narwhals\_pandas_like\namespace.py | namespace.py | Python | 16,149 | 0.95 | 0.209412 | 0.040323 | react-lib | 137 | 2023-11-23T11:24:33.712806 | BSD-3-Clause | false | 3d570c60d7c018dd0cd41f047d3ab100 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant import CompliantSelector, EagerSelectorNamespace\nfrom narwhals._pandas_like.expr import PandasLikeExpr\n\nif TYPE_CHECKING:\n from narwhals._pandas_like.dataframe import PandasLikeDataFrame # noqa: F401\n from nar... | .venv\Lib\site-packages\narwhals\_pandas_like\selectors.py | selectors.py | Python | 1,144 | 0.95 | 0.147059 | 0 | react-lib | 562 | 2025-02-15T17:52:54.658716 | BSD-3-Clause | false | 57acb033b8180e07ad1fee4ac5c63826 |
from __future__ import annotations\n\nimport warnings\nfrom typing import TYPE_CHECKING, Any, cast\n\nimport numpy as np\n\nfrom narwhals._compliant import EagerSeries\nfrom narwhals._pandas_like.series_cat import PandasLikeSeriesCatNamespace\nfrom narwhals._pandas_like.series_dt import PandasLikeSeriesDateTimeNamespac... | .venv\Lib\site-packages\narwhals\_pandas_like\series.py | series.py | Python | 42,479 | 0.95 | 0.180952 | 0.034413 | python-kit | 900 | 2023-11-29T10:52:48.071162 | GPL-3.0 | false | 0e3a07d742356167b0b3b3f05aa68890 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import CatNamespace\nfrom narwhals._pandas_like.utils import PandasLikeSeriesNamespace\n\nif TYPE_CHECKING:\n from narwhals._pandas_like.series import PandasLikeSeries\n\n\nclass PandasLikeSeriesCatNamesp... | .venv\Lib\site-packages\narwhals\_pandas_like\series_cat.py | series_cat.py | Python | 527 | 0.85 | 0.176471 | 0 | react-lib | 788 | 2024-12-14T00:49:10.929469 | BSD-3-Clause | false | 7ba7ee4dfa7f8f97bf108e3ce151ee87 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any\n\nfrom narwhals._compliant.any_namespace import DateTimeNamespace\nfrom narwhals._constants import (\n EPOCH_YEAR,\n MS_PER_SECOND,\n NS_PER_SECOND,\n SECONDS_PER_DAY,\n US_PER_SECOND,\n)\nfrom narwhals._duration import parse_in... | .venv\Lib\site-packages\narwhals\_pandas_like\series_dt.py | series_dt.py | Python | 9,769 | 0.95 | 0.217213 | 0.052133 | react-lib | 453 | 2024-07-19T10:02:46.926041 | MIT | false | 620a255b4589fd899257e40c48dd8923 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import ListNamespace\nfrom narwhals._pandas_like.utils import (\n PandasLikeSeriesNamespace,\n get_dtype_backend,\n narwhals_to_native_dtype,\n)\n\nif TYPE_CHECKING:\n from narwhals._pandas_like.... | .venv\Lib\site-packages\narwhals\_pandas_like\series_list.py | series_list.py | Python | 1,138 | 0.95 | 0.121212 | 0.035714 | python-kit | 277 | 2023-12-07T13:47:34.738099 | Apache-2.0 | false | 961d0924ba33a5fe4985a990154a5203 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any\n\nfrom narwhals._compliant.any_namespace import StringNamespace\nfrom narwhals._pandas_like.utils import PandasLikeSeriesNamespace, is_dtype_pyarrow\n\nif TYPE_CHECKING:\n from narwhals._pandas_like.series import PandasLikeSeries\n\n\nclass... | .venv\Lib\site-packages\narwhals\_pandas_like\series_str.py | series_str.py | Python | 3,680 | 0.95 | 0.282353 | 0.015152 | python-kit | 61 | 2025-02-10T13:10:25.176973 | GPL-3.0 | false | 72289ba142ef43d847aaf2ba6b675f14 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom narwhals._compliant.any_namespace import StructNamespace\nfrom narwhals._pandas_like.utils import PandasLikeSeriesNamespace\n\nif TYPE_CHECKING:\n from narwhals._pandas_like.series import PandasLikeSeries\n\n\nclass PandasLikeSeriesStruct... | .venv\Lib\site-packages\narwhals\_pandas_like\series_struct.py | series_struct.py | Python | 518 | 0.85 | 0.1875 | 0 | node-utils | 908 | 2024-07-22T01:10:38.385347 | MIT | false | 7ef9d19ca531b26b656b98d6270e463a |
from __future__ import annotations # pragma: no cover\n\nfrom typing import TYPE_CHECKING # pragma: no cover\n\nfrom narwhals._typing_compat import TypeVar\n\nif TYPE_CHECKING:\n from typing import Any\n\n import pandas as pd\n from typing_extensions import TypeAlias\n\n from narwhals._namespace import (\... | .venv\Lib\site-packages\narwhals\_pandas_like\typing.py | typing.py | Python | 1,064 | 0.95 | 0.023256 | 0 | node-utils | 926 | 2024-12-16T02:57:29.214423 | GPL-3.0 | false | f6cf3622ff6a64dedda1be46195d489a |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.