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 collections.abc import Iterable\nfrom typing import (\n TYPE_CHECKING,\n Literal,\n cast,\n)\n\nimport numpy as np\n\nfrom pandas.util._decorators import (\n cache_readonly,\n doc,\n)\n\nfrom pandas.core.dtypes.common import (\n is_integer,\n is_list_like,... | .venv\Lib\site-packages\pandas\core\groupby\indexing.py | indexing.py | Python | 9,510 | 0.95 | 0.171053 | 0.004184 | vue-tools | 702 | 2025-05-31T15:23:40.026939 | BSD-3-Clause | false | bbfa358fa711690ca73abf5742334c4e |
"""Common utilities for Numba operations with groupby ops"""\nfrom __future__ import annotations\n\nimport functools\nimport inspect\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Callable,\n)\n\nimport numpy as np\n\nfrom pandas.compat._optional import import_optional_dependency\n\nfrom pandas.core.util.numb... | .venv\Lib\site-packages\pandas\core\groupby\numba_.py | numba_.py | Python | 4,894 | 0.85 | 0.20442 | 0.013245 | awesome-app | 833 | 2023-08-28T06:40:36.512751 | BSD-3-Clause | false | 8287d5a87b92b6853d298b618e7b575f |
"""\nProvide classes to perform the groupby aggregate operations.\n\nThese are not exposed to the user and provide implementations of the grouping\noperations, primarily in cython. These classes (BaseGrouper and BinGrouper)\nare contained *in* the SeriesGroupBy and DataFrameGroupBy objects.\n"""\nfrom __future__ import... | .venv\Lib\site-packages\pandas\core\groupby\ops.py | ops.py | Python | 38,234 | 0.95 | 0.165563 | 0.110572 | node-utils | 318 | 2024-11-19T15:32:21.848269 | GPL-3.0 | false | 794d7acafc067eb02fc0cbab58e8825b |
from pandas.core.groupby.generic import (\n DataFrameGroupBy,\n NamedAgg,\n SeriesGroupBy,\n)\nfrom pandas.core.groupby.groupby import GroupBy\nfrom pandas.core.groupby.grouper import Grouper\n\n__all__ = [\n "DataFrameGroupBy",\n "NamedAgg",\n "SeriesGroupBy",\n "GroupBy",\n "Grouper",\n]\n | .venv\Lib\site-packages\pandas\core\groupby\__init__.py | __init__.py | Python | 301 | 0.85 | 0 | 0 | awesome-app | 658 | 2023-11-02T19:26:15.239607 | MIT | false | 945b06dfcabc30a4ff3999d69a5f1cd1 |
\n\n | .venv\Lib\site-packages\pandas\core\groupby\__pycache__\base.cpython-313.pyc | base.cpython-313.pyc | Other | 1,703 | 0.8 | 0.045455 | 0 | node-utils | 908 | 2025-03-13T01:20:11.522009 | Apache-2.0 | false | 4767741e241b2dbcd91afb5efd0b28f0 |
\n\n | .venv\Lib\site-packages\pandas\core\groupby\__pycache__\categorical.cpython-313.pyc | categorical.cpython-313.pyc | Other | 3,119 | 0.8 | 0.039216 | 0 | vue-tools | 66 | 2024-04-27T08:13:57.951078 | MIT | false | 52810021b871f2d7ed85b3e75c29545d |
\n\n | .venv\Lib\site-packages\pandas\core\groupby\__pycache__\generic.cpython-313.pyc | generic.cpython-313.pyc | Other | 98,129 | 0.75 | 0.049972 | 0.004467 | python-kit | 283 | 2024-01-01T23:42:27.156758 | BSD-3-Clause | false | f1b7a981bf85167d4be94b5ac048cd40 |
\n\n | .venv\Lib\site-packages\pandas\core\groupby\__pycache__\grouper.cpython-313.pyc | grouper.cpython-313.pyc | Other | 39,851 | 0.95 | 0.03352 | 0 | node-utils | 179 | 2024-12-14T11:37:48.015664 | MIT | false | 1dfe6726ce2050a91114122d4f29a325 |
\n\n | .venv\Lib\site-packages\pandas\core\groupby\__pycache__\indexing.cpython-313.pyc | indexing.cpython-313.pyc | Other | 11,823 | 0.8 | 0.067485 | 0.013889 | python-kit | 802 | 2024-07-03T10:04:55.955083 | MIT | false | c73a69724f0f3bea3474ea63ba054804 |
\n\n | .venv\Lib\site-packages\pandas\core\groupby\__pycache__\numba_.cpython-313.pyc | numba_.cpython-313.pyc | Other | 5,939 | 0.95 | 0.185484 | 0.009174 | vue-tools | 707 | 2024-05-21T18:56:27.917736 | GPL-3.0 | false | 1fac5b6db509269b9b7b29a53df11ee5 |
\n\n | .venv\Lib\site-packages\pandas\core\groupby\__pycache__\ops.cpython-313.pyc | ops.cpython-313.pyc | Other | 43,589 | 0.95 | 0.022088 | 0 | node-utils | 763 | 2023-10-15T23:04:20.647263 | GPL-3.0 | false | d438ae607036ebc89c2d385b03932465 |
\n\n | .venv\Lib\site-packages\pandas\core\groupby\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 488 | 0.7 | 0 | 0 | vue-tools | 463 | 2024-01-20T02:38:43.010482 | Apache-2.0 | false | c1d698389af5ad8cb44fcf2fbf135fef |
"""Indexer objects for computing start/end window bounds for rolling operations"""\nfrom __future__ import annotations\n\nfrom datetime import timedelta\n\nimport numpy as np\n\nfrom pandas._libs.tslibs import BaseOffset\nfrom pandas._libs.window.indexers import calculate_variable_window_bounds\nfrom pandas.util._decor... | .venv\Lib\site-packages\pandas\core\indexers\objects.py | objects.py | Python | 14,737 | 0.95 | 0.125828 | 0.068354 | node-utils | 480 | 2024-11-17T04:52:24.389614 | Apache-2.0 | false | 43695f7a1bd1fa1d25fbd51ee345b4c8 |
"""\nLow-dependency indexing utilities.\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Any,\n)\n\nimport numpy as np\n\nfrom pandas._libs import lib\n\nfrom pandas.core.dtypes.common import (\n is_array_like,\n is_bool_dtype,\n is_integer,\n is_integer_dtype,\n ... | .venv\Lib\site-packages\pandas\core\indexers\utils.py | utils.py | Python | 16,069 | 0.95 | 0.155515 | 0.071588 | node-utils | 988 | 2024-05-01T01:00:35.172076 | BSD-3-Clause | false | e481b237c768db2ec4c872c70ffe55fd |
from pandas.core.indexers.utils import (\n check_array_indexer,\n check_key_length,\n check_setitem_lengths,\n disallow_ndim_indexing,\n is_empty_indexer,\n is_list_like_indexer,\n is_scalar_indexer,\n is_valid_positional_slice,\n length_of_indexer,\n maybe_convert_indices,\n unpack_1tu... | .venv\Lib\site-packages\pandas\core\indexers\__init__.py | __init__.py | Python | 736 | 0.85 | 0 | 0 | react-lib | 760 | 2024-12-17T20:55:05.729569 | MIT | false | e66dac619b60cb341545041152af3c49 |
\n\n | .venv\Lib\site-packages\pandas\core\indexers\__pycache__\objects.cpython-313.pyc | objects.cpython-313.pyc | Other | 16,160 | 0.95 | 0.037801 | 0.003623 | react-lib | 929 | 2024-07-18T20:12:32.145456 | MIT | false | e812657bb849b70d6e892110ca3bab1a |
\n\n | .venv\Lib\site-packages\pandas\core\indexers\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 17,030 | 0.95 | 0.070381 | 0.006944 | awesome-app | 658 | 2024-03-08T11:42:22.651627 | MIT | false | 7b75fc5c8f8f187e48332c6a091e7823 |
\n\n | .venv\Lib\site-packages\pandas\core\indexers\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 737 | 0.7 | 0 | 0 | node-utils | 36 | 2025-03-21T23:09:45.231355 | GPL-3.0 | false | 480d2acd9a5884cf49e7d1a25636cded |
"""\ndatetimelike delegation\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n cast,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs import lib\nfrom pandas.util._exceptions import find_stack_level\n\nfrom pandas.core.dtypes.common import (\n is_integer_dtype,\n... | .venv\Lib\site-packages\pandas\core\indexes\accessors.py | accessors.py | Python | 19,152 | 0.95 | 0.090202 | 0.022018 | react-lib | 288 | 2025-07-05T04:58:12.476246 | MIT | false | dfc82e1b9675838ee06fa9a8aebbba05 |
from __future__ import annotations\n\nimport textwrap\nfrom typing import (\n TYPE_CHECKING,\n cast,\n)\n\nimport numpy as np\n\nfrom pandas._libs import (\n NaT,\n lib,\n)\nfrom pandas.errors import InvalidIndexError\n\nfrom pandas.core.dtypes.cast import find_common_type\n\nfrom pandas.core.algorithms imp... | .venv\Lib\site-packages\pandas\core\indexes\api.py | api.py | Python | 10,426 | 0.95 | 0.164948 | 0.031153 | react-lib | 534 | 2024-01-20T23:37:37.846134 | GPL-3.0 | false | 74596049054e42ababd06189489eb268 |
from __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Literal,\n cast,\n)\n\nimport numpy as np\n\nfrom pandas._libs import index as libindex\nfrom pandas.util._decorators import (\n cache_readonly,\n doc,\n)\n\nfrom pandas.core.dtypes.common import is_scalar\nfrom panda... | .venv\Lib\site-packages\pandas\core\indexes\category.py | category.py | Python | 16,128 | 0.95 | 0.128655 | 0.053738 | react-lib | 866 | 2025-04-12T05:52:12.489284 | GPL-3.0 | false | 690f0f2e5a7ef418f7b54ad324b7760d |
"""\nBase and utility classes for tseries type pandas objects.\n"""\nfrom __future__ import annotations\n\nfrom abc import (\n ABC,\n abstractmethod,\n)\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Callable,\n cast,\n final,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._config import... | .venv\Lib\site-packages\pandas\core\indexes\datetimelike.py | datetimelike.py | Python | 28,377 | 0.95 | 0.158956 | 0.148725 | node-utils | 230 | 2024-01-22T03:27:09.453814 | MIT | false | 942fb08bd57ac7bd28f871e1ec7cf3be |
from __future__ import annotations\n\nimport datetime as dt\nimport operator\nfrom typing import TYPE_CHECKING\nimport warnings\n\nimport numpy as np\nimport pytz\n\nfrom pandas._libs import (\n NaT,\n Period,\n Timestamp,\n index as libindex,\n lib,\n)\nfrom pandas._libs.tslibs import (\n Resolution,... | .venv\Lib\site-packages\pandas\core\indexes\datetimes.py | datetimes.py | Python | 38,330 | 0.95 | 0.102041 | 0.071654 | react-lib | 863 | 2025-02-06T11:19:27.462119 | MIT | false | e1e06e23fe6f80579d36e832095a4a55 |
"""\nShared methods for Index subclasses backed by ExtensionArray.\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n TypeVar,\n)\n\nfrom pandas.util._decorators import cache_readonly\n\nfrom pandas.core.dtypes.generic import ABCDataFrame\n\nfrom pandas.core.indexes... | .venv\Lib\site-packages\pandas\core\indexes\extension.py | extension.py | Python | 5,228 | 0.95 | 0.180233 | 0.076336 | python-kit | 810 | 2025-05-09T06:36:56.354041 | BSD-3-Clause | false | c7e38caf6de4ac1a4b321570879ebf95 |
"""\nfrozen (immutable) data structures to support MultiIndexing\n\nThese are used for:\n\n- .names (FrozenList)\n\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n NoReturn,\n)\n\nfrom pandas.core.base import PandasObject\n\nfrom pandas.io.formats.printing import pprint_thing\n\... | .venv\Lib\site-packages\pandas\core\indexes\frozen.py | frozen.py | Python | 3,482 | 0.95 | 0.2 | 0.076923 | vue-tools | 628 | 2024-07-23T04:07:47.065698 | BSD-3-Clause | false | 2e6daff9a4bf56183ff4d48a17935d2d |
""" define the IntervalIndex """\nfrom __future__ import annotations\n\nfrom operator import (\n le,\n lt,\n)\nimport textwrap\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Literal,\n)\n\nimport numpy as np\n\nfrom pandas._libs import lib\nfrom pandas._libs.interval import (\n Interval,\n Interva... | .venv\Lib\site-packages\pandas\core\indexes\interval.py | interval.py | Python | 38,246 | 0.95 | 0.135444 | 0.085391 | node-utils | 965 | 2023-12-27T14:31:13.086411 | Apache-2.0 | false | 4afef0a6ab48fb765e60ba681cab0280 |
from __future__ import annotations\n\nfrom datetime import (\n datetime,\n timedelta,\n)\nfrom typing import TYPE_CHECKING\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs import index as libindex\nfrom pandas._libs.tslibs import (\n BaseOffset,\n NaT,\n Period,\n Resolution,\n Tick,\n)\... | .venv\Lib\site-packages\pandas\core\indexes\period.py | period.py | Python | 18,978 | 0.95 | 0.117264 | 0.078125 | python-kit | 736 | 2025-05-09T17:28:02.157037 | BSD-3-Clause | false | 33519d14b63bd7c85f0e5d844933e403 |
from __future__ import annotations\n\nfrom collections.abc import (\n Hashable,\n Iterator,\n)\nfrom datetime import timedelta\nimport operator\nfrom sys import getsizeof\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Callable,\n Literal,\n cast,\n overload,\n)\n\nimport numpy as np\n\nfrom pan... | .venv\Lib\site-packages\pandas\core\indexes\range.py | range.py | Python | 39,511 | 0.95 | 0.184499 | 0.1 | vue-tools | 451 | 2024-03-05T22:43:21.538898 | GPL-3.0 | false | 3f99377216006856c70e0aeced85f733 |
""" implement the TimedeltaIndex """\nfrom __future__ import annotations\n\nfrom typing import TYPE_CHECKING\nimport warnings\n\nfrom pandas._libs import (\n index as libindex,\n lib,\n)\nfrom pandas._libs.tslibs import (\n Resolution,\n Timedelta,\n to_offset,\n)\nfrom pandas._libs.tslibs.timedeltas imp... | .venv\Lib\site-packages\pandas\core\indexes\timedeltas.py | timedeltas.py | Python | 10,960 | 0.95 | 0.075843 | 0.054608 | vue-tools | 713 | 2025-01-13T06:27:31.715890 | GPL-3.0 | false | fd0749ac2223e11c4c13ebfeff3f13a8 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\accessors.cpython-313.pyc | accessors.cpython-313.pyc | Other | 22,074 | 0.8 | 0.028302 | 0 | python-kit | 161 | 2024-02-28T19:31:20.933958 | BSD-3-Clause | false | 4a1fd67fa9fb7d2c78a38bdb4c2ade7b |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\api.cpython-313.pyc | api.cpython-313.pyc | Other | 12,860 | 0.8 | 0.033019 | 0 | awesome-app | 189 | 2024-06-15T11:25:07.781883 | BSD-3-Clause | false | 9683e9786d5e7d155357108d71e915b9 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\category.cpython-313.pyc | category.cpython-313.pyc | Other | 17,062 | 0.95 | 0.081699 | 0.003788 | awesome-app | 105 | 2025-03-11T05:01:21.718735 | MIT | false | dbdd1cc037a652d80d03b30be5755137 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\datetimelike.cpython-313.pyc | datetimelike.cpython-313.pyc | Other | 33,197 | 0.95 | 0.032573 | 0.003571 | awesome-app | 685 | 2024-03-27T23:42:11.486647 | GPL-3.0 | false | fd26697dcac40267243cc48762f2a574 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\datetimes.cpython-313.pyc | datetimes.cpython-313.pyc | Other | 40,430 | 0.95 | 0.041481 | 0.015177 | python-kit | 850 | 2024-08-31T19:51:46.701361 | MIT | false | 3a54a69e524d07adeefc88c6e2681cf8 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\extension.cpython-313.pyc | extension.cpython-313.pyc | Other | 7,151 | 0.95 | 0.093333 | 0 | react-lib | 31 | 2025-06-25T15:44:23.790771 | MIT | false | e5d0ec08780efead474ed0e41c26ea2a |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\frozen.cpython-313.pyc | frozen.cpython-313.pyc | Other | 4,952 | 0.95 | 0.046154 | 0 | vue-tools | 243 | 2025-03-18T03:55:00.848104 | Apache-2.0 | false | eae88201ae8b27a21466d65ed26e0ed8 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\interval.cpython-313.pyc | interval.cpython-313.pyc | Other | 41,430 | 0.95 | 0.061914 | 0.006356 | awesome-app | 591 | 2023-11-13T02:43:49.276267 | MIT | false | ad3fd9b23f3427616bf5a055eecce9ca |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\period.cpython-313.pyc | period.cpython-313.pyc | Other | 21,731 | 0.8 | 0.028754 | 0.007092 | react-lib | 121 | 2024-03-31T14:08:41.345906 | BSD-3-Clause | false | 825aab3ce1f174c18c23ab5876023059 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\range.cpython-313.pyc | range.cpython-313.pyc | Other | 46,402 | 0.95 | 0.049724 | 0 | awesome-app | 209 | 2025-03-03T05:59:57.953650 | BSD-3-Clause | false | 99426d1ade7ac2e0f84fce91712393c2 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\timedeltas.cpython-313.pyc | timedeltas.cpython-313.pyc | Other | 11,668 | 0.8 | 0.014019 | 0.005376 | react-lib | 294 | 2024-07-06T04:36:44.296107 | Apache-2.0 | false | 4a53918f701a68134e4636d205f06764 |
\n\n | .venv\Lib\site-packages\pandas\core\indexes\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 194 | 0.7 | 0 | 0 | react-lib | 385 | 2024-08-28T23:47:09.043924 | MIT | false | 372c73679e689629a522ac8f7e3f81fe |
from __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Any,\n)\n\nfrom pandas.core.interchange.dataframe_protocol import (\n Buffer,\n DlpackDeviceType,\n)\n\nif TYPE_CHECKING:\n import numpy as np\n import pyarrow as pa\n\n\nclass PandasBuffer(Buffer):\n """\n Data in the... | .venv\Lib\site-packages\pandas\core\interchange\buffer.py | buffer.py | Python | 3,453 | 0.95 | 0.147059 | 0.043103 | react-lib | 241 | 2025-06-05T18:10:00.108330 | Apache-2.0 | false | 93a903c969bae7cd1bf9ffd28a07631d |
from __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Any,\n)\n\nimport numpy as np\n\nfrom pandas._libs.lib import infer_dtype\nfrom pandas._libs.tslibs import iNaT\nfrom pandas.errors import NoBufferPresent\nfrom pandas.util._decorators import cache_readonly\n\nfrom pandas.core.dtypes.dt... | .venv\Lib\site-packages\pandas\core\interchange\column.py | column.py | Python | 17,547 | 0.95 | 0.156182 | 0.096059 | react-lib | 533 | 2024-12-07T14:20:08.969053 | MIT | false | 945093146f00a218b4e7d32855a7a8bb |
from __future__ import annotations\n\nfrom collections import abc\nfrom typing import TYPE_CHECKING\n\nfrom pandas.core.interchange.column import PandasColumn\nfrom pandas.core.interchange.dataframe_protocol import DataFrame as DataFrameXchg\nfrom pandas.core.interchange.utils import maybe_rechunk\n\nif TYPE_CHECKING:\... | .venv\Lib\site-packages\pandas\core\interchange\dataframe.py | dataframe.py | Python | 3,879 | 0.95 | 0.256637 | 0.043478 | react-lib | 10 | 2025-05-21T20:18:07.822454 | MIT | false | dbf729b300104affc5ee9d5480a6f235 |
"""\nA verbatim copy (vendored) of the spec from https://github.com/data-apis/dataframe-api\n"""\n\nfrom __future__ import annotations\n\nfrom abc import (\n ABC,\n abstractmethod,\n)\nimport enum\nfrom typing import (\n TYPE_CHECKING,\n Any,\n TypedDict,\n)\n\nif TYPE_CHECKING:\n from collections.abc... | .venv\Lib\site-packages\pandas\core\interchange\dataframe_protocol.py | dataframe_protocol.py | Python | 16,177 | 0.95 | 0.195699 | 0.057441 | react-lib | 148 | 2023-07-31T13:58:54.890596 | GPL-3.0 | false | 38a1e1061bd9f2b94c747759c3e917bb |
from __future__ import annotations\n\nimport ctypes\nimport re\nfrom typing import Any\n\nimport numpy as np\n\nfrom pandas._config import using_string_dtype\n\nfrom pandas.compat._optional import import_optional_dependency\nfrom pandas.errors import SettingWithCopyError\n\nimport pandas as pd\nfrom pandas.core.interch... | .venv\Lib\site-packages\pandas\core\interchange\from_dataframe.py | from_dataframe.py | Python | 18,077 | 0.95 | 0.114901 | 0.07957 | vue-tools | 131 | 2024-08-11T00:54:18.440570 | MIT | false | 2d499cce2cb9ed4e31d4be15df6f9d35 |
"""\nUtility functions and objects for implementing the interchange API.\n"""\n\nfrom __future__ import annotations\n\nimport typing\n\nimport numpy as np\n\nfrom pandas._libs import lib\n\nfrom pandas.core.dtypes.dtypes import (\n ArrowDtype,\n CategoricalDtype,\n DatetimeTZDtype,\n)\n\nimport pandas as pd\n\... | .venv\Lib\site-packages\pandas\core\interchange\utils.py | utils.py | Python | 5,051 | 0.95 | 0.120219 | 0.071895 | react-lib | 527 | 2024-06-27T05:58:14.239669 | GPL-3.0 | false | f494f2c67402a33e43bc9ff6d0f25567 |
\n\n | .venv\Lib\site-packages\pandas\core\interchange\__pycache__\buffer.cpython-313.pyc | buffer.cpython-313.pyc | Other | 4,659 | 0.8 | 0.032258 | 0 | python-kit | 75 | 2025-01-28T03:59:18.007055 | BSD-3-Clause | false | 357694e9bbb9159788a7c212f65629d5 |
\n\n | .venv\Lib\site-packages\pandas\core\interchange\__pycache__\column.cpython-313.pyc | column.cpython-313.pyc | Other | 19,026 | 0.95 | 0.07027 | 0.011173 | awesome-app | 428 | 2025-03-21T12:07:25.699613 | GPL-3.0 | false | f9a306b760382e077f5978126a5b5316 |
\n\n | .venv\Lib\site-packages\pandas\core\interchange\__pycache__\dataframe.cpython-313.pyc | dataframe.cpython-313.pyc | Other | 6,339 | 0.95 | 0.059701 | 0 | vue-tools | 919 | 2024-10-21T08:14:15.162523 | MIT | false | a1c9c95d66b0e6784824081578137462 |
\n\n | .venv\Lib\site-packages\pandas\core\interchange\__pycache__\dataframe_protocol.cpython-313.pyc | dataframe_protocol.cpython-313.pyc | Other | 17,713 | 0.95 | 0.154321 | 0 | awesome-app | 800 | 2024-08-14T20:37:42.199780 | Apache-2.0 | false | 30db5d1d00e13ada2e0113929cd31837 |
\n\n | .venv\Lib\site-packages\pandas\core\interchange\__pycache__\from_dataframe.cpython-313.pyc | from_dataframe.cpython-313.pyc | Other | 19,082 | 0.95 | 0.044218 | 0 | react-lib | 278 | 2023-09-25T07:11:55.366220 | MIT | false | 47777a0a26494f50f801ecaac2d530b8 |
\n\n | .venv\Lib\site-packages\pandas\core\interchange\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 6,563 | 0.95 | 0.060345 | 0 | node-utils | 825 | 2025-05-08T15:12:42.522621 | GPL-3.0 | false | d9b7492d4920c490ed78904c44702640 |
\n\n | .venv\Lib\site-packages\pandas\core\interchange\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 198 | 0.7 | 0 | 0 | python-kit | 754 | 2024-09-01T20:56:18.079359 | GPL-3.0 | false | 9a43e139d4d6061ba2555540cd89a005 |
"""\nThis is a pseudo-public API for downstream libraries. We ask that downstream\nauthors\n\n1) Try to avoid using internals directly altogether, and failing that,\n2) Use only functions exposed here (or in core.internals)\n\n"""\nfrom __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nimport numpy ... | .venv\Lib\site-packages\pandas\core\internals\api.py | api.py | Python | 4,695 | 0.95 | 0.102564 | 0.115702 | python-kit | 987 | 2024-12-23T23:09:37.853898 | MIT | false | ea54c8e1a385b4fb9ed0a89f5fbfec33 |
"""\nExperimental manager based on storing a collection of 1D arrays\n"""\nfrom __future__ import annotations\n\nimport itertools\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n Literal,\n)\n\nimport numpy as np\n\nfrom pandas._libs import (\n NaT,\n lib,\n)\n\nfrom pandas.core.dtypes.astype import ... | .venv\Lib\site-packages\pandas\core\internals\array_manager.py | array_manager.py | Python | 43,927 | 0.95 | 0.188806 | 0.081033 | python-kit | 51 | 2024-09-04T13:41:18.125513 | BSD-3-Clause | false | a8f5a02d0016d200e294aee61a49f308 |
"""\nBase class for the internal managers. Both BlockManager and ArrayManager\ninherit from this class.\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Literal,\n cast,\n final,\n)\n\nimport numpy as np\n\nfrom pandas._config import (\n using_copy_on_write,\n... | .venv\Lib\site-packages\pandas\core\internals\base.py | base.py | Python | 11,161 | 0.95 | 0.157248 | 0.073746 | vue-tools | 318 | 2024-08-22T09:24:17.604820 | MIT | false | f0703112322840cbb1d21c8410226038 |
from __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n cast,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs import (\n NaT,\n algos as libalgos,\n internals as libinternals,\n lib,\n)\nfrom pandas._libs.missing import NA\nfrom pandas.util._decorators import cache... | .venv\Lib\site-packages\pandas\core\internals\concat.py | concat.py | Python | 19,151 | 0.95 | 0.190635 | 0.132383 | awesome-app | 619 | 2024-04-14T01:52:15.448995 | GPL-3.0 | false | 35d4147d1f5606e302e90812f9e3ff6c |
"""\nFunctions for preparing various inputs passed to the DataFrame or Series\nconstructors before passing them to a BlockManager.\n"""\nfrom __future__ import annotations\n\nfrom collections import abc\nfrom typing import (\n TYPE_CHECKING,\n Any,\n)\n\nimport numpy as np\nfrom numpy import ma\n\nfrom pandas._co... | .venv\Lib\site-packages\pandas\core\internals\construction.py | construction.py | Python | 34,207 | 0.95 | 0.189189 | 0.128635 | vue-tools | 458 | 2024-07-07T23:21:42.422595 | BSD-3-Clause | false | aa5de568004b56cee7d0959e0a3fa7e6 |
from __future__ import annotations\n\nfrom collections.abc import (\n Hashable,\n Sequence,\n)\nimport itertools\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n Literal,\n cast,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._config import (\n using_copy_on_write,\n warn_copy_on_w... | .venv\Lib\site-packages\pandas\core\internals\managers.py | managers.py | Python | 81,576 | 0.75 | 0.181895 | 0.116877 | python-kit | 861 | 2024-03-31T16:24:00.509901 | Apache-2.0 | false | 274f3d08bfb4831987864ccd392168cd |
from __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n NamedTuple,\n)\n\nfrom pandas.core.dtypes.common import is_1d_only_ea_dtype\n\nif TYPE_CHECKING:\n from collections.abc import Iterator\n\n from pandas._libs.internals import BlockPlacement\n from pandas._typing import ArrayLik... | .venv\Lib\site-packages\pandas\core\internals\ops.py | ops.py | Python | 5,145 | 0.95 | 0.181818 | 0.272727 | awesome-app | 165 | 2024-08-18T12:42:21.170825 | BSD-3-Clause | false | b8df0a4b885a0dd9f5a3a1d691d3eb2d |
from pandas.core.internals.api import make_block # 2023-09-18 pyarrow uses this\nfrom pandas.core.internals.array_manager import (\n ArrayManager,\n SingleArrayManager,\n)\nfrom pandas.core.internals.base import (\n DataManager,\n SingleDataManager,\n)\nfrom pandas.core.internals.concat import concatenate_... | .venv\Lib\site-packages\pandas\core\internals\__init__.py | __init__.py | Python | 2,615 | 0.95 | 0.047059 | 0.082192 | vue-tools | 468 | 2024-02-07T21:50:35.676054 | Apache-2.0 | false | 5a85adaac33cac405a6502e3e9401279 |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\api.cpython-313.pyc | api.cpython-313.pyc | Other | 4,088 | 0.95 | 0.014925 | 0 | vue-tools | 634 | 2024-05-24T00:03:47.239804 | BSD-3-Clause | false | 6fbaa5dea74c4f8303c6f1a470775025 |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\array_manager.cpython-313.pyc | array_manager.cpython-313.pyc | Other | 53,658 | 0.95 | 0.032907 | 0.012097 | vue-tools | 884 | 2025-06-21T01:18:16.083689 | Apache-2.0 | false | a03b4666afec026772b980372c3f5d46 |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\base.cpython-313.pyc | base.cpython-313.pyc | Other | 14,433 | 0.95 | 0.026738 | 0.005556 | python-kit | 808 | 2024-12-28T16:49:17.119866 | BSD-3-Clause | false | 5b85a8501e7305a0f0d9c8e2b2215e37 |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\blocks.cpython-313.pyc | blocks.cpython-313.pyc | Other | 95,456 | 0.75 | 0.031196 | 0.012346 | node-utils | 715 | 2025-05-06T21:42:29.609751 | MIT | false | d7a08c1a32153db8c6275a987288d12b |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\concat.cpython-313.pyc | concat.cpython-313.pyc | Other | 22,387 | 0.8 | 0.008333 | 0.004505 | node-utils | 317 | 2023-12-20T06:55:45.556697 | MIT | false | c4b998b4d36a4bd0bc77043e0dd0e334 |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\construction.cpython-313.pyc | construction.cpython-313.pyc | Other | 36,361 | 0.95 | 0.028061 | 0.002755 | awesome-app | 421 | 2024-06-19T17:47:55.679918 | MIT | false | 4843d4cc5c74d9ee2f4e7cdea5f59743 |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\managers.cpython-313.pyc | managers.cpython-313.pyc | Other | 90,230 | 0.75 | 0.041111 | 0.00729 | awesome-app | 705 | 2024-02-07T19:42:19.440567 | BSD-3-Clause | false | 2d836d64b2c2c365f60c9c0ecb9484f7 |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\ops.cpython-313.pyc | ops.cpython-313.pyc | Other | 5,066 | 0.8 | 0.015385 | 0 | node-utils | 276 | 2024-12-10T18:39:02.459505 | MIT | false | 27cbfe3e34e0997ae839d6ed761107be |
\n\n | .venv\Lib\site-packages\pandas\core\internals\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,847 | 0.8 | 0 | 0 | awesome-app | 776 | 2024-06-18T02:29:07.835045 | Apache-2.0 | false | a62279f6536aa18944225ba922bd0bd2 |
"""\nModule responsible for execution of NDFrame.describe() method.\n\nMethod NDFrame.describe() delegates actual execution to function describe_ndframe().\n"""\nfrom __future__ import annotations\n\nfrom abc import (\n ABC,\n abstractmethod,\n)\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n cast,\... | .venv\Lib\site-packages\pandas\core\methods\describe.py | describe.py | Python | 11,961 | 0.95 | 0.127404 | 0.046784 | react-lib | 915 | 2023-09-14T21:04:30.927124 | MIT | false | 05e6ae783b864b32291e8f00cad03441 |
"""\nImplementation of nlargest and nsmallest.\n"""\n\nfrom __future__ import annotations\n\nfrom collections.abc import (\n Hashable,\n Sequence,\n)\nfrom typing import (\n TYPE_CHECKING,\n cast,\n final,\n)\n\nimport numpy as np\n\nfrom pandas._libs import algos as libalgos\n\nfrom pandas.core.dtypes.c... | .venv\Lib\site-packages\pandas\core\methods\selectn.py | selectn.py | Python | 7,696 | 0.95 | 0.156134 | 0.126168 | vue-tools | 377 | 2024-07-25T20:54:46.788680 | GPL-3.0 | false | 59f3e501a28580b1dff0302ef745b96e |
from __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Literal,\n overload,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs import (\n lib,\n missing as libmissing,\n)\nfrom pandas.util._exceptions import find_stack_level\n\nfrom pandas.core.dtypes.cast import maybe_... | .venv\Lib\site-packages\pandas\core\methods\to_dict.py | to_dict.py | Python | 8,649 | 0.95 | 0.176471 | 0.051282 | python-kit | 857 | 2025-04-11T17:38:27.496104 | BSD-3-Clause | false | fe8891c7c57ace29917fc6f4b5e36553 |
\n\n | .venv\Lib\site-packages\pandas\core\methods\__pycache__\describe.cpython-313.pyc | describe.cpython-313.pyc | Other | 14,905 | 0.95 | 0.057416 | 0 | vue-tools | 273 | 2023-09-14T23:27:42.996222 | Apache-2.0 | false | b6c401413b34df985f4336fd5e7654a6 |
\n\n | .venv\Lib\site-packages\pandas\core\methods\__pycache__\selectn.cpython-313.pyc | selectn.cpython-313.pyc | Other | 9,308 | 0.95 | 0.058824 | 0 | node-utils | 770 | 2024-08-13T13:05:07.690969 | MIT | false | 206c12657e4d62872ef1d8b9067eb1f0 |
\n\n | .venv\Lib\site-packages\pandas\core\methods\__pycache__\to_dict.cpython-313.pyc | to_dict.cpython-313.pyc | Other | 11,404 | 0.95 | 0.035294 | 0.006494 | node-utils | 484 | 2025-03-19T06:33:57.391942 | Apache-2.0 | false | 2452943235b3579d582ffb09a9336fee |
\n\n | .venv\Lib\site-packages\pandas\core\methods\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 194 | 0.7 | 0 | 0 | awesome-app | 89 | 2024-07-27T15:46:16.911673 | Apache-2.0 | false | 924e89f68ec70859b8598f202e9e0003 |
"""\nFunctions for arithmetic and comparison operations on NumPy arrays and\nExtensionArrays.\n"""\nfrom __future__ import annotations\n\nimport datetime\nfrom functools import partial\nimport operator\nfrom typing import (\n TYPE_CHECKING,\n Any,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs imp... | .venv\Lib\site-packages\pandas\core\ops\array_ops.py | array_ops.py | Python | 19,079 | 0.95 | 0.13245 | 0.163673 | node-utils | 378 | 2024-10-22T05:30:57.871286 | MIT | false | d3499991b862b7998e8329d1be00b81b |
"""\nBoilerplate functions used in defining binary operations.\n"""\nfrom __future__ import annotations\n\nfrom functools import wraps\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n)\n\nfrom pandas._libs.lib import item_from_zerodim\nfrom pandas._libs.missing import is_matching_na\n\nfrom pandas.core.dtypes... | .venv\Lib\site-packages\pandas\core\ops\common.py | common.py | Python | 3,500 | 0.95 | 0.136986 | 0.042373 | python-kit | 353 | 2023-07-31T01:04:17.590644 | BSD-3-Clause | false | 461adeefa8daa12766a7e3f063ac96f5 |
"""\nFunctions for defining unary operations.\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Any,\n)\n\nfrom pandas.core.dtypes.generic import ABCExtensionArray\n\nif TYPE_CHECKING:\n from pandas._typing import ArrayLike\n\n\ndef should_extension_dispatch(left: ArrayLike, r... | .venv\Lib\site-packages\pandas\core\ops\dispatch.py | dispatch.py | Python | 635 | 0.85 | 0.1 | 0 | awesome-app | 835 | 2023-09-26T12:26:23.373435 | Apache-2.0 | false | de2da8e8eb8d784f49623121c1b98a2b |
"""\nTemplating for ops docstrings\n"""\nfrom __future__ import annotations\n\n\ndef make_flex_doc(op_name: str, typ: str) -> str:\n """\n Make the appropriate substitutions for the given operation and class-typ\n into either _flex_doc_SERIES or _flex_doc_FRAME to return the docstring\n to attach to a gener... | .venv\Lib\site-packages\pandas\core\ops\docstrings.py | docstrings.py | Python | 18,448 | 0.95 | 0.033679 | 0.002907 | node-utils | 774 | 2024-06-17T23:59:12.802614 | Apache-2.0 | false | 0c7927b1c5b9640a5742c4129b1a4b3d |
"""\nTemplates for invalid operations.\n"""\nfrom __future__ import annotations\n\nimport operator\nfrom typing import TYPE_CHECKING\n\nimport numpy as np\n\nif TYPE_CHECKING:\n from pandas._typing import npt\n\n\ndef invalid_comparison(left, right, op) -> npt.NDArray[np.bool_]:\n """\n If a comparison has mis... | .venv\Lib\site-packages\pandas\core\ops\invalid.py | invalid.py | Python | 1,433 | 0.85 | 0.145161 | 0 | vue-tools | 862 | 2025-04-24T13:05:57.072239 | MIT | false | d8138ad891a372e739e62b4bdb0d38fb |
"""\nOps for masked arrays.\n"""\nfrom __future__ import annotations\n\nimport numpy as np\n\nfrom pandas._libs import (\n lib,\n missing as libmissing,\n)\n\n\ndef kleene_or(\n left: bool | np.ndarray | libmissing.NAType,\n right: bool | np.ndarray | libmissing.NAType,\n left_mask: np.ndarray | None,\n ... | .venv\Lib\site-packages\pandas\core\ops\mask_ops.py | mask_ops.py | Python | 5,409 | 0.95 | 0.121693 | 0.103226 | vue-tools | 540 | 2023-08-12T01:06:40.962427 | MIT | false | 2bc1f45f9383fa325b9b67f656aa1dc9 |
"""\nMissing data handling for arithmetic operations.\n\nIn particular, pandas conventions regarding division by zero differ\nfrom numpy in the following ways:\n 1) np.array([-1, 0, 1], dtype=dtype1) // np.array([0, 0, 0], dtype=dtype2)\n gives [nan, nan, nan] for most dtype combinations, and [0, 0, 0] for\n ... | .venv\Lib\site-packages\pandas\core\ops\missing.py | missing.py | Python | 5,140 | 0.95 | 0.147727 | 0.086331 | node-utils | 449 | 2025-01-24T22:49:20.424232 | MIT | false | 1e497dc79a960e499847bce4fc47e80a |
"""\nArithmetic operations for PandasObjects\n\nThis is not a public API.\n"""\nfrom __future__ import annotations\n\nfrom pandas.core.ops.array_ops import (\n arithmetic_op,\n comp_method_OBJECT_ARRAY,\n comparison_op,\n fill_binop,\n get_array_op,\n logical_op,\n maybe_prepare_scalar_for_op,\n)\n... | .venv\Lib\site-packages\pandas\core\ops\__init__.py | __init__.py | Python | 1,620 | 0.95 | 0.010753 | 0.022727 | node-utils | 8 | 2023-10-28T21:16:35.584603 | MIT | false | 3338728ad2f7e0840b42a0208c12caf9 |
\n\n | .venv\Lib\site-packages\pandas\core\ops\__pycache__\array_ops.cpython-313.pyc | array_ops.cpython-313.pyc | Other | 18,597 | 0.95 | 0.04 | 0 | vue-tools | 62 | 2023-09-06T22:23:40.544904 | MIT | false | ab49e51dc447bad74a8b4d759ea184dd |
\n\n | .venv\Lib\site-packages\pandas\core\ops\__pycache__\common.cpython-313.pyc | common.cpython-313.pyc | Other | 4,264 | 0.95 | 0.043956 | 0 | awesome-app | 426 | 2025-03-24T17:30:06.775863 | MIT | false | 3f29d2ac121e688decbdb2f149cee35a |
\n\n | .venv\Lib\site-packages\pandas\core\ops\__pycache__\dispatch.cpython-313.pyc | dispatch.cpython-313.pyc | Other | 968 | 0.8 | 0.041667 | 0 | react-lib | 264 | 2024-07-15T05:49:41.845929 | BSD-3-Clause | false | 60f78f3f0391f4b9afe208b21ee84927 |
\n\n | .venv\Lib\site-packages\pandas\core\ops\__pycache__\docstrings.cpython-313.pyc | docstrings.cpython-313.pyc | Other | 16,393 | 0.8 | 0.030521 | 0 | react-lib | 284 | 2023-12-17T20:52:51.469831 | Apache-2.0 | false | 8943334d27527d9683f52311d57ec3f4 |
\n\n | .venv\Lib\site-packages\pandas\core\ops\__pycache__\invalid.cpython-313.pyc | invalid.cpython-313.pyc | Other | 2,214 | 0.95 | 0.090909 | 0 | react-lib | 418 | 2025-01-07T18:37:46.807011 | GPL-3.0 | false | 33b1107ca758e0ccc46609e7d4b3b6fc |
\n\n | .venv\Lib\site-packages\pandas\core\ops\__pycache__\mask_ops.cpython-313.pyc | mask_ops.cpython-313.pyc | Other | 5,161 | 0.8 | 0.019231 | 0.034884 | node-utils | 621 | 2024-11-27T02:38:00.382962 | BSD-3-Clause | false | ea975d014b31122972bda224dcada165 |
\n\n | .venv\Lib\site-packages\pandas\core\ops\__pycache__\missing.cpython-313.pyc | missing.cpython-313.pyc | Other | 5,513 | 0.95 | 0.086538 | 0 | awesome-app | 52 | 2023-09-24T21:59:02.800491 | BSD-3-Clause | false | 2ce3713dc2c95717b5ce658ceeb449c4 |
\n\n | .venv\Lib\site-packages\pandas\core\ops\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,502 | 0.8 | 0.033333 | 0 | awesome-app | 356 | 2024-03-02T05:03:38.439433 | Apache-2.0 | false | db0133d587b3770d0853d38bd7b5e810 |
from pandas.core.reshape.concat import concat\nfrom pandas.core.reshape.encoding import (\n from_dummies,\n get_dummies,\n)\nfrom pandas.core.reshape.melt import (\n lreshape,\n melt,\n wide_to_long,\n)\nfrom pandas.core.reshape.merge import (\n merge,\n merge_asof,\n merge_ordered,\n)\nfrom pan... | .venv\Lib\site-packages\pandas\core\reshape\api.py | api.py | Python | 680 | 0.85 | 0 | 0 | react-lib | 96 | 2024-03-23T19:24:59.332736 | Apache-2.0 | false | f860d0b327bd42be481b804564356b97 |
"""\nConcat routines.\n"""\nfrom __future__ import annotations\n\nfrom collections import abc\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n Literal,\n cast,\n overload,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._config import using_copy_on_write\n\nfrom pandas.util._decorators impor... | .venv\Lib\site-packages\pandas\core\reshape\concat.py | concat.py | Python | 28,253 | 0.95 | 0.129754 | 0.064901 | vue-tools | 660 | 2024-09-09T13:54:53.351457 | BSD-3-Clause | false | a811279e631e1b4e76188293024cba69 |
from __future__ import annotations\n\nfrom collections import defaultdict\nfrom collections.abc import (\n Hashable,\n Iterable,\n)\nimport itertools\nfrom typing import (\n TYPE_CHECKING,\n cast,\n)\n\nimport numpy as np\n\nfrom pandas._libs import missing as libmissing\nfrom pandas._libs.sparse import Int... | .venv\Lib\site-packages\pandas\core\reshape\encoding.py | encoding.py | Python | 19,016 | 0.95 | 0.122592 | 0.059184 | react-lib | 275 | 2024-06-14T04:01:41.233803 | GPL-3.0 | false | eb754ef20eb52acfa7b86e3a727c020e |
from __future__ import annotations\n\nimport re\nfrom typing import TYPE_CHECKING\n\nimport numpy as np\n\nfrom pandas.util._decorators import Appender\n\nfrom pandas.core.dtypes.common import is_list_like\nfrom pandas.core.dtypes.concat import concat_compat\nfrom pandas.core.dtypes.missing import notna\n\nimport panda... | .venv\Lib\site-packages\pandas\core\reshape\melt.py | melt.py | Python | 17,400 | 0.95 | 0.109375 | 0.011261 | react-lib | 398 | 2024-08-23T19:22:00.678280 | GPL-3.0 | false | 7351f43a402c5acf5a27781a38e7c15b |
"""\nSQL-style merge routines\n"""\nfrom __future__ import annotations\n\nfrom collections.abc import (\n Hashable,\n Sequence,\n)\nimport datetime\nfrom functools import partial\nfrom typing import (\n TYPE_CHECKING,\n Literal,\n cast,\n final,\n)\nimport uuid\nimport warnings\n\nimport numpy as np\n... | .venv\Lib\site-packages\pandas\core\reshape\merge.py | merge.py | Python | 99,554 | 0.75 | 0.131112 | 0.082328 | node-utils | 68 | 2024-05-01T20:14:32.346811 | BSD-3-Clause | false | 310c257f26b23d27a0ee68d42f311a06 |
from __future__ import annotations\n\nfrom collections.abc import (\n Hashable,\n Sequence,\n)\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n Literal,\n cast,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs import lib\nfrom pandas.util._decorators import (\n Appender,\n Subs... | .venv\Lib\site-packages\pandas\core\reshape\pivot.py | pivot.py | Python | 28,917 | 0.95 | 0.155729 | 0.068152 | awesome-app | 526 | 2024-12-24T03:37:29.595643 | GPL-3.0 | false | 2de30ad9167d0d6a7318a0cb980d9f05 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.