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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
\n\n | .venv\Lib\site-packages\pandas\core\arrays\arrow\__pycache__\accessors.cpython-313.pyc | accessors.cpython-313.pyc | Other | 14,849 | 0.95 | 0.01462 | 0.006494 | react-lib | 738 | 2024-10-15T04:51:09.618027 | GPL-3.0 | false | e449de9da8ffd78818968fad20d37289 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\arrow\__pycache__\extension_types.cpython-313.pyc | extension_types.cpython-313.pyc | Other | 9,144 | 0.95 | 0 | 0 | python-kit | 380 | 2024-12-15T21:14:56.749169 | MIT | false | a7aaef39e54ceb6e067e899d75e6996c |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\arrow\__pycache__\_arrow_utils.cpython-313.pyc | _arrow_utils.cpython-313.pyc | Other | 2,170 | 0.8 | 0 | 0 | python-kit | 164 | 2025-05-29T21:47:19.088201 | Apache-2.0 | false | a1d54487a35c8e77d74a6a59648e889a |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\arrow\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 416 | 0.7 | 0 | 0 | awesome-app | 510 | 2023-10-14T18:10:43.074079 | GPL-3.0 | false | 7f83d1ee403cbb5a9eb7e5b97902327c |
"""Sparse accessor"""\nfrom __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nimport numpy as np\n\nfrom pandas.compat._optional import import_optional_dependency\n\nfrom pandas.core.dtypes.cast import find_common_type\nfrom pandas.core.dtypes.dtypes import SparseDtype\n\nfrom pandas.core.accessor im... | .venv\Lib\site-packages\pandas\core\arrays\sparse\accessor.py | accessor.py | Python | 12,503 | 0.95 | 0.091787 | 0.011527 | node-utils | 421 | 2024-10-05T18:31:22.917219 | MIT | false | 1636e45b3bf721789b52de5f02792d96 |
"""\nSparseArray data structure\n"""\nfrom __future__ import annotations\n\nfrom collections import abc\nimport numbers\nimport operator\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Callable,\n Literal,\n cast,\n overload,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs import lib\ni... | .venv\Lib\site-packages\pandas\core\arrays\sparse\array.py | array.py | Python | 64,585 | 0.75 | 0.137789 | 0.107474 | react-lib | 267 | 2024-04-06T23:46:53.172881 | Apache-2.0 | false | 0cb1fe95ddb94472967ff74943911ba8 |
"""\nInteraction with scipy.sparse matrices.\n\nCurrently only includes to_coo helpers.\n"""\nfrom __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom pandas._libs import lib\n\nfrom pandas.core.dtypes.missing import notna\n\nfrom pandas.core.algorithms import factorize\nfrom pandas.core.indexes.a... | .venv\Lib\site-packages\pandas\core\arrays\sparse\scipy_sparse.py | scipy_sparse.py | Python | 6,462 | 0.95 | 0.115942 | 0.040462 | node-utils | 697 | 2024-06-21T09:39:29.366824 | MIT | false | f16dae3cde4a4cb7df0523d4bd67df82 |
from pandas.core.arrays.sparse.accessor import (\n SparseAccessor,\n SparseFrameAccessor,\n)\nfrom pandas.core.arrays.sparse.array import (\n BlockIndex,\n IntIndex,\n SparseArray,\n make_sparse_index,\n)\n\n__all__ = [\n "BlockIndex",\n "IntIndex",\n "make_sparse_index",\n "SparseAccessor... | .venv\Lib\site-packages\pandas\core\arrays\sparse\__init__.py | __init__.py | Python | 356 | 0.85 | 0 | 0 | vue-tools | 857 | 2024-05-02T03:24:28.242820 | BSD-3-Clause | false | ac4228e4566bf7172e7adb6f2aafdd99 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\sparse\__pycache__\accessor.cpython-313.pyc | accessor.cpython-313.pyc | Other | 14,691 | 0.95 | 0.020478 | 0 | awesome-app | 263 | 2025-03-18T23:30:35.972081 | GPL-3.0 | false | 2479bb6525ab6b5ca3e0c1d7ed974a1a |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\sparse\__pycache__\array.cpython-313.pyc | array.cpython-313.pyc | Other | 70,045 | 0.75 | 0.020737 | 0.009044 | vue-tools | 143 | 2024-04-05T01:57:14.005198 | MIT | false | 82134a7986004ac81599e64ab25d1a87 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\sparse\__pycache__\scipy_sparse.cpython-313.pyc | scipy_sparse.cpython-313.pyc | Other | 7,946 | 0.95 | 0.035971 | 0.007874 | python-kit | 887 | 2024-03-09T22:34:58.144619 | Apache-2.0 | false | 698df8cfc836e9dbe7cf0448c7c2d19f |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\sparse\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 507 | 0.7 | 0 | 0 | awesome-app | 214 | 2024-02-28T04:01:58.261083 | BSD-3-Clause | false | 367bc0658d18a40894c22102d4e54268 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\base.cpython-313.pyc | base.cpython-313.pyc | Other | 80,216 | 0.75 | 0.068732 | 0.034143 | awesome-app | 667 | 2024-06-15T13:10:13.297173 | Apache-2.0 | false | dd6d2052e8f7a7e19858922f13accf52 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\boolean.cpython-313.pyc | boolean.cpython-313.pyc | Other | 16,219 | 0.95 | 0.037234 | 0.006024 | awesome-app | 228 | 2024-11-12T02:16:52.249173 | BSD-3-Clause | false | 10569e153b85f46879d5c2eb4600bf29 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\categorical.cpython-313.pyc | categorical.cpython-313.pyc | Other | 101,325 | 0.75 | 0.044503 | 0.00425 | vue-tools | 251 | 2024-12-12T19:16:38.119873 | Apache-2.0 | false | fd139fd0a1742ac3b37863c6fb12c7f8 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\datetimelike.cpython-313.pyc | datetimelike.cpython-313.pyc | Other | 97,283 | 0.75 | 0.034545 | 0.028283 | python-kit | 1,000 | 2025-06-26T15:48:05.311527 | MIT | false | beb190aa02af4a15179f48a0e1519be1 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\datetimes.cpython-313.pyc | datetimes.cpython-313.pyc | Other | 86,308 | 0.75 | 0.024899 | 0.005246 | react-lib | 224 | 2024-02-01T16:10:55.834401 | Apache-2.0 | false | 6c5f16a4c1864a92bbcaa52fc01ae188 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\floating.cpython-313.pyc | floating.cpython-313.pyc | Other | 5,230 | 0.8 | 0.021583 | 0 | react-lib | 496 | 2024-12-03T05:18:34.095159 | BSD-3-Clause | false | 84fec3811a2d42c635a7d921daa30496 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\integer.cpython-313.pyc | integer.cpython-313.pyc | Other | 9,088 | 0.8 | 0.019048 | 0 | node-utils | 636 | 2025-03-25T10:32:44.791809 | BSD-3-Clause | false | da718a21043acad722983f8690e26286 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\interval.cpython-313.pyc | interval.cpython-313.pyc | Other | 69,631 | 0.75 | 0.039614 | 0.006608 | react-lib | 639 | 2024-05-01T03:32:19.489489 | BSD-3-Clause | false | 7c04809c8c9d40eeb0e0b7b43b33e162 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\masked.cpython-313.pyc | masked.cpython-313.pyc | Other | 65,115 | 0.75 | 0.036179 | 0.013051 | react-lib | 677 | 2024-04-24T20:56:02.287846 | BSD-3-Clause | false | 98e681c91e18390db13cc71fd8d62433 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\numeric.cpython-313.pyc | numeric.cpython-313.pyc | Other | 12,006 | 0.95 | 0.030303 | 0.010526 | vue-tools | 17 | 2024-06-11T17:32:14.624040 | BSD-3-Clause | false | 1e782d004e7e8e07fb967f6df5c68c31 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\numpy_.cpython-313.pyc | numpy_.cpython-313.pyc | Other | 20,434 | 0.95 | 0.017045 | 0.006135 | vue-tools | 82 | 2023-09-08T18:48:49.747396 | BSD-3-Clause | false | 783de5c2be3aa797293885d653548bfd |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\period.cpython-313.pyc | period.cpython-313.pyc | Other | 45,890 | 0.95 | 0.024279 | 0.003431 | awesome-app | 652 | 2024-03-30T07:10:20.094703 | GPL-3.0 | false | 7367c4ea6aa969ab710c52b9e63c1ac9 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\string_.cpython-313.pyc | string_.cpython-313.pyc | Other | 41,395 | 0.95 | 0.043902 | 0.00551 | python-kit | 590 | 2024-03-24T09:14:26.843183 | GPL-3.0 | false | c50b4a80c25dc3f5532c1521e49a3d2e |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\string_arrow.cpython-313.pyc | string_arrow.cpython-313.pyc | Other | 24,306 | 0.95 | 0.041237 | 0 | react-lib | 433 | 2025-06-30T13:32:04.819926 | Apache-2.0 | false | 22a80537603ab0bacec364b6a2fad443 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\timedeltas.cpython-313.pyc | timedeltas.cpython-313.pyc | Other | 42,613 | 0.95 | 0.037182 | 0.008909 | awesome-app | 833 | 2023-12-10T16:41:59.056427 | MIT | false | 5759ceb9a1d90c2374ba526f5de77171 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\_arrow_string_mixins.cpython-313.pyc | _arrow_string_mixins.cpython-313.pyc | Other | 19,734 | 0.8 | 0 | 0.026786 | python-kit | 357 | 2024-12-23T05:33:19.825517 | BSD-3-Clause | false | f0d72caeccbbe4cb6a1eefe343ea8445 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\_mixins.cpython-313.pyc | _mixins.cpython-313.pyc | Other | 20,375 | 0.8 | 0.010152 | 0.00565 | awesome-app | 144 | 2025-03-07T15:34:16.074492 | GPL-3.0 | false | 67db023234c66df67ae2a2e31247c8c1 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\_ranges.cpython-313.pyc | _ranges.cpython-313.pyc | Other | 7,165 | 0.95 | 0.028986 | 0.046154 | react-lib | 905 | 2024-11-14T04:34:13.988267 | BSD-3-Clause | false | 0bc52a849c9783efa029931adb9bed7e |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\_utils.cpython-313.pyc | _utils.cpython-313.pyc | Other | 2,557 | 0.8 | 0 | 0 | python-kit | 332 | 2024-10-15T11:20:19.962056 | MIT | false | af50227805fb0659ad229c474b6efc16 |
\n\n | .venv\Lib\site-packages\pandas\core\arrays\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,400 | 0.7 | 0 | 0 | react-lib | 826 | 2024-11-12T03:22:40.256863 | MIT | false | 4af913459c575912f15d9a3d0005f5e2 |
"""\ndatetimelke_accumulations.py is for accumulations of datetimelike extension arrays\n"""\n\nfrom __future__ import annotations\n\nfrom typing import Callable\n\nimport numpy as np\n\nfrom pandas._libs import iNaT\n\nfrom pandas.core.dtypes.missing import isna\n\n\ndef _cum_func(\n func: Callable,\n values: np... | .venv\Lib\site-packages\pandas\core\array_algos\datetimelike_accumulations.py | datetimelike_accumulations.py | Python | 1,686 | 0.85 | 0.149254 | 0.020408 | vue-tools | 995 | 2024-12-07T03:57:29.328865 | Apache-2.0 | false | 07acf1be585c80b6c3bff1683bbecefa |
"""\nmasked_accumulations.py is for accumulation algorithms using a mask-based approach\nfor missing values.\n"""\n\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n)\n\nimport numpy as np\n\nif TYPE_CHECKING:\n from pandas._typing import npt\n\n\ndef _cum_func(\n fu... | .venv\Lib\site-packages\pandas\core\array_algos\masked_accumulations.py | masked_accumulations.py | Python | 2,618 | 0.95 | 0.155556 | 0.056338 | react-lib | 731 | 2024-08-31T10:01:10.982146 | Apache-2.0 | false | f03e4aa7cd6777693e8c139ccdaaccf3 |
"""\nmasked_reductions.py is for reduction algorithms using a mask-based approach\nfor missing values.\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs import missing as libmissing\n\nfrom pandas.core.nanop... | .venv\Lib\site-packages\pandas\core\array_algos\masked_reductions.py | masked_reductions.py | Python | 5,067 | 0.95 | 0.119403 | 0.075145 | react-lib | 620 | 2024-05-04T06:20:20.533023 | MIT | false | 8b73d3c64549aa47460068a186b29522 |
"""\nEA-compatible analogue to np.putmask\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.cast import infer_dtype_from\nfrom pandas.core.dtypes.common import is_list_like\n\nfrom pandas.cor... | .venv\Lib\site-packages\pandas\core\array_algos\putmask.py | putmask.py | Python | 4,593 | 0.95 | 0.154362 | 0.16129 | awesome-app | 617 | 2024-05-18T01:56:44.833006 | Apache-2.0 | false | e896037e07fdb7584d21fba350d5659a |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nimport numpy as np\n\nfrom pandas.core.dtypes.missing import (\n isna,\n na_value_for_dtype,\n)\n\nif TYPE_CHECKING:\n from pandas._typing import (\n ArrayLike,\n Scalar,\n npt,\n )\n\n\ndef quantile_compat(\n ... | .venv\Lib\site-packages\pandas\core\array_algos\quantile.py | quantile.py | Python | 6,548 | 0.95 | 0.097345 | 0.113402 | awesome-app | 867 | 2023-07-14T17:01:43.181013 | BSD-3-Clause | false | 539402025cccf1696bbd141974bf7ee8 |
"""\nMethods used by Block.replace and related methods.\n"""\nfrom __future__ import annotations\n\nimport operator\nimport re\nfrom re import Pattern\nfrom typing import (\n TYPE_CHECKING,\n Any,\n)\n\nimport numpy as np\n\nfrom pandas.core.dtypes.common import (\n is_bool,\n is_re,\n is_re_compilable,\... | .venv\Lib\site-packages\pandas\core\array_algos\replace.py | replace.py | Python | 4,010 | 0.95 | 0.149351 | 0.072 | python-kit | 370 | 2024-05-15T22:37:39.719234 | MIT | false | e4ba9d2c291979b61b40589c4c3082b8 |
from __future__ import annotations\n\nimport functools\nfrom typing import (\n TYPE_CHECKING,\n cast,\n overload,\n)\n\nimport numpy as np\n\nfrom pandas._libs import (\n algos as libalgos,\n lib,\n)\n\nfrom pandas.core.dtypes.cast import maybe_promote\nfrom pandas.core.dtypes.common import (\n ensure... | .venv\Lib\site-packages\pandas\core\array_algos\take.py | take.py | Python | 20,815 | 0.95 | 0.139731 | 0.077519 | awesome-app | 23 | 2024-08-11T10:48:39.330429 | GPL-3.0 | false | fd7bc5a8f09647d63aa76a6b99036248 |
"""\ntransforms.py is for shape-preserving functions.\n"""\n\nfrom __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nimport numpy as np\n\nif TYPE_CHECKING:\n from pandas._typing import (\n AxisInt,\n Scalar,\n )\n\n\ndef shift(\n values: np.ndarray, periods: int, axis: AxisInt... | .venv\Lib\site-packages\pandas\core\array_algos\transforms.py | transforms.py | Python | 1,104 | 0.95 | 0.16 | 0.052632 | vue-tools | 601 | 2024-11-17T21:14:16.448283 | BSD-3-Clause | false | 2df0012c50401be9e5390d5389834924 |
"""\ncore.array_algos is for algorithms that operate on ndarray and ExtensionArray.\nThese should:\n\n- Assume that any Index, Series, or DataFrame objects have already been unwrapped.\n- Assume that any list arguments have already been cast to ndarray/EA.\n- Not depend on Index, Series, or DataFrame, nor import any of... | .venv\Lib\site-packages\pandas\core\array_algos\__init__.py | __init__.py | Python | 408 | 0.85 | 0.111111 | 0 | vue-tools | 193 | 2025-04-21T08:20:37.142056 | BSD-3-Clause | false | 9ef9876c3914c28ee8952800064dc0c8 |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\datetimelike_accumulations.cpython-313.pyc | datetimelike_accumulations.cpython-313.pyc | Other | 2,953 | 0.8 | 0.090909 | 0 | awesome-app | 721 | 2023-09-29T08:47:31.183605 | GPL-3.0 | false | 10fa38bce79962abfb20701b57c79daa |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\masked_accumulations.cpython-313.pyc | masked_accumulations.cpython-313.pyc | Other | 3,621 | 0.8 | 0.092593 | 0 | vue-tools | 388 | 2024-09-01T23:54:41.399773 | MIT | false | dadf80117da63a2dd83a70305c14a89b |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\masked_reductions.cpython-313.pyc | masked_reductions.cpython-313.pyc | Other | 6,245 | 0.95 | 0.030303 | 0.024 | react-lib | 920 | 2024-01-17T09:40:54.649427 | MIT | false | 5e59e16c1d86f496e090908d33fe0db9 |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\putmask.cpython-313.pyc | putmask.cpython-313.pyc | Other | 4,844 | 0.95 | 0.027778 | 0 | python-kit | 282 | 2025-01-29T12:42:23.813996 | GPL-3.0 | false | 58e85051fcc7681a4804aa83e57eee9e |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\quantile.cpython-313.pyc | quantile.cpython-313.pyc | Other | 6,434 | 0.8 | 0.043478 | 0 | node-utils | 571 | 2025-05-13T00:04:20.353776 | MIT | false | dac420082ad9eaf4665eed92fda4f2e7 |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\replace.cpython-313.pyc | replace.cpython-313.pyc | Other | 5,642 | 0.8 | 0.013514 | 0 | node-utils | 831 | 2025-05-24T00:45:30.953413 | Apache-2.0 | false | 38fe46608cd80947116afca8d42ee097 |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\take.cpython-313.pyc | take.cpython-313.pyc | Other | 22,311 | 0.95 | 0.045 | 0.02139 | react-lib | 409 | 2025-02-12T00:56:55.811745 | Apache-2.0 | false | 457552f1262390063d8fe2fe2f9233d2 |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\transforms.cpython-313.pyc | transforms.cpython-313.pyc | Other | 1,576 | 0.95 | 0.052632 | 0 | react-lib | 77 | 2024-07-01T17:56:19.558884 | GPL-3.0 | false | 10f8e0149345fce71e7fc4056ed09151 |
\n\n | .venv\Lib\site-packages\pandas\core\array_algos\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 619 | 0.85 | 0.090909 | 0 | vue-tools | 920 | 2024-03-30T15:08:26.341031 | MIT | false | 75963c815a4b9474e554ca234b8ac4d3 |
"""\nCore eval alignment algorithms.\n"""\nfrom __future__ import annotations\n\nfrom functools import (\n partial,\n wraps,\n)\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas.errors import PerformanceWarning\nfrom pandas.util._exceptions import fi... | .venv\Lib\site-packages\pandas\core\computation\align.py | align.py | Python | 6,161 | 0.95 | 0.192488 | 0.067073 | vue-tools | 701 | 2024-05-14T11:45:16.555171 | Apache-2.0 | false | 8e490b71daa72b369c6b7b8cf8fcee87 |
__all__ = ["eval"]\nfrom pandas.core.computation.eval import eval\n | .venv\Lib\site-packages\pandas\core\computation\api.py | api.py | Python | 65 | 0.65 | 0 | 0 | awesome-app | 221 | 2025-04-16T14:26:46.492229 | MIT | false | 271437ff1412a12f279cce6bf4c0a962 |
from __future__ import annotations\n\nfrom pandas.compat._optional import import_optional_dependency\n\nne = import_optional_dependency("numexpr", errors="warn")\nNUMEXPR_INSTALLED = ne is not None\n\n__all__ = ["NUMEXPR_INSTALLED"]\n | .venv\Lib\site-packages\pandas\core\computation\check.py | check.py | Python | 226 | 0.85 | 0 | 0 | react-lib | 927 | 2024-07-06T19:10:02.638826 | MIT | false | 185df330e25b8494268214bcf50cf759 |
from __future__ import annotations\n\nfrom functools import reduce\n\nimport numpy as np\n\nfrom pandas._config import get_option\n\n\ndef ensure_decoded(s) -> str:\n """\n If we have bytes, decode them to unicode.\n """\n if isinstance(s, (np.bytes_, bytes)):\n s = s.decode(get_option("display.encod... | .venv\Lib\site-packages\pandas\core\computation\common.py | common.py | Python | 1,442 | 0.95 | 0.166667 | 0.026316 | node-utils | 138 | 2024-10-11T16:06:42.731639 | Apache-2.0 | false | 3dc97f57202c54c8c71c206d7e377594 |
"""\nEngine classes for :func:`~pandas.eval`\n"""\nfrom __future__ import annotations\n\nimport abc\nfrom typing import TYPE_CHECKING\n\nfrom pandas.errors import NumExprClobberingError\n\nfrom pandas.core.computation.align import (\n align_terms,\n reconstruct_object,\n)\nfrom pandas.core.computation.ops import ... | .venv\Lib\site-packages\pandas\core\computation\engines.py | engines.py | Python | 3,314 | 0.95 | 0.160839 | 0.019048 | react-lib | 608 | 2024-06-19T09:28:02.442748 | BSD-3-Clause | false | 75e3d7662f251e16641af39fed9c0ac6 |
"""\nTop level ``eval`` module.\n"""\nfrom __future__ import annotations\n\nimport tokenize\nfrom typing import TYPE_CHECKING\nimport warnings\n\nfrom pandas.util._exceptions import find_stack_level\nfrom pandas.util._validators import validate_bool_kwarg\n\nfrom pandas.core.dtypes.common import (\n is_extension_arr... | .venv\Lib\site-packages\pandas\core\computation\eval.py | eval.py | Python | 14,212 | 0.95 | 0.15677 | 0.056657 | vue-tools | 95 | 2025-03-17T18:19:25.523508 | GPL-3.0 | false | ee032d91bf513e31db3d0d6955835071 |
"""\n:func:`~pandas.eval` parsers.\n"""\nfrom __future__ import annotations\n\nimport ast\nfrom functools import (\n partial,\n reduce,\n)\nfrom keyword import iskeyword\nimport tokenize\nfrom typing import (\n Callable,\n ClassVar,\n TypeVar,\n)\n\nimport numpy as np\n\nfrom pandas.errors import Undefin... | .venv\Lib\site-packages\pandas\core\computation\expr.py | expr.py | Python | 25,269 | 0.95 | 0.166667 | 0.061224 | python-kit | 43 | 2025-05-04T09:15:39.327952 | Apache-2.0 | false | 17d928008c7c2d0e0ac0defff494db55 |
"""\nExpressions\n-----------\n\nOffer fast expression evaluation through numexpr\n\n"""\nfrom __future__ import annotations\n\nimport operator\nfrom typing import TYPE_CHECKING\nimport warnings\n\nimport numpy as np\n\nfrom pandas._config import get_option\n\nfrom pandas.util._exceptions import find_stack_level\n\nfro... | .venv\Lib\site-packages\pandas\core\computation\expressions.py | expressions.py | Python | 7,503 | 0.95 | 0.22028 | 0.098655 | awesome-app | 431 | 2024-08-15T17:31:34.807908 | Apache-2.0 | false | 869762b5d03cf617504c39dabd616a01 |
"""\nOperator classes for eval.\n"""\n\nfrom __future__ import annotations\n\nfrom datetime import datetime\nfrom functools import partial\nimport operator\nfrom typing import (\n TYPE_CHECKING,\n Callable,\n Literal,\n)\n\nimport numpy as np\n\nfrom pandas._libs.tslibs import Timestamp\n\nfrom pandas.core.dty... | .venv\Lib\site-packages\pandas\core\computation\ops.py | ops.py | Python | 14,829 | 0.95 | 0.183566 | 0.039387 | awesome-app | 805 | 2024-09-08T08:48:12.249411 | MIT | false | a6b90fcacc6b34c3c48c558f1cc719d5 |
"""\n:func:`~pandas.eval` source string parsing functions\n"""\nfrom __future__ import annotations\n\nfrom io import StringIO\nfrom keyword import iskeyword\nimport token\nimport tokenize\nfrom typing import TYPE_CHECKING\n\nif TYPE_CHECKING:\n from collections.abc import (\n Hashable,\n Iterator,\n ... | .venv\Lib\site-packages\pandas\core\computation\parsing.py | parsing.py | Python | 6,399 | 0.95 | 0.121212 | 0.055556 | awesome-app | 833 | 2025-05-30T00:44:58.593270 | Apache-2.0 | false | 5593c964c4859a47786d6515acd09c41 |
""" manage PyTables query interface via Expressions """\nfrom __future__ import annotations\n\nimport ast\nfrom decimal import (\n Decimal,\n InvalidOperation,\n)\nfrom functools import partial\nfrom typing import (\n TYPE_CHECKING,\n Any,\n ClassVar,\n)\n\nimport numpy as np\n\nfrom pandas._libs.tslibs ... | .venv\Lib\site-packages\pandas\core\computation\pytables.py | pytables.py | Python | 20,745 | 0.95 | 0.201201 | 0.05709 | python-kit | 593 | 2024-12-05T16:17:49.423149 | BSD-3-Clause | false | bd6691657e9227099286cf1c2de270a8 |
"""\nModule for scope operations\n"""\nfrom __future__ import annotations\n\nfrom collections import ChainMap\nimport datetime\nimport inspect\nfrom io import StringIO\nimport itertools\nimport pprint\nimport struct\nimport sys\nfrom typing import TypeVar\n\nimport numpy as np\n\nfrom pandas._libs.tslibs import Timesta... | .venv\Lib\site-packages\pandas\core\computation\scope.py | scope.py | Python | 10,203 | 0.95 | 0.135211 | 0.088136 | awesome-app | 48 | 2025-06-17T19:24:42.001545 | MIT | false | af3fd7c975e9502f16cb5ca8a2dbd0b8 |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\align.cpython-313.pyc | align.cpython-313.pyc | Other | 9,652 | 0.8 | 0.011905 | 0 | vue-tools | 909 | 2023-12-11T06:56:52.534944 | Apache-2.0 | false | 390fa84ca54b759096c96ca195968b02 |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\api.cpython-313.pyc | api.cpython-313.pyc | Other | 280 | 0.7 | 0 | 0 | vue-tools | 993 | 2023-10-18T19:05:02.973215 | GPL-3.0 | false | 39f8f7221b76ebde2af3db9bffc42d42 |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\check.cpython-313.pyc | check.cpython-313.pyc | Other | 439 | 0.85 | 0 | 0 | awesome-app | 513 | 2025-01-14T01:43:29.197402 | BSD-3-Clause | false | 80dd67783c3d0b788cbaf6509a49b7df |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\common.cpython-313.pyc | common.cpython-313.pyc | Other | 2,011 | 0.8 | 0 | 0 | python-kit | 58 | 2023-12-11T01:22:05.797610 | MIT | false | a34e973b7e253d4e2b9e945bd9d233a2 |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\engines.cpython-313.pyc | engines.cpython-313.pyc | Other | 5,289 | 0.95 | 0.072289 | 0.013333 | awesome-app | 823 | 2025-01-13T23:05:00.935546 | GPL-3.0 | false | b11d6516f98b61b2a529bf5049661620 |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\eval.cpython-313.pyc | eval.cpython-313.pyc | Other | 13,813 | 0.95 | 0.066148 | 0.02193 | vue-tools | 556 | 2025-04-13T09:33:38.060869 | MIT | false | 2ab6280a8a2d780f9392c574c7570a10 |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\expr.cpython-313.pyc | expr.cpython-313.pyc | Other | 35,278 | 0.95 | 0.037143 | 0.00627 | node-utils | 520 | 2024-09-14T23:14:06.940741 | MIT | false | 33cb10f57dad37c291aae0a3bdf1b35d |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\expressions.cpython-313.pyc | expressions.cpython-313.pyc | Other | 8,633 | 0.8 | 0.078261 | 0 | awesome-app | 638 | 2024-03-17T07:19:16.620470 | BSD-3-Clause | false | c0282a6cf20a3dc357aad040044b1558 |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\ops.cpython-313.pyc | ops.cpython-313.pyc | Other | 23,915 | 0.95 | 0.028436 | 0.005076 | awesome-app | 68 | 2023-07-25T13:56:17.957424 | MIT | false | 43ddb937a5e474b50eee049f4bb9432d |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\parsing.cpython-313.pyc | parsing.cpython-313.pyc | Other | 6,645 | 0.95 | 0.056 | 0 | awesome-app | 590 | 2023-08-15T20:30:15.892990 | MIT | false | 37bbd68bc19a0729f7792cbec2c2078a |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\pytables.cpython-313.pyc | pytables.cpython-313.pyc | Other | 30,722 | 0.8 | 0.035573 | 0.016949 | vue-tools | 826 | 2024-02-26T10:08:48.123805 | GPL-3.0 | false | 8dbb773b79b41cab35487138e2709d1b |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\scope.cpython-313.pyc | scope.cpython-313.pyc | Other | 11,716 | 0.8 | 0.01005 | 0 | node-utils | 472 | 2023-07-11T06:04:12.906062 | MIT | false | 7230fae209168d1701cd7b6f70dd48b1 |
\n\n | .venv\Lib\site-packages\pandas\core\computation\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 198 | 0.7 | 0 | 0 | node-utils | 811 | 2023-09-02T11:45:00.599098 | Apache-2.0 | false | 300bb2f9e6811e78a4861fb48af7bb8a |
from pandas.core.dtypes.common import (\n is_any_real_numeric_dtype,\n is_array_like,\n is_bool,\n is_bool_dtype,\n is_categorical_dtype,\n is_complex,\n is_complex_dtype,\n is_datetime64_any_dtype,\n is_datetime64_dtype,\n is_datetime64_ns_dtype,\n is_datetime64tz_dtype,\n is_dict_l... | .venv\Lib\site-packages\pandas\core\dtypes\api.py | api.py | Python | 1,819 | 0.85 | 0 | 0 | react-lib | 213 | 2023-12-11T10:26:30.626614 | Apache-2.0 | false | 0370bb71a8d1009ee31d210b79cb5337 |
"""\nFunctions for implementing 'astype' methods according to pandas conventions,\nparticularly ones that differ from numpy.\n"""\nfrom __future__ import annotations\n\nimport inspect\nfrom typing import (\n TYPE_CHECKING,\n overload,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._libs import lib\nfrom... | .venv\Lib\site-packages\pandas\core\dtypes\astype.py | astype.py | Python | 9,207 | 0.95 | 0.152824 | 0.088608 | node-utils | 152 | 2024-04-23T00:22:30.457766 | GPL-3.0 | false | 36081f4c53cc74799a876b403834051f |
"""\nExtend pandas with custom array types.\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Any,\n TypeVar,\n cast,\n overload,\n)\n\nimport numpy as np\n\nfrom pandas._libs import missing as libmissing\nfrom pandas._libs.hashtable import object_hash\nfrom pandas._libs... | .venv\Lib\site-packages\pandas\core\dtypes\base.py | base.py | Python | 17,042 | 0.95 | 0.180103 | 0.05794 | react-lib | 844 | 2025-01-20T16:10:30.241537 | MIT | false | e170497f50a2e420499b1e1ef0d2f76e |
"""\nRoutines for casting.\n"""\n\nfrom __future__ import annotations\n\nimport datetime as dt\nimport functools\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Literal,\n TypeVar,\n cast,\n overload,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._config import using_string_dtype\n\nfrom pa... | .venv\Lib\site-packages\pandas\core\dtypes\cast.py | cast.py | Python | 62,726 | 0.75 | 0.172032 | 0.113358 | node-utils | 910 | 2024-04-13T02:09:42.285438 | MIT | false | 145450e99df4177d4331609733bd13a5 |
"""\nCommon type operations.\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Callable,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._config import using_string_dtype\n\nfrom pandas._libs import (\n Interval,\n Period,\n algos,\n lib,\n)\nfrom p... | .venv\Lib\site-packages\pandas\core\dtypes\common.py | common.py | Python | 48,001 | 0.95 | 0.09513 | 0.044726 | awesome-app | 697 | 2024-02-20T23:59:08.932143 | MIT | false | 2d7cd4fb1b32d9b52f57cb7f4f53da67 |
"""\nUtility functions related to concat.\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.astype import astype_array\... | .venv\Lib\site-packages\pandas\core\dtypes\concat.py | concat.py | Python | 12,579 | 0.95 | 0.166667 | 0.121107 | awesome-app | 152 | 2023-12-28T12:18:12.054521 | MIT | false | a47bf59ffbf748266d09e42c1c23acae |
"""\nDefine extension dtypes.\n"""\nfrom __future__ import annotations\n\nfrom datetime import (\n date,\n datetime,\n time,\n timedelta,\n)\nfrom decimal import Decimal\nimport re\nfrom typing import (\n TYPE_CHECKING,\n Any,\n cast,\n)\nimport warnings\n\nimport numpy as np\nimport pytz\n\nfrom p... | .venv\Lib\site-packages\pandas\core\dtypes\dtypes.py | dtypes.py | Python | 76,055 | 0.75 | 0.166099 | 0.075127 | react-lib | 362 | 2024-12-05T07:27:45.238136 | BSD-3-Clause | false | 58f863011136c5889656aa182433628c |
""" define generic base classes for pandas objects """\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n Type,\n cast,\n)\n\nif TYPE_CHECKING:\n from pandas import (\n Categorical,\n CategoricalIndex,\n DataFrame,\n DatetimeIndex,\n Index,\n ... | .venv\Lib\site-packages\pandas\core\dtypes\generic.py | generic.py | Python | 4,122 | 0.95 | 0.054422 | 0.052239 | awesome-app | 325 | 2023-12-30T01:10:12.878130 | BSD-3-Clause | false | 21349f87173bd0a1a8bf88365cb469e5 |
""" basic inference routines """\n\nfrom __future__ import annotations\n\nfrom collections import abc\nfrom numbers import Number\nimport re\nfrom re import Pattern\nfrom typing import TYPE_CHECKING\n\nimport numpy as np\n\nfrom pandas._libs import lib\n\nif TYPE_CHECKING:\n from collections.abc import Hashable\n\n ... | .venv\Lib\site-packages\pandas\core\dtypes\inference.py | inference.py | Python | 9,012 | 0.95 | 0.09611 | 0.017391 | vue-tools | 812 | 2025-04-07T11:43:20.074777 | MIT | false | 3f0bbd2ca0aa704e679c38332818beba |
"""\nmissing types & inference\n"""\nfrom __future__ import annotations\n\nfrom decimal import Decimal\nfrom functools import partial\nfrom typing import (\n TYPE_CHECKING,\n overload,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._config import get_option\n\nfrom pandas._libs import lib\nimport pandas... | .venv\Lib\site-packages\pandas\core\dtypes\missing.py | missing.py | Python | 23,632 | 0.95 | 0.124691 | 0.070122 | react-lib | 611 | 2024-01-18T08:58:12.637211 | MIT | false | ec4850f512712876e036888054fd81c3 |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\api.cpython-313.pyc | api.cpython-313.pyc | Other | 1,348 | 0.8 | 0 | 0 | python-kit | 638 | 2024-02-28T01:35:31.577948 | MIT | false | 621fcb00707a290d067abee228d5306f |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\astype.cpython-313.pyc | astype.cpython-313.pyc | Other | 10,321 | 0.95 | 0.056962 | 0.006897 | vue-tools | 307 | 2024-01-04T03:44:40.435407 | BSD-3-Clause | false | a27c7a086f36c944f1aa7f7f08dbadd4 |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\base.cpython-313.pyc | base.cpython-313.pyc | Other | 19,740 | 0.95 | 0.121372 | 0.050157 | node-utils | 451 | 2025-02-06T16:52:21.182220 | Apache-2.0 | false | f61acaa95b1bf61a66ac61ea9ce297be |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\cast.cpython-313.pyc | cast.cpython-313.pyc | Other | 65,952 | 0.75 | 0.040369 | 0.018277 | vue-tools | 831 | 2025-01-09T08:25:52.541656 | MIT | false | 8fa7fc9b50d6a48af1d59a583765eb6e |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\common.cpython-313.pyc | common.cpython-313.pyc | Other | 49,798 | 0.95 | 0.032095 | 0.008646 | awesome-app | 222 | 2025-05-03T15:01:03.844752 | Apache-2.0 | false | 7a648d351798da8526007e85faf7274b |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\concat.cpython-313.pyc | concat.cpython-313.pyc | Other | 13,183 | 0.95 | 0.030303 | 0 | vue-tools | 310 | 2024-04-04T20:30:12.190697 | GPL-3.0 | false | 6de9d00953fcffb4a329cd66154b408a |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\dtypes.cpython-313.pyc | dtypes.cpython-313.pyc | Other | 85,534 | 0.75 | 0.042132 | 0.015429 | vue-tools | 877 | 2024-10-20T12:28:34.460010 | MIT | false | 99f7b4142070fb5197331e950bdbaee4 |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\generic.cpython-313.pyc | generic.cpython-313.pyc | Other | 4,261 | 0.8 | 0.037037 | 0 | vue-tools | 364 | 2024-05-11T08:40:47.970508 | MIT | false | 9a237784d48855b5420bc5f7d21805c8 |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\inference.cpython-313.pyc | inference.cpython-313.pyc | Other | 10,138 | 0.95 | 0.065476 | 0 | python-kit | 389 | 2023-12-20T08:35:34.739005 | Apache-2.0 | false | 63ab13d649bb89b103991f1d2d701016 |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\missing.cpython-313.pyc | missing.cpython-313.pyc | Other | 28,604 | 0.95 | 0.038031 | 0.015306 | react-lib | 319 | 2025-06-01T09:47:19.747708 | BSD-3-Clause | false | b4ef074f747a04b0b3790773aea44d7c |
\n\n | .venv\Lib\site-packages\pandas\core\dtypes\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 193 | 0.7 | 0 | 0 | react-lib | 93 | 2023-07-20T03:15:26.325574 | BSD-3-Clause | false | 36ecb2ce25eb20abb19ea22242ada5fb |
"""\nProvide basic components for groupby.\n"""\nfrom __future__ import annotations\n\nimport dataclasses\nfrom typing import TYPE_CHECKING\n\nif TYPE_CHECKING:\n from collections.abc import Hashable\n\n\n@dataclasses.dataclass(order=True, frozen=True)\nclass OutputKey:\n label: Hashable\n position: int\n\n\n#... | .venv\Lib\site-packages\pandas\core\groupby\base.py | base.py | Python | 2,740 | 0.95 | 0.049587 | 0.174312 | python-kit | 731 | 2024-02-06T17:50:42.996198 | BSD-3-Clause | false | 56b24096ec5580c1a455bae64a5fb14d |
from __future__ import annotations\n\nimport numpy as np\n\nfrom pandas.core.algorithms import unique1d\nfrom pandas.core.arrays.categorical import (\n Categorical,\n CategoricalDtype,\n recode_for_categories,\n)\n\n\ndef recode_for_groupby(\n c: Categorical, sort: bool, observed: bool\n) -> tuple[Categoric... | .venv\Lib\site-packages\pandas\core\groupby\categorical.py | categorical.py | Python | 3,047 | 0.95 | 0.114943 | 0.157143 | awesome-app | 474 | 2024-02-05T16:27:48.902325 | BSD-3-Clause | false | 1ac899e3c49927d1a5ac2cbf8da30082 |
"""\nDefine the SeriesGroupBy and DataFrameGroupBy\nclasses that hold the groupby interfaces (and some implementations).\n\nThese are user facing as the result of the ``df.groupby(...)`` operations,\nwhich here returns a DataFrameGroupBy object.\n"""\nfrom __future__ import annotations\n\nfrom collections import abc\nf... | .venv\Lib\site-packages\pandas\core\groupby\generic.py | generic.py | Python | 96,885 | 0.75 | 0.115358 | 0.069796 | vue-tools | 331 | 2024-05-11T20:08:32.119039 | Apache-2.0 | false | ccb369c8b8944f886e6f74794f648d59 |
"""\nProvide user facing operators for doing the split part of the\nsplit-apply-combine paradigm.\n"""\nfrom __future__ import annotations\n\nfrom typing import (\n TYPE_CHECKING,\n final,\n)\nimport warnings\n\nimport numpy as np\n\nfrom pandas._config import (\n using_copy_on_write,\n warn_copy_on_write,\... | .venv\Lib\site-packages\pandas\core\groupby\grouper.py | grouper.py | Python | 38,703 | 0.95 | 0.142468 | 0.110647 | python-kit | 501 | 2024-04-28T07:08:52.406649 | Apache-2.0 | false | 929a09395e7b79488beeea55dfb52a5b |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.