Skip to content

Instantly share code, notes, and snippets.

@saul-data
Created October 25, 2022 20:45
Show Gist options
  • Save saul-data/250d977df5f834a82c6bfea85d64f16a to your computer and use it in GitHub Desktop.
Save saul-data/250d977df5f834a82c6bfea85d64f16a to your computer and use it in GitHub Desktop.
Pandas import time with Kubernetes - limnits: 0.5 CPU 500Mi
# python -v -c 'import pandas' 2>&1 | ts "%.S"
03.751806 /bin/sh: 2: python: not found
# python3 -v -c 'import pandas' 2>&1 | ts "%.S"
13.101177 import _frozen_importlib # frozen
13.102772 import _imp # builtin
13.103959 import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
13.104815 import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
13.105196 import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
13.105226 import '_io' # <class '_frozen_importlib.BuiltinImporter'>
13.106851 import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
13.107549 import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
13.107587 import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
13.107617 # installing zipimport hook
13.107703 import 'time' # <class '_frozen_importlib.BuiltinImporter'>
13.107958 import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
13.107985 # installed zipimport hook
13.108005 # /usr/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/encodings/__init__.py
13.108049 # code object from '/usr/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc'
13.108069 # /usr/lib/python3.10/__pycache__/codecs.cpython-310.pyc matches /usr/lib/python3.10/codecs.py
13.108088 # code object from '/usr/lib/python3.10/__pycache__/codecs.cpython-310.pyc'
13.108108 import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
13.108127 import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef44610>
13.108146 # /usr/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc matches /usr/lib/python3.10/encodings/aliases.py
13.108166 # code object from '/usr/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc'
13.108374 import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef45ba0>
13.108411 import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef443d0>
13.108431 # /usr/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc matches /usr/lib/python3.10/encodings/utf_8.py
13.108468 # code object from '/usr/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc'
13.108487 import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef44c70>
13.108506 import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
13.108526 # /usr/lib/python3.10/__pycache__/io.cpython-310.pyc matches /usr/lib/python3.10/io.py
13.108615 # code object from '/usr/lib/python3.10/__pycache__/io.cpython-310.pyc'
13.108637 # /usr/lib/python3.10/__pycache__/abc.cpython-310.pyc matches /usr/lib/python3.10/abc.py
13.108656 # code object from '/usr/lib/python3.10/__pycache__/abc.cpython-310.pyc'
13.108886 import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
13.108913 import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef45f00>
13.108941 import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef45cf0>
13.108961 # /usr/lib/python3.10/__pycache__/site.cpython-310.pyc matches /usr/lib/python3.10/site.py
13.108980 # code object from '/usr/lib/python3.10/__pycache__/site.cpython-310.pyc'
13.109000 # /usr/lib/python3.10/__pycache__/os.cpython-310.pyc matches /usr/lib/python3.10/os.py
13.109019 # code object from '/usr/lib/python3.10/__pycache__/os.cpython-310.pyc'
13.109038 # /usr/lib/python3.10/__pycache__/stat.cpython-310.pyc matches /usr/lib/python3.10/stat.py
13.109057 # code object from '/usr/lib/python3.10/__pycache__/stat.cpython-310.pyc'
13.109129 import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
13.109154 import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef84160>
13.109375 # /usr/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc matches /usr/lib/python3.10/_collections_abc.py
13.109408 # code object from '/usr/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc'
13.109429 import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef844c0>
13.109448 # /usr/lib/python3.10/__pycache__/posixpath.cpython-310.pyc matches /usr/lib/python3.10/posixpath.py
13.109467 # code object from '/usr/lib/python3.10/__pycache__/posixpath.cpython-310.pyc'
13.109487 # /usr/lib/python3.10/__pycache__/genericpath.cpython-310.pyc matches /usr/lib/python3.10/genericpath.py
13.109506 # code object from '/usr/lib/python3.10/__pycache__/genericpath.cpython-310.pyc'
13.109525 import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef86cb0>
13.110223 import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef84550>
13.110256 import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef46d40>
13.110279 # /usr/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc matches /usr/lib/python3.10/_sitebuiltins.py
13.110300 # code object from '/usr/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc'
13.110323 import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef47e20>
13.110552 Processing user site-packages
13.110587 Adding directory: '/root/.local/lib/python3.10/site-packages'
13.110610 Processing global site-packages
13.110632 Adding directory: '/usr/local/lib/python3.10/dist-packages'
13.110654 Adding directory: '/usr/lib/python3/dist-packages'
13.110678 # /usr/lib/python3.10/__pycache__/sitecustomize.cpython-310.pyc matches /usr/lib/python3.10/sitecustomize.py
13.111750 # code object from '/usr/lib/python3.10/__pycache__/sitecustomize.cpython-310.pyc'
13.111811 import 'sitecustomize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef873a0>
13.111835 import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef46710>
13.112297 Python 3.10.6 (main, Aug 10 2022, 11:40:04) [GCC 11.3.0] on linux
13.112342 Type "help", "copyright", "credits" or "license" for more information.
13.112368 # /root/.local/lib/python3.10/site-packages/pandas/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/__init__.py
13.112392 # code object from '/root/.local/lib/python3.10/site-packages/pandas/__pycache__/__init__.cpython-310.pyc'
13.112415 # /usr/lib/python3.10/__pycache__/__future__.cpython-310.pyc matches /usr/lib/python3.10/__future__.py
13.112438 # code object from '/usr/lib/python3.10/__pycache__/__future__.cpython-310.pyc'
13.112461 import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef879d0>
13.112531 # /root/.local/lib/python3.10/site-packages/numpy/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/__init__.py
13.112556 # code object from '/root/.local/lib/python3.10/site-packages/numpy/__pycache__/__init__.cpython-310.pyc'
13.112579 # /usr/lib/python3.10/__pycache__/warnings.cpython-310.pyc matches /usr/lib/python3.10/warnings.py
13.112683 # code object from '/usr/lib/python3.10/__pycache__/warnings.cpython-310.pyc'
13.112713 import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc4880>
13.112738 # /root/.local/lib/python3.10/site-packages/numpy/__pycache__/_globals.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/_globals.py
13.114704 # code object from '/root/.local/lib/python3.10/site-packages/numpy/__pycache__/_globals.cpython-310.pyc'
13.114853 # /usr/lib/python3.10/__pycache__/enum.cpython-310.pyc matches /usr/lib/python3.10/enum.py
13.115094 # code object from '/usr/lib/python3.10/__pycache__/enum.cpython-310.pyc'
13.115133 # /usr/lib/python3.10/__pycache__/types.cpython-310.pyc matches /usr/lib/python3.10/types.py
13.115186 # code object from '/usr/lib/python3.10/__pycache__/types.cpython-310.pyc'
13.115215 import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc6350>
13.115240 import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc5180>
13.115266 import 'numpy._globals' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc4eb0>
13.115384 # /root/.local/lib/python3.10/site-packages/numpy/__pycache__/__config__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/__config__.py
13.115419 # code object from '/root/.local/lib/python3.10/site-packages/numpy/__pycache__/__config__.cpython-310.pyc'
13.115443 import 'numpy.__config__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc6dd0>
13.117664 # /root/.local/lib/python3.10/site-packages/numpy/__pycache__/_distributor_init.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/_distributor_init.py
13.117704 # code object from '/root/.local/lib/python3.10/site-packages/numpy/__pycache__/_distributor_init.cpython-310.pyc'
13.117732 import 'numpy._distributor_init' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc6fe0>
13.117752 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/__init__.py
13.117772 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/__init__.cpython-310.pyc'
13.117799 # /root/.local/lib/python3.10/site-packages/numpy/__pycache__/version.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/version.py
13.117819 # code object from '/root/.local/lib/python3.10/site-packages/numpy/__pycache__/version.cpython-310.pyc'
13.117839 # /root/.local/lib/python3.10/site-packages/numpy/__pycache__/_version.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/_version.py
13.117858 # code object from '/root/.local/lib/python3.10/site-packages/numpy/__pycache__/_version.cpython-310.pyc'
13.117878 # /usr/lib/python3.10/json/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/json/__init__.py
13.117897 # code object from '/usr/lib/python3.10/json/__pycache__/__init__.cpython-310.pyc'
13.117916 # /usr/lib/python3.10/json/__pycache__/decoder.cpython-310.pyc matches /usr/lib/python3.10/json/decoder.py
13.117936 # code object from '/usr/lib/python3.10/json/__pycache__/decoder.cpython-310.pyc'
13.117955 # /usr/lib/python3.10/__pycache__/re.cpython-310.pyc matches /usr/lib/python3.10/re.py
13.117975 # code object from '/usr/lib/python3.10/__pycache__/re.cpython-310.pyc'
13.118005 # /usr/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc matches /usr/lib/python3.10/sre_compile.py
13.118042 # code object from '/usr/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc'
13.118068 import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
13.118091 # /usr/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc matches /usr/lib/python3.10/sre_parse.py
13.118112 # code object from '/usr/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc'
13.118132 # /usr/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc matches /usr/lib/python3.10/sre_constants.py
13.118152 # code object from '/usr/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc'
13.118199 import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161f001ab0>
13.161213 import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161f0012a0>
13.161920 import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161f0009a0>
13.162658 # /usr/lib/python3.10/__pycache__/functools.cpython-310.pyc matches /usr/lib/python3.10/functools.py
13.163229 # code object from '/usr/lib/python3.10/__pycache__/functools.cpython-310.pyc'
13.163430 # /usr/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/collections/__init__.py
13.163484 # code object from '/usr/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc'
13.163504 import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
13.163661 # /usr/lib/python3.10/__pycache__/keyword.cpython-310.pyc matches /usr/lib/python3.10/keyword.py
13.163709 # code object from '/usr/lib/python3.10/__pycache__/keyword.cpython-310.pyc'
13.163729 import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee16ad0>
13.163750 # /usr/lib/python3.10/__pycache__/operator.cpython-310.pyc matches /usr/lib/python3.10/operator.py
13.163770 # code object from '/usr/lib/python3.10/__pycache__/operator.cpython-310.pyc'
13.163790 import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
13.163809 import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee16b90>
13.163829 # /usr/lib/python3.10/__pycache__/reprlib.cpython-310.pyc matches /usr/lib/python3.10/reprlib.py
13.163928 # code object from '/usr/lib/python3.10/__pycache__/reprlib.cpython-310.pyc'
13.163951 import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee16c80>
13.164157 import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
13.164187 import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee14700>
13.164206 import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
13.164225 import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161f0010c0>
13.164245 import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
13.164264 # /usr/lib/python3.10/__pycache__/copyreg.cpython-310.pyc matches /usr/lib/python3.10/copyreg.py
13.164283 # code object from '/usr/lib/python3.10/__pycache__/copyreg.cpython-310.pyc'
13.164302 import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee17ca0>
13.164321 import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161f000130>
13.164341 # /usr/lib/python3.10/json/__pycache__/scanner.cpython-310.pyc matches /usr/lib/python3.10/json/scanner.py
13.164414 # code object from '/usr/lib/python3.10/json/__pycache__/scanner.cpython-310.pyc'
13.164663 # extension module '_json' loaded from '/usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so'
13.164689 # extension module '_json' executed from '/usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so'
13.164709 import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161ee17c10>
13.164729 import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee17910>
13.164749 import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc7eb0>
13.164769 # /usr/lib/python3.10/json/__pycache__/encoder.cpython-310.pyc matches /usr/lib/python3.10/json/encoder.py
13.164789 # code object from '/usr/lib/python3.10/json/__pycache__/encoder.cpython-310.pyc'
13.164809 import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee14a00>
13.164829 import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc7bb0>
13.164849 import 'numpy._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc7a30>
13.164869 import 'numpy.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc7880>
13.164973 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/multiarray.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/multiarray.py
13.165009 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/multiarray.cpython-310.pyc'
13.165028 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/overrides.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/overrides.py
13.165233 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/overrides.cpython-310.pyc'
13.165262 # /usr/lib/python3.10/__pycache__/datetime.cpython-310.pyc matches /usr/lib/python3.10/datetime.py
13.165282 # code object from '/usr/lib/python3.10/__pycache__/datetime.cpython-310.pyc'
13.165301 import 'math' # <class '_frozen_importlib.BuiltinImporter'>
13.166054 import '_datetime' # <class '_frozen_importlib.BuiltinImporter'>
13.166672 import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee48d60>
13.171087 # extension module 'numpy.core._multiarray_umath' loaded from '/root/.local/lib/python3.10/site-packages/numpy/core/_multiarray_umath.cpython-310-x86_64-linux-gnu.so'
13.171892 # extension module 'numpy.core._multiarray_umath' executed from '/root/.local/lib/python3.10/site-packages/numpy/core/_multiarray_umath.cpython-310-x86_64-linux-gnu.so'
13.172614 import 'numpy.core._multiarray_umath' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161ee48cd0>
13.174116 # /root/.local/lib/python3.10/site-packages/numpy/compat/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/compat/__init__.py
13.175047 # code object from '/root/.local/lib/python3.10/site-packages/numpy/compat/__pycache__/__init__.cpython-310.pyc'
13.175936 # /root/.local/lib/python3.10/site-packages/numpy/compat/__pycache__/_inspect.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/compat/_inspect.py
13.176280 # code object from '/root/.local/lib/python3.10/site-packages/numpy/compat/__pycache__/_inspect.cpython-310.pyc'
13.176594 import 'numpy.compat._inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c6e7b20>
13.177108 # /root/.local/lib/python3.10/site-packages/numpy/compat/__pycache__/_pep440.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/compat/_pep440.py
13.177653 # code object from '/root/.local/lib/python3.10/site-packages/numpy/compat/__pycache__/_pep440.cpython-310.pyc'
13.183316 import 'numpy.compat._pep440' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c7100d0>
13.184622 # /root/.local/lib/python3.10/site-packages/numpy/compat/__pycache__/py3k.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/compat/py3k.py
13.185671 # code object from '/root/.local/lib/python3.10/site-packages/numpy/compat/__pycache__/py3k.cpython-310.pyc'
13.186963 # /usr/lib/python3.10/__pycache__/pathlib.cpython-310.pyc matches /usr/lib/python3.10/pathlib.py
13.189549 # code object from '/usr/lib/python3.10/__pycache__/pathlib.cpython-310.pyc'
13.190888 # /usr/lib/python3.10/__pycache__/fnmatch.cpython-310.pyc matches /usr/lib/python3.10/fnmatch.py
13.191878 # code object from '/usr/lib/python3.10/__pycache__/fnmatch.cpython-310.pyc'
13.192393 import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee4a710>
13.193260 # /usr/lib/python3.10/__pycache__/ntpath.cpython-310.pyc matches /usr/lib/python3.10/ntpath.py
13.193421 # code object from '/usr/lib/python3.10/__pycache__/ntpath.cpython-310.pyc'
13.194676 import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee4a260>
13.195506 import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
13.196554 # /usr/lib/python3.10/urllib/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/urllib/__init__.py
13.196797 # code object from '/usr/lib/python3.10/urllib/__pycache__/__init__.cpython-310.pyc'
13.197037 import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee49db0>
13.197621 # /usr/lib/python3.10/urllib/__pycache__/parse.cpython-310.pyc matches /usr/lib/python3.10/urllib/parse.py
13.198196 # code object from '/usr/lib/python3.10/urllib/__pycache__/parse.cpython-310.pyc'
13.199544 import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee49cc0>
13.200921 import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c7112a0>
13.202555 # /usr/lib/python3.10/__pycache__/pickle.cpython-310.pyc matches /usr/lib/python3.10/pickle.py
13.204077 # code object from '/usr/lib/python3.10/__pycache__/pickle.cpython-310.pyc'
13.205105 # /usr/lib/python3.10/__pycache__/struct.cpython-310.pyc matches /usr/lib/python3.10/struct.py
13.205364 # code object from '/usr/lib/python3.10/__pycache__/struct.cpython-310.pyc'
13.205709 import '_struct' # <class '_frozen_importlib.BuiltinImporter'>
13.206012 import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c7422f0>
13.206651 # /usr/lib/python3.10/__pycache__/_compat_pickle.cpython-310.pyc matches /usr/lib/python3.10/_compat_pickle.py
13.207040 # code object from '/usr/lib/python3.10/__pycache__/_compat_pickle.cpython-310.pyc'
13.207428 import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c742530>
13.208219 import '_pickle' # <class '_frozen_importlib.BuiltinImporter'>
13.209486 import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c711e40>
13.210323 import 'numpy.compat.py3k' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c710d30>
13.210623 import 'numpy.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c6e7820>
13.211345 import 'numpy.core.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ee48a30>
13.212456 import 'numpy.core.multiarray' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161f000040>
13.213438 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/umath.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/umath.py
13.213627 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/umath.cpython-310.pyc'
13.214086 import 'numpy.core.umath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c743400>
13.214962 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/numerictypes.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/numerictypes.py
13.215262 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/numerictypes.cpython-310.pyc'
13.215732 # /usr/lib/python3.10/__pycache__/numbers.cpython-310.pyc matches /usr/lib/python3.10/numbers.py
13.216046 # code object from '/usr/lib/python3.10/__pycache__/numbers.cpython-310.pyc'
13.216693 import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c743730>
13.217343 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_string_helpers.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_string_helpers.py
13.217550 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_string_helpers.cpython-310.pyc'
13.217900 import 'numpy.core._string_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c77c670>
13.218655 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_type_aliases.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_type_aliases.py
13.218791 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_type_aliases.cpython-310.pyc'
13.219530 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_dtype.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_dtype.py
13.219884 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_dtype.cpython-310.pyc'
13.220215 import 'numpy.core._dtype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c77cb50>
13.221132 import 'numpy.core._type_aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c77c880>
13.222077 import 'numpy.core.numerictypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c743490>
13.223005 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/numeric.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/numeric.py
13.223915 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/numeric.cpython-310.pyc'
13.225032 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/shape_base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/shape_base.py
13.225487 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/shape_base.cpython-310.pyc'
13.226347 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/fromnumeric.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/fromnumeric.py
13.227036 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/fromnumeric.cpython-310.pyc'
13.227485 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_methods.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_methods.py
13.228038 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_methods.cpython-310.pyc'
13.229025 # /usr/lib/python3.10/__pycache__/contextlib.cpython-310.pyc matches /usr/lib/python3.10/contextlib.py
13.229367 # code object from '/usr/lib/python3.10/__pycache__/contextlib.cpython-310.pyc'
13.230322 import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c7ac580>
13.231351 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_exceptions.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_exceptions.py
13.231521 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_exceptions.cpython-310.pyc'
13.232286 import 'numpy.core._exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c7acf10>
13.232620 import 'numpy.core._methods' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c77fe80>
13.234316 import 'numpy.core.fromnumeric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c77edd0>
13.235821 import 'numpy.core.shape_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c77e290>
13.236675 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_ufunc_config.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_ufunc_config.py
13.237081 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_ufunc_config.cpython-310.pyc'
13.237776 # /usr/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc matches /usr/lib/python3.10/collections/abc.py
13.238038 # code object from '/usr/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc'
13.238326 import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1081f0>
13.238665 import 'numpy.core._ufunc_config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c7afe20>
13.240132 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/arrayprint.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/arrayprint.py
13.241502 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/arrayprint.cpython-310.pyc'
13.242933 import 'numpy.core.arrayprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c108df0>
13.244114 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_asarray.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_asarray.py
13.244390 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_asarray.cpython-310.pyc'
13.244702 import 'numpy.core._asarray' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c109ab0>
13.245365 import 'numpy.core.numeric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c77d270>
13.246261 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/defchararray.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/defchararray.py
13.247128 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/defchararray.cpython-310.pyc'
13.249189 import 'numpy.core.defchararray' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c10a530>
13.250777 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/records.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/records.py
13.252094 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/records.cpython-310.pyc'
13.252543 import 'numpy.core.records' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c139ea0>
13.253156 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/memmap.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/memmap.py
13.253289 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/memmap.cpython-310.pyc'
13.253584 import 'numpy.core.memmap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c13a860>
13.254224 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/function_base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/function_base.py
13.254529 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/function_base.cpython-310.pyc'
13.255129 import 'numpy.core.function_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c13aa70>
13.255780 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_machar.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_machar.py
13.255901 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_machar.cpython-310.pyc'
13.256287 import 'numpy.core._machar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c13afb0>
13.256884 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/getlimits.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/getlimits.py
13.257275 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/getlimits.cpython-310.pyc'
13.257711 import 'numpy.core.getlimits' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c13b190>
13.258836 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/einsumfunc.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/einsumfunc.py
13.259306 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/einsumfunc.cpython-310.pyc'
13.259975 import 'numpy.core.einsumfunc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c13bc40>
13.260827 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_add_newdocs.py
13.261960 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-310.pyc'
13.263944 # extension module 'numpy.core._multiarray_tests' loaded from '/root/.local/lib/python3.10/site-packages/numpy/core/_multiarray_tests.cpython-310-x86_64-linux-gnu.so'
13.265339 # extension module 'numpy.core._multiarray_tests' executed from '/root/.local/lib/python3.10/site-packages/numpy/core/_multiarray_tests.cpython-310-x86_64-linux-gnu.so'
13.265733 import 'numpy.core._multiarray_tests' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161c1645b0>
13.267348 import 'numpy.core._add_newdocs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c164400>
13.268633 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_add_newdocs_scalars.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_add_newdocs_scalars.py
13.269039 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_add_newdocs_scalars.cpython-310.pyc'
13.269964 # /usr/lib/python3.10/__pycache__/platform.cpython-310.pyc matches /usr/lib/python3.10/platform.py
13.270688 # code object from '/usr/lib/python3.10/__pycache__/platform.cpython-310.pyc'
13.271581 # /usr/lib/python3.10/__pycache__/subprocess.cpython-310.pyc matches /usr/lib/python3.10/subprocess.py
13.272441 # code object from '/usr/lib/python3.10/__pycache__/subprocess.cpython-310.pyc'
13.273135 # /usr/lib/python3.10/__pycache__/signal.cpython-310.pyc matches /usr/lib/python3.10/signal.py
13.273395 # code object from '/usr/lib/python3.10/__pycache__/signal.cpython-310.pyc'
13.275720 import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1661a0>
13.277265 # /usr/lib/python3.10/__pycache__/threading.cpython-310.pyc matches /usr/lib/python3.10/threading.py
13.278508 # code object from '/usr/lib/python3.10/__pycache__/threading.cpython-310.pyc'
13.279692 # /usr/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc matches /usr/lib/python3.10/_weakrefset.py
13.280129 # code object from '/usr/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc'
13.280444 import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1b03d0>
13.281236 import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c166470>
13.281583 import 'fcntl' # <class '_frozen_importlib.BuiltinImporter'>
13.282402 import '_posixsubprocess' # <class '_frozen_importlib.BuiltinImporter'>
13.283011 import 'select' # <class '_frozen_importlib.BuiltinImporter'>
13.283870 # /usr/lib/python3.10/__pycache__/selectors.cpython-310.pyc matches /usr/lib/python3.10/selectors.py
13.284250 # code object from '/usr/lib/python3.10/__pycache__/selectors.cpython-310.pyc'
13.285201 import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1b0f40>
13.286272 import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1653f0>
13.290643 import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1647f0>
13.292460 import 'numpy.core._add_newdocs_scalars' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1645e0>
13.294120 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_dtype_ctypes.py
13.295011 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-310.pyc'
13.295887 import 'numpy.core._dtype_ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1b2200>
13.296627 # /root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_internal.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/core/_internal.py
13.297082 # code object from '/root/.local/lib/python3.10/site-packages/numpy/core/__pycache__/_internal.cpython-310.pyc'
13.297855 # /usr/lib/python3.10/__pycache__/ast.cpython-310.pyc matches /usr/lib/python3.10/ast.py
13.299160 # code object from '/usr/lib/python3.10/__pycache__/ast.cpython-310.pyc'
13.302524 import '_ast' # <class '_frozen_importlib.BuiltinImporter'>
13.304576 import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1b2ec0>
13.305860 # /usr/lib/python3.10/ctypes/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/ctypes/__init__.py
13.307112 # code object from '/usr/lib/python3.10/ctypes/__pycache__/__init__.cpython-310.pyc'
13.308640 # extension module '_ctypes' loaded from '/usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so'
13.309575 # extension module '_ctypes' executed from '/usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so'
13.310382 import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bd303a0>
13.311905 # /usr/lib/python3.10/ctypes/__pycache__/_endian.cpython-310.pyc matches /usr/lib/python3.10/ctypes/_endian.py
13.312707 # code object from '/usr/lib/python3.10/ctypes/__pycache__/_endian.cpython-310.pyc'
13.313379 import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd31210>
13.313778 import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1b3580>
13.315784 import 'numpy.core._internal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1b1000>
13.317164 # /root/.local/lib/python3.10/site-packages/numpy/__pycache__/_pytesttester.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/_pytesttester.py
13.317744 # code object from '/root/.local/lib/python3.10/site-packages/numpy/__pycache__/_pytesttester.cpython-310.pyc'
13.317842 import 'numpy._pytesttester' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1fbc70>
13.317927 import 'numpy.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc70a0>
13.319341 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/__init__.py
13.319768 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/__init__.cpython-310.pyc'
13.320695 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/mixins.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/mixins.py
13.320958 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/mixins.cpython-310.pyc'
13.323183 import 'numpy.lib.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd31030>
13.323503 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/scimath.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/scimath.py
13.323601 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/scimath.cpython-310.pyc'
13.323870 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/type_check.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/type_check.py
13.324006 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/type_check.cpython-310.pyc'
13.324228 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/ufunclike.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/ufunclike.py
13.324301 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/ufunclike.cpython-310.pyc'
13.324427 import 'numpy.lib.ufunclike' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd33610>
13.324726 import 'numpy.lib.type_check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd32d40>
13.325300 import 'numpy.lib.scimath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd32620>
13.325924 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/index_tricks.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/index_tricks.py
13.326493 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/index_tricks.cpython-310.pyc'
13.327169 # /root/.local/lib/python3.10/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/matrixlib/__init__.py
13.327627 # code object from '/root/.local/lib/python3.10/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-310.pyc'
13.328550 # /root/.local/lib/python3.10/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/matrixlib/defmatrix.py
13.329176 # code object from '/root/.local/lib/python3.10/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-310.pyc'
13.329872 # /root/.local/lib/python3.10/site-packages/numpy/linalg/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/linalg/__init__.py
13.330042 # code object from '/root/.local/lib/python3.10/site-packages/numpy/linalg/__pycache__/__init__.cpython-310.pyc'
13.330904 # /root/.local/lib/python3.10/site-packages/numpy/linalg/__pycache__/linalg.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/linalg/linalg.py
13.331640 # code object from '/root/.local/lib/python3.10/site-packages/numpy/linalg/__pycache__/linalg.cpython-310.pyc'
13.332329 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/twodim_base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/twodim_base.py
13.332898 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/twodim_base.cpython-310.pyc'
13.333524 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/stride_tricks.py
13.333908 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-310.pyc'
13.334648 import 'numpy.lib.stride_tricks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd6b2e0>
13.335822 import 'numpy.lib.twodim_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd6ac20>
13.337305 # extension module 'numpy.linalg._umath_linalg' loaded from '/root/.local/lib/python3.10/site-packages/numpy/linalg/_umath_linalg.cpython-310-x86_64-linux-gnu.so'
13.337848 # extension module 'numpy.linalg._umath_linalg' executed from '/root/.local/lib/python3.10/site-packages/numpy/linalg/_umath_linalg.cpython-310-x86_64-linux-gnu.so'
13.338128 import 'numpy.linalg._umath_linalg' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bd90310>
13.339260 import 'numpy.linalg.linalg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd6a110>
13.339893 import 'numpy.linalg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd69de0>
13.340213 import 'numpy.matrixlib.defmatrix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd69270>
13.340304 import 'numpy.matrixlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd68fd0>
13.341128 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/function_base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/function_base.py
13.342711 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/function_base.cpython-310.pyc'
13.343781 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/histograms.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/histograms.py
13.344347 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/histograms.cpython-310.pyc'
13.344975 import 'numpy.lib.histograms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd92da0>
13.346600 import 'numpy.lib.function_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd69f00>
13.348198 import 'numpy.lib.index_tricks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd68610>
13.349040 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/nanfunctions.py
13.349452 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-310.pyc'
13.350692 import 'numpy.lib.nanfunctions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bd68b50>
13.351437 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/shape_base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/shape_base.py
13.351837 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/shape_base.cpython-310.pyc'
13.352771 import 'numpy.lib.shape_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bdd5510>
13.353675 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/polynomial.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/polynomial.py
13.354139 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/polynomial.cpython-310.pyc'
13.355869 import 'numpy.lib.polynomial' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bdd6440>
13.356670 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/utils.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/utils.py
13.357257 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/utils.cpython-310.pyc'
13.357880 # /usr/lib/python3.10/__pycache__/textwrap.cpython-310.pyc matches /usr/lib/python3.10/textwrap.py
13.358472 # code object from '/usr/lib/python3.10/__pycache__/textwrap.cpython-310.pyc'
13.360971 import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bdd7ca0>
13.362799 import 'numpy.lib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bdd7550>
13.364449 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/arraysetops.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/arraysetops.py
13.365726 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/arraysetops.cpython-310.pyc'
13.366905 import 'numpy.lib.arraysetops' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc00280>
13.367706 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/npyio.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/npyio.py
13.368704 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/npyio.cpython-310.pyc'
13.369544 # /usr/lib/python3.10/__pycache__/weakref.cpython-310.pyc matches /usr/lib/python3.10/weakref.py
13.370176 # code object from '/usr/lib/python3.10/__pycache__/weakref.cpython-310.pyc'
13.370968 import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc01fc0>
13.371657 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/format.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/format.py
13.372165 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/format.cpython-310.pyc'
13.372466 import 'numpy.lib.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc02f80>
13.373073 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/_datasource.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/_datasource.py
13.373405 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/_datasource.cpython-310.pyc'
13.373809 import 'numpy.lib._datasource' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc03550>
13.374440 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/_iotools.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/_iotools.py
13.374971 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/_iotools.cpython-310.pyc'
13.375831 import 'numpy.lib._iotools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc03cd0>
13.376960 import 'numpy.lib.npyio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc00c70>
13.377781 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/arrayterator.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/arrayterator.py
13.378238 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/arrayterator.cpython-310.pyc'
13.378576 import 'numpy.lib.arrayterator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3cca0>
13.379091 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/arraypad.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/arraypad.py
13.379611 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/arraypad.cpython-310.pyc'
13.379976 import 'numpy.lib.arraypad' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3cf40>
13.380665 # /root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/_version.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/lib/_version.py
13.380762 # code object from '/root/.local/lib/python3.10/site-packages/numpy/lib/__pycache__/_version.cpython-310.pyc'
13.381094 import 'numpy.lib._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3d4b0>
13.381205 import 'numpy.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161c1fbca0>
13.382295 # /root/.local/lib/python3.10/site-packages/numpy/fft/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/fft/__init__.py
13.382414 # code object from '/root/.local/lib/python3.10/site-packages/numpy/fft/__pycache__/__init__.cpython-310.pyc'
13.383320 # /root/.local/lib/python3.10/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/fft/_pocketfft.py
13.383725 # code object from '/root/.local/lib/python3.10/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-310.pyc'
13.384384 # extension module 'numpy.fft._pocketfft_internal' loaded from '/root/.local/lib/python3.10/site-packages/numpy/fft/_pocketfft_internal.cpython-310-x86_64-linux-gnu.so'
13.384664 # extension module 'numpy.fft._pocketfft_internal' executed from '/root/.local/lib/python3.10/site-packages/numpy/fft/_pocketfft_internal.cpython-310-x86_64-linux-gnu.so'
13.384944 import 'numpy.fft._pocketfft_internal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bc3e080>
13.385853 import 'numpy.fft._pocketfft' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3d960>
13.386638 # /root/.local/lib/python3.10/site-packages/numpy/fft/__pycache__/helper.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/fft/helper.py
13.387090 # code object from '/root/.local/lib/python3.10/site-packages/numpy/fft/__pycache__/helper.cpython-310.pyc'
13.387469 import 'numpy.fft.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3e860>
13.387820 import 'numpy.fft' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3d7b0>
13.388338 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/__init__.py
13.388624 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/__init__.cpython-310.pyc'
13.389475 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/polynomial.py
13.390135 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-310.pyc'
13.390847 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/polyutils.py
13.391815 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-310.pyc'
13.392302 import 'numpy.polynomial.polyutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3f670>
13.392791 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/_polybase.py
13.393654 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-310.pyc'
13.393900 import 'numpy.polynomial._polybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3fdf0>
13.394352 import 'numpy.polynomial.polynomial' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3eda0>
13.395103 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/chebyshev.py
13.395697 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-310.pyc'
13.396427 import 'numpy.polynomial.chebyshev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc71240>
13.397149 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/legendre.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/legendre.py
13.397614 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/legendre.cpython-310.pyc'
13.398088 import 'numpy.polynomial.legendre' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc71de0>
13.398839 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/hermite.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/hermite.py
13.399390 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/hermite.cpython-310.pyc'
13.399794 import 'numpy.polynomial.hermite' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc72770>
13.400625 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/hermite_e.py
13.400957 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-310.pyc'
13.401377 import 'numpy.polynomial.hermite_e' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc730d0>
13.402082 # /root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/polynomial/laguerre.py
13.402480 # code object from '/root/.local/lib/python3.10/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-310.pyc'
13.402908 import 'numpy.polynomial.laguerre' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc73a30>
13.403252 import 'numpy.polynomial' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bc3eb30>
13.403697 # /root/.local/lib/python3.10/site-packages/numpy/random/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/random/__init__.py
13.404004 # code object from '/root/.local/lib/python3.10/site-packages/numpy/random/__pycache__/__init__.cpython-310.pyc'
13.404803 # /root/.local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/random/_pickle.py
13.405008 # code object from '/root/.local/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc'
13.406201 # extension module 'numpy.random.mtrand' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310-x86_64-linux-gnu.so'
13.408889 # extension module 'numpy.random.bit_generator' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310-x86_64-linux-gnu.so'
13.410337 # extension module 'numpy.random._common' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/_common.cpython-310-x86_64-linux-gnu.so'
13.412229 # extension module 'numpy.random._common' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/_common.cpython-310-x86_64-linux-gnu.so'
13.413260 import 'numpy.random._common' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bcad5d0>
13.414711 # /usr/lib/python3.10/__pycache__/secrets.cpython-310.pyc matches /usr/lib/python3.10/secrets.py
13.415245 # code object from '/usr/lib/python3.10/__pycache__/secrets.cpython-310.pyc'
13.415846 # /usr/lib/python3.10/__pycache__/base64.cpython-310.pyc matches /usr/lib/python3.10/base64.py
13.416484 # code object from '/usr/lib/python3.10/__pycache__/base64.cpython-310.pyc'
13.416937 import 'binascii' # <class '_frozen_importlib.BuiltinImporter'>
13.417445 import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bcae0b0>
13.417976 # /usr/lib/python3.10/__pycache__/hmac.cpython-310.pyc matches /usr/lib/python3.10/hmac.py
13.418498 # code object from '/usr/lib/python3.10/__pycache__/hmac.cpython-310.pyc'
13.420045 # extension module '_hashlib' loaded from '/usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so'
13.423842 # extension module '_hashlib' executed from '/usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so'
13.424894 import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bcaf6a0>
13.426251 # /usr/lib/python3.10/__pycache__/hashlib.cpython-310.pyc matches /usr/lib/python3.10/hashlib.py
13.427529 # code object from '/usr/lib/python3.10/__pycache__/hashlib.cpython-310.pyc'
13.428617 import '_blake2' # <class '_frozen_importlib.BuiltinImporter'>
13.429019 import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bcafb50>
13.429616 import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bcaf0a0>
13.430233 # /usr/lib/python3.10/__pycache__/random.cpython-310.pyc matches /usr/lib/python3.10/random.py
13.430706 # code object from '/usr/lib/python3.10/__pycache__/random.cpython-310.pyc'
13.431448 # /usr/lib/python3.10/__pycache__/bisect.cpython-310.pyc matches /usr/lib/python3.10/bisect.py
13.431707 # code object from '/usr/lib/python3.10/__pycache__/bisect.cpython-310.pyc'
13.432065 import '_bisect' # <class '_frozen_importlib.BuiltinImporter'>
13.432151 import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bce8820>
13.432462 import '_random' # <class '_frozen_importlib.BuiltinImporter'>
13.432621 import '_sha512' # <class '_frozen_importlib.BuiltinImporter'>
13.433264 import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bcafb20>
13.433402 import 'secrets' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bcae4d0>
13.434389 # extension module 'numpy.random.bit_generator' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310-x86_64-linux-gnu.so'
13.434668 import 'numpy.random.bit_generator' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bcad150>
13.435652 # extension module 'numpy.random._bounded_integers' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/_bounded_integers.cpython-310-x86_64-linux-gnu.so'
13.436249 # extension module 'numpy.random._bounded_integers' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/_bounded_integers.cpython-310-x86_64-linux-gnu.so'
13.436503 import 'numpy.random._bounded_integers' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bce8b20>
13.437242 # extension module 'numpy.random._mt19937' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/_mt19937.cpython-310-x86_64-linux-gnu.so'
13.437655 # extension module 'numpy.random._mt19937' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/_mt19937.cpython-310-x86_64-linux-gnu.so'
13.437910 import 'numpy.random._mt19937' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bce9030>
13.439230 # extension module 'numpy.random.mtrand' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310-x86_64-linux-gnu.so'
13.439999 import 'numpy.random.mtrand' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bcac8e0>
13.440695 # extension module 'numpy.random._philox' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/_philox.cpython-310-x86_64-linux-gnu.so'
13.441327 # extension module 'numpy.random._philox' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/_philox.cpython-310-x86_64-linux-gnu.so'
13.441462 import 'numpy.random._philox' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bce9300>
13.442315 # extension module 'numpy.random._pcg64' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/_pcg64.cpython-310-x86_64-linux-gnu.so'
13.442722 # extension module 'numpy.random._pcg64' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/_pcg64.cpython-310-x86_64-linux-gnu.so'
13.442821 import 'numpy.random._pcg64' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bce9510>
13.443540 # extension module 'numpy.random._sfc64' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/_sfc64.cpython-310-x86_64-linux-gnu.so'
13.443902 # extension module 'numpy.random._sfc64' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/_sfc64.cpython-310-x86_64-linux-gnu.so'
13.444125 import 'numpy.random._sfc64' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bce9870>
13.444960 # extension module 'numpy.random._generator' loaded from '/root/.local/lib/python3.10/site-packages/numpy/random/_generator.cpython-310-x86_64-linux-gnu.so'
13.446541 # extension module 'numpy.random._generator' executed from '/root/.local/lib/python3.10/site-packages/numpy/random/_generator.cpython-310-x86_64-linux-gnu.so'
13.447047 import 'numpy.random._generator' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161bce9a80>
13.447174 import 'numpy.random._pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bcac6a0>
13.447499 import 'numpy.random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bcac400>
13.448290 # /root/.local/lib/python3.10/site-packages/numpy/__pycache__/ctypeslib.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/ctypeslib.py
13.448873 # code object from '/root/.local/lib/python3.10/site-packages/numpy/__pycache__/ctypeslib.cpython-310.pyc'
13.449778 import 'numpy.ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bcac730>
13.450657 # /root/.local/lib/python3.10/site-packages/numpy/ma/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/ma/__init__.py
13.450957 # code object from '/root/.local/lib/python3.10/site-packages/numpy/ma/__pycache__/__init__.cpython-310.pyc'
13.452133 # /root/.local/lib/python3.10/site-packages/numpy/ma/__pycache__/core.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/ma/core.py
13.454340 # code object from '/root/.local/lib/python3.10/site-packages/numpy/ma/__pycache__/core.cpython-310.pyc'
13.456053 # /usr/lib/python3.10/__pycache__/inspect.cpython-310.pyc matches /usr/lib/python3.10/inspect.py
13.457897 # code object from '/usr/lib/python3.10/__pycache__/inspect.cpython-310.pyc'
13.459383 # /usr/lib/python3.10/__pycache__/dis.cpython-310.pyc matches /usr/lib/python3.10/dis.py
13.460276 # code object from '/usr/lib/python3.10/__pycache__/dis.cpython-310.pyc'
13.460919 # /usr/lib/python3.10/__pycache__/opcode.cpython-310.pyc matches /usr/lib/python3.10/opcode.py
13.461250 # code object from '/usr/lib/python3.10/__pycache__/opcode.cpython-310.pyc'
13.462050 # extension module '_opcode' loaded from '/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so'
13.462322 # extension module '_opcode' executed from '/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so'
13.462412 import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b489a80>
13.463077 import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b489810>
13.463876 import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b489120>
13.464625 # /usr/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/importlib/__init__.py
13.464915 # code object from '/usr/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc'
13.465212 import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b48a9b0>
13.465940 # /usr/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc matches /usr/lib/python3.10/importlib/machinery.py
13.466266 # code object from '/usr/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc'
13.466599 import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b48a710>
13.467135 # /usr/lib/python3.10/__pycache__/linecache.cpython-310.pyc matches /usr/lib/python3.10/linecache.py
13.467419 # code object from '/usr/lib/python3.10/__pycache__/linecache.cpython-310.pyc'
13.468124 # /usr/lib/python3.10/__pycache__/tokenize.cpython-310.pyc matches /usr/lib/python3.10/tokenize.py
13.468738 # code object from '/usr/lib/python3.10/__pycache__/tokenize.cpython-310.pyc'
13.469333 # /usr/lib/python3.10/__pycache__/token.cpython-310.pyc matches /usr/lib/python3.10/token.py
13.469667 # code object from '/usr/lib/python3.10/__pycache__/token.cpython-310.pyc'
13.470059 import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b48ab00>
13.471723 import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b48a3e0>
13.472961 import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b48a5c0>
13.475494 import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b442dd0>
13.479817 import 'numpy.ma.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bceb160>
13.481262 # /root/.local/lib/python3.10/site-packages/numpy/ma/__pycache__/extras.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/numpy/ma/extras.py
13.482811 # code object from '/root/.local/lib/python3.10/site-packages/numpy/ma/__pycache__/extras.cpython-310.pyc'
13.486578 import 'numpy.ma.extras' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bceba60>
13.488666 import 'numpy.ma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161bceaec0>
13.491720 import 'numpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161efc4190>
13.492824 # /root/.local/lib/python3.10/site-packages/pytz/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pytz/__init__.py
13.493823 # code object from '/root/.local/lib/python3.10/site-packages/pytz/__pycache__/__init__.cpython-310.pyc'
13.495097 # /root/.local/lib/python3.10/site-packages/pytz/__pycache__/exceptions.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pytz/exceptions.py
13.495825 # code object from '/root/.local/lib/python3.10/site-packages/pytz/__pycache__/exceptions.cpython-310.pyc'
13.496632 import 'pytz.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b4e99c0>
13.497552 # /root/.local/lib/python3.10/site-packages/pytz/__pycache__/lazy.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pytz/lazy.py
13.498672 # code object from '/root/.local/lib/python3.10/site-packages/pytz/__pycache__/lazy.cpython-310.pyc'
13.499353 import 'pytz.lazy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b4e9ae0>
13.499955 # /root/.local/lib/python3.10/site-packages/pytz/__pycache__/tzinfo.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pytz/tzinfo.py
13.500363 # code object from '/root/.local/lib/python3.10/site-packages/pytz/__pycache__/tzinfo.cpython-310.pyc'
13.500767 import 'pytz.tzinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b4e9e40>
13.501295 # /root/.local/lib/python3.10/site-packages/pytz/__pycache__/tzfile.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pytz/tzfile.py
13.501567 # code object from '/root/.local/lib/python3.10/site-packages/pytz/__pycache__/tzfile.cpython-310.pyc'
13.501795 import 'pytz.tzfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b4ea680>
13.503329 import 'pytz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b4e8310>
13.504322 # /root/.local/lib/python3.10/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/__init__.py
13.504548 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc'
13.505254 # /root/.local/lib/python3.10/site-packages/dateutil/__pycache__/_version.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/_version.py
13.505534 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/__pycache__/_version.cpython-310.pyc'
13.505618 import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b51c9d0>
13.505679 import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b4e9510>
13.506539 # /root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/compat/__init__.py
13.506910 # code object from '/root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/__init__.cpython-310.pyc'
13.507619 # /usr/lib/python3.10/__pycache__/typing.cpython-310.pyc matches /usr/lib/python3.10/typing.py
13.509003 # code object from '/usr/lib/python3.10/__pycache__/typing.cpython-310.pyc'
13.512164 import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b51cb80>
13.513416 # /root/.local/lib/python3.10/site-packages/pandas/__pycache__/_typing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_typing.py
13.514664 # code object from '/root/.local/lib/python3.10/site-packages/pandas/__pycache__/_typing.cpython-310.pyc'
13.520456 import 'pandas._typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b51ddb0>
13.521948 # /root/.local/lib/python3.10/site-packages/pandas/compat/numpy/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/compat/numpy/__init__.py
13.523148 # code object from '/root/.local/lib/python3.10/site-packages/pandas/compat/numpy/__pycache__/__init__.cpython-310.pyc'
13.524712 # /root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/util/__init__.py
13.525000 # code object from '/root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/__init__.cpython-310.pyc'
13.525770 # /root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_decorators.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/util/_decorators.py
13.526509 # code object from '/root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_decorators.cpython-310.pyc'
13.527099 # /root/.local/lib/python3.10/site-packages/pandas/_libs/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_libs/__init__.py
13.527402 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_libs/__pycache__/__init__.cpython-310.pyc'
13.528591 # extension module 'pandas._libs.interval' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/interval.cpython-310-x86_64-linux-gnu.so'
13.532031 # extension module 'pandas._libs.hashtable' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/hashtable.cpython-310-x86_64-linux-gnu.so'
13.534353 # extension module 'pandas._libs.missing' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/missing.cpython-310-x86_64-linux-gnu.so'
13.536167 # /root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/__init__.py
13.537522 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/__pycache__/__init__.cpython-310.pyc'
13.539273 # extension module 'pandas._libs.tslibs.dtypes' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/dtypes.cpython-310-x86_64-linux-gnu.so'
13.540611 # extension module 'pandas._libs.tslibs.np_datetime' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/np_datetime.cpython-310-x86_64-linux-gnu.so'
13.541262 # extension module 'pandas._libs.tslibs.np_datetime' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/np_datetime.cpython-310-x86_64-linux-gnu.so'
13.541556 import 'pandas._libs.tslibs.np_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2e9240>
13.543316 # extension module 'pandas._libs.tslibs.dtypes' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/dtypes.cpython-310-x86_64-linux-gnu.so'
13.544540 import 'pandas._libs.tslibs.dtypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2e8e50>
13.545638 # extension module 'pandas._libs.tslibs.conversion' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/conversion.cpython-310-x86_64-linux-gnu.so'
13.546787 # extension module 'pandas._libs.tslibs.base' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/base.cpython-310-x86_64-linux-gnu.so'
13.547483 # extension module 'pandas._libs.tslibs.base' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/base.cpython-310-x86_64-linux-gnu.so'
13.547782 import 'pandas._libs.tslibs.base' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2eafb0>
13.548474 # extension module 'pandas._libs.tslibs.nattype' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/nattype.cpython-310-x86_64-linux-gnu.so'
13.549804 # /root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_exceptions.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/util/_exceptions.py
13.550131 # code object from '/root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_exceptions.cpython-310.pyc'
13.550463 import 'pandas.util._exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2eb4c0>
13.550872 # extension module 'pandas._libs.tslibs.nattype' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/nattype.cpython-310-x86_64-linux-gnu.so'
13.550957 import 'pandas._libs.tslibs.nattype' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2eb070>
13.551748 # extension module 'pandas._libs.tslibs.tzconversion' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/tzconversion.cpython-310-x86_64-linux-gnu.so'
13.552925 # extension module 'pandas._libs.tslibs.timezones' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/timezones.cpython-310-x86_64-linux-gnu.so'
13.554216 # /root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/_optional.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/compat/_optional.py
13.554597 # code object from '/root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/_optional.cpython-310.pyc'
13.555313 # /root/.local/lib/python3.10/site-packages/pandas/util/version/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/util/version/__init__.py
13.556166 # code object from '/root/.local/lib/python3.10/site-packages/pandas/util/version/__pycache__/__init__.cpython-310.pyc'
13.557980 import 'pandas.util.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b324b50>
13.559136 import 'pandas.compat._optional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b324970>
13.559953 # /usr/lib/python3.10/zoneinfo/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/zoneinfo/__init__.py
13.560213 # code object from '/usr/lib/python3.10/zoneinfo/__pycache__/__init__.cpython-310.pyc'
13.560922 # /usr/lib/python3.10/zoneinfo/__pycache__/_tzpath.cpython-310.pyc matches /usr/lib/python3.10/zoneinfo/_tzpath.py
13.561267 # code object from '/usr/lib/python3.10/zoneinfo/__pycache__/_tzpath.cpython-310.pyc'
13.562184 # /usr/lib/python3.10/__pycache__/sysconfig.cpython-310.pyc matches /usr/lib/python3.10/sysconfig.py
13.562647 # code object from '/usr/lib/python3.10/__pycache__/sysconfig.cpython-310.pyc'
13.563379 import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b3260b0>
13.564155 # /usr/lib/python3.10/__pycache__/_sysconfigdata__x86_64-linux-gnu.cpython-310.pyc matches /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py
13.565163 # code object from '/usr/lib/python3.10/__pycache__/_sysconfigdata__x86_64-linux-gnu.cpython-310.pyc'
13.565715 import '_sysconfigdata__x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b326b60>
13.567018 import 'zoneinfo._tzpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b326440>
13.568026 # /usr/lib/python3.10/zoneinfo/__pycache__/_common.cpython-310.pyc matches /usr/lib/python3.10/zoneinfo/_common.py
13.568583 # code object from '/usr/lib/python3.10/zoneinfo/__pycache__/_common.cpython-310.pyc'
13.568729 import 'zoneinfo._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b326ad0>
13.569540 # extension module '_zoneinfo' loaded from '/usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so'
13.570095 # extension module '_zoneinfo' executed from '/usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so'
13.570191 import '_zoneinfo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b326da0>
13.570257 import 'zoneinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b326830>
13.570853 # /root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/tz/__init__.py
13.571123 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc'
13.571973 # /root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/tz/tz.py
13.573025 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc'
13.573973 # /usr/lib/python3/dist-packages/__pycache__/six.cpython-310.pyc matches /usr/lib/python3/dist-packages/six.py
13.574996 # code object from '/usr/lib/python3/dist-packages/__pycache__/six.cpython-310.pyc'
13.575667 # /usr/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc matches /usr/lib/python3.10/importlib/util.py
13.576004 # code object from '/usr/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc'
13.576570 # /usr/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc matches /usr/lib/python3.10/importlib/_abc.py
13.576999 # code object from '/usr/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc'
13.577150 import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ad72290>
13.577613 import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ad71a80>
13.579707 import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ad70640>
13.580681 import 'six.moves' # <six._SixMetaPathImporter object at 0x7f161ad71e40>
13.581316 # /root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/tz/_common.py
13.581643 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc'
13.582240 import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ad70e20>
13.582706 # /root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/tz/_factories.py
13.582997 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc'
13.583375 import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ad8a110>
13.584176 # /root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/tz/win.py
13.584492 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc'
13.584851 # destroy dateutil.tz.win
13.586019 import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b3270d0>
13.586584 import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b326ef0>
13.587087 # extension module 'pandas._libs.tslibs.timezones' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/timezones.cpython-310-x86_64-linux-gnu.so'
13.587341 import 'pandas._libs.tslibs.timezones' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2ebeb0>
13.587675 # extension module 'pandas._libs.tslibs.tzconversion' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/tzconversion.cpython-310-x86_64-linux-gnu.so'
13.587741 import 'pandas._libs.tslibs.tzconversion' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2eb670>
13.588796 # extension module 'pandas._libs.tslibs.parsing' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/parsing.cpython-310-x86_64-linux-gnu.so'
13.590503 # extension module 'pandas._libs.tslibs.offsets' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/offsets.cpython-310-x86_64-linux-gnu.so'
13.592237 # extension module 'pandas._libs.tslibs.timedeltas' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/timedeltas.cpython-310-x86_64-linux-gnu.so'
13.594242 # extension module 'pandas._libs.tslibs.fields' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/fields.cpython-310-x86_64-linux-gnu.so'
13.595598 # extension module 'pandas._libs.tslibs.ccalendar' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/ccalendar.cpython-310-x86_64-linux-gnu.so'
13.596143 # extension module 'pandas._libs.tslibs.ccalendar' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/ccalendar.cpython-310-x86_64-linux-gnu.so'
13.596244 import 'pandas._libs.tslibs.ccalendar' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161adb5e10>
13.597109 # /usr/lib/python3.10/__pycache__/locale.cpython-310.pyc matches /usr/lib/python3.10/locale.py
13.598232 # code object from '/usr/lib/python3.10/__pycache__/locale.cpython-310.pyc'
13.599530 import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161adb6080>
13.600797 # /usr/lib/python3.10/__pycache__/_strptime.cpython-310.pyc matches /usr/lib/python3.10/_strptime.py
13.601232 # code object from '/usr/lib/python3.10/__pycache__/_strptime.cpython-310.pyc'
13.601918 # /usr/lib/python3.10/__pycache__/calendar.cpython-310.pyc matches /usr/lib/python3.10/calendar.py
13.603142 # code object from '/usr/lib/python3.10/__pycache__/calendar.cpython-310.pyc'
13.603922 import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161adb6e60>
13.606110 import '_strptime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161adb6a40>
13.606431 # /root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_config/__init__.py
13.606493 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/__init__.cpython-310.pyc'
13.607093 # /root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/config.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_config/config.py
13.607685 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/config.cpython-310.pyc'
13.609423 import 'pandas._config.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae00880>
13.610649 # /root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/dates.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_config/dates.py
13.610874 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/dates.cpython-310.pyc'
13.611616 import 'pandas._config.dates' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae01ff0>
13.612221 # /root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/display.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_config/display.py
13.612492 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/display.cpython-310.pyc'
13.612832 import 'pandas._config.display' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae01d80>
13.612917 import 'pandas._config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae00610>
13.613534 # /root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/localization.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_config/localization.py
13.613851 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_config/__pycache__/localization.cpython-310.pyc'
13.613954 import 'pandas._config.localization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae01cc0>
13.614320 # extension module 'pandas._libs.tslibs.fields' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/fields.cpython-310-x86_64-linux-gnu.so'
13.614394 import 'pandas._libs.tslibs.fields' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161adb55a0>
13.615043 # extension module 'pandas._libs.tslibs.timedeltas' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/timedeltas.cpython-310-x86_64-linux-gnu.so'
13.615315 import 'pandas._libs.tslibs.timedeltas' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161adb48b0>
13.616381 # extension module 'pandas._libs.tslibs.timestamps' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/timestamps.cpython-310-x86_64-linux-gnu.so'
13.619387 # extension module 'pandas._libs.tslibs.timestamps' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/timestamps.cpython-310-x86_64-linux-gnu.so'
13.620530 import 'pandas._libs.tslibs.timestamps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161ae036a0>
13.622121 # /root/.local/lib/python3.10/site-packages/dateutil/__pycache__/easter.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/easter.py
13.623085 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/__pycache__/easter.cpython-310.pyc'
13.623349 import 'dateutil.easter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae29330>
13.623806 # /root/.local/lib/python3.10/site-packages/dateutil/__pycache__/relativedelta.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/relativedelta.py
13.624208 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/__pycache__/relativedelta.cpython-310.pyc'
13.624759 # /root/.local/lib/python3.10/site-packages/dateutil/__pycache__/_common.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/_common.py
13.625035 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/__pycache__/_common.cpython-310.pyc'
13.625345 import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae2a410>
13.626284 import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae293c0>
13.627136 # extension module 'pandas._libs.properties' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/properties.cpython-310-x86_64-linux-gnu.so'
13.627473 # extension module 'pandas._libs.properties' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/properties.cpython-310-x86_64-linux-gnu.so'
13.627541 import 'pandas._libs.properties' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161ae28100>
13.629448 # extension module 'pandas._libs.tslibs.offsets' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/offsets.cpython-310-x86_64-linux-gnu.so'
13.630196 import 'pandas._libs.tslibs.offsets' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161ad8af20>
13.631835 # /root/.local/lib/python3.10/site-packages/dateutil/parser/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/parser/__init__.py
13.632426 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/parser/__pycache__/__init__.cpython-310.pyc'
13.633374 # /root/.local/lib/python3.10/site-packages/dateutil/parser/__pycache__/_parser.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/parser/_parser.py
13.634089 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/parser/__pycache__/_parser.cpython-310.pyc'
13.635032 # /usr/lib/python3.10/__pycache__/string.cpython-310.pyc matches /usr/lib/python3.10/string.py
13.635356 # code object from '/usr/lib/python3.10/__pycache__/string.cpython-310.pyc'
13.635582 import '_string' # <class '_frozen_importlib.BuiltinImporter'>
13.637247 import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae298a0>
13.638475 # /usr/lib/python3.10/__pycache__/decimal.cpython-310.pyc matches /usr/lib/python3.10/decimal.py
13.638769 # code object from '/usr/lib/python3.10/__pycache__/decimal.cpython-310.pyc'
13.640514 # extension module '_decimal' loaded from '/usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so'
13.641597 # extension module '_decimal' executed from '/usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so'
13.642040 import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161ae2b430>
13.642132 import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae296f0>
13.643358 import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae28a00>
13.644139 # /root/.local/lib/python3.10/site-packages/dateutil/parser/__pycache__/isoparser.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/dateutil/parser/isoparser.py
13.644529 # code object from '/root/.local/lib/python3.10/site-packages/dateutil/parser/__pycache__/isoparser.cpython-310.pyc'
13.645244 import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae2ba00>
13.645840 import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ae28460>
13.646285 # extension module 'pandas._libs.tslibs.parsing' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/parsing.cpython-310-x86_64-linux-gnu.so'
13.646371 import 'pandas._libs.tslibs.parsing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161ad8a5f0>
13.646652 # extension module 'pandas._libs.tslibs.conversion' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/conversion.cpython-310-x86_64-linux-gnu.so'
13.646728 import 'pandas._libs.tslibs.conversion' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2ea650>
13.647547 # extension module 'pandas._libs.tslibs.period' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/period.cpython-310-x86_64-linux-gnu.so'
13.649750 # extension module 'pandas._libs.tslibs.period' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/period.cpython-310-x86_64-linux-gnu.so'
13.650761 import 'pandas._libs.tslibs.period' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161a924910>
13.652116 # extension module 'pandas._libs.tslibs.vectorized' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/vectorized.cpython-310-x86_64-linux-gnu.so'
13.652914 # extension module 'pandas._libs.tslibs.vectorized' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/vectorized.cpython-310-x86_64-linux-gnu.so'
13.653187 import 'pandas._libs.tslibs.vectorized' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161a925630>
13.653284 import 'pandas._libs.tslibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2e8ac0>
13.654192 # extension module 'pandas._libs.ops_dispatch' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/ops_dispatch.cpython-310-x86_64-linux-gnu.so'
13.654526 # extension module 'pandas._libs.ops_dispatch' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/ops_dispatch.cpython-310-x86_64-linux-gnu.so'
13.654785 import 'pandas._libs.ops_dispatch' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2e8b50>
13.654945 # extension module 'pandas._libs.missing' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/missing.cpython-310-x86_64-linux-gnu.so'
13.655222 import 'pandas._libs.missing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2e84c0>
13.655562 # extension module 'pandas._libs.hashtable' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/hashtable.cpython-310-x86_64-linux-gnu.so'
13.655629 import 'pandas._libs.hashtable' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2ba3e0>
13.656815 # extension module 'pandas._libs.algos' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/algos.cpython-310-x86_64-linux-gnu.so'
13.657927 # extension module 'pandas._libs.algos' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/algos.cpython-310-x86_64-linux-gnu.so'
13.658683 import 'pandas._libs.algos' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161a926290>
13.658956 # extension module 'pandas._libs.interval' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/interval.cpython-310-x86_64-linux-gnu.so'
13.659034 import 'pandas._libs.interval' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161b2b9660>
13.659294 import 'pandas._libs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b93c0>
13.659681 import 'pandas.util._decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b8df0>
13.660421 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/__init__.py
13.660733 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/__init__.cpython-310.pyc'
13.660835 import 'pandas.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b92d0>
13.661606 # /root/.local/lib/python3.10/site-packages/pandas/core/util/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/util/__init__.py
13.661907 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/util/__pycache__/__init__.cpython-310.pyc'
13.661980 import 'pandas.core.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b93f0>
13.662771 # /root/.local/lib/python3.10/site-packages/pandas/core/util/__pycache__/hashing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/util/hashing.py
13.663272 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/util/__pycache__/hashing.cpython-310.pyc'
13.664269 # extension module 'pandas._libs.lib' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/lib.cpython-310-x86_64-linux-gnu.so'
13.665939 # extension module 'pandas._libs.tslib' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslib.cpython-310-x86_64-linux-gnu.so'
13.667025 # extension module 'pandas._libs.tslib' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslib.cpython-310-x86_64-linux-gnu.so'
13.667337 import 'pandas._libs.tslib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161a960ca0>
13.668365 # extension module 'pandas._libs.lib' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/lib.cpython-310-x86_64-linux-gnu.so'
13.668676 import 'pandas._libs.lib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161a9272e0>
13.669254 # extension module 'pandas._libs.hashing' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/hashing.cpython-310-x86_64-linux-gnu.so'
13.669769 # extension module 'pandas._libs.hashing' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/hashing.cpython-310-x86_64-linux-gnu.so'
13.670080 import 'pandas._libs.hashing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161a9618a0>
13.670777 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__init__.py
13.671096 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/__init__.cpython-310.pyc'
13.671176 import 'pandas.core.dtypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a962050>
13.672026 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/common.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/common.py
13.672745 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/common.cpython-310.pyc'
13.675195 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/base.py
13.676660 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/base.cpython-310.pyc'
13.677797 # /root/.local/lib/python3.10/site-packages/pandas/errors/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/errors/__init__.py
13.678139 # code object from '/root/.local/lib/python3.10/site-packages/pandas/errors/__pycache__/__init__.cpython-310.pyc'
13.679287 import 'pandas.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a963c40>
13.680037 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/generic.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/generic.py
13.680815 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/generic.cpython-310.pyc'
13.682007 import 'pandas.core.dtypes.generic' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a9885b0>
13.682709 import 'pandas.core.dtypes.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a963070>
13.683325 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/dtypes.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/dtypes.py
13.684378 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/dtypes.cpython-310.pyc'
13.685226 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/inference.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/inference.py
13.685464 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/inference.cpython-310.pyc'
13.685882 import 'pandas.core.dtypes.inference' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a9b05e0>
13.688535 import 'pandas.core.dtypes.dtypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a98ac50>
13.689747 import 'pandas.core.dtypes.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a962140>
13.690539 import 'pandas.core.util.hashing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b91e0>
13.690807 import 'pandas.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b8c10>
13.691196 import 'pandas.compat.numpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b8a60>
13.691819 # /root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/pyarrow.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/compat/pyarrow.py
13.692207 # code object from '/root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/pyarrow.cpython-310.pyc'
13.692931 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/__init__.py
13.693558 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/__init__.cpython-310.pyc'
13.694115 import 'gc' # <class '_frozen_importlib.BuiltinImporter'>
13.695112 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/_generated_version.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/_generated_version.py
13.695214 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/_generated_version.cpython-310.pyc'
13.695278 import 'pyarrow._generated_version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a9b1300>
13.716925 # extension module 'pyarrow.lib' loaded from '/root/.local/lib/python3.10/site-packages/pyarrow/lib.cpython-310-x86_64-linux-gnu.so'
13.721091 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/util.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/util.py
13.722314 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/util.cpython-310.pyc'
13.729104 # /usr/lib/python3.10/__pycache__/socket.cpython-310.pyc matches /usr/lib/python3.10/socket.py
13.730456 # code object from '/usr/lib/python3.10/__pycache__/socket.cpython-310.pyc'
13.731930 import '_socket' # <class '_frozen_importlib.BuiltinImporter'>
13.736699 import 'array' # <class '_frozen_importlib.BuiltinImporter'>
13.737972 import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b00ca0>
13.739125 import 'pyarrow.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b004f0>
13.741094 import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
13.743107 # /usr/lib/python3.10/__pycache__/queue.cpython-310.pyc matches /usr/lib/python3.10/queue.py
13.744037 # code object from '/usr/lib/python3.10/__pycache__/queue.cpython-310.pyc'
13.744768 # /usr/lib/python3.10/__pycache__/heapq.cpython-310.pyc matches /usr/lib/python3.10/heapq.py
13.745220 # code object from '/usr/lib/python3.10/__pycache__/heapq.cpython-310.pyc'
13.745516 import '_heapq' # <class '_frozen_importlib.BuiltinImporter'>
13.745635 import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b03f40>
13.746768 # extension module '_queue' loaded from '/usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so'
13.746914 # extension module '_queue' executed from '/usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so'
13.746965 import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1615b38040>
13.747532 import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b03700>
13.749376 # extension module 'pyarrow.lib' executed from '/root/.local/lib/python3.10/site-packages/pyarrow/lib.cpython-310-x86_64-linux-gnu.so'
13.750417 import 'pyarrow.lib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161a9b0d90>
13.752367 # extension module 'pyarrow._hdfsio' loaded from '/root/.local/lib/python3.10/site-packages/pyarrow/_hdfsio.cpython-310-x86_64-linux-gnu.so'
13.754113 # extension module 'pyarrow._hdfsio' executed from '/root/.local/lib/python3.10/site-packages/pyarrow/_hdfsio.cpython-310-x86_64-linux-gnu.so'
13.755200 import 'pyarrow._hdfsio' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1615b387c0>
13.755929 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/hdfs.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/hdfs.py
13.756077 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/hdfs.cpython-310.pyc'
13.756691 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/filesystem.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/filesystem.py
13.757135 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/filesystem.cpython-310.pyc'
13.757829 import 'pyarrow.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b396f0>
13.760635 import 'pyarrow.hdfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b39360>
13.761984 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/ipc.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/ipc.py
13.762966 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/ipc.cpython-310.pyc'
13.763975 import 'pyarrow.ipc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b3a6e0>
13.765219 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/serialization.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/serialization.py
13.765735 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/serialization.cpython-310.pyc'
13.766655 import 'pyarrow.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b3ab30>
13.767187 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/types.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/types.py
13.767547 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/types.cpython-310.pyc'
13.767862 import 'pyarrow.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b3b640>
13.768381 import 'pyarrow' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161a927100>
13.769280 import 'pandas.compat.pyarrow' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b8bb0>
13.769398 import 'pandas.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b51c9a0>
13.770109 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/config_init.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/config_init.py
13.770597 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/config_init.cpython-310.pyc'
13.773017 import 'pandas.core.config_init' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161b2b8ac0>
13.774574 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/api.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/api.py
13.775531 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/api.cpython-310.pyc'
13.776161 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/missing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/missing.py
13.776752 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/missing.cpython-310.pyc'
13.777084 import 'pandas.core.dtypes.missing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6cf10>
13.777887 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/algorithms.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/algorithms.py
13.778778 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/algorithms.cpython-310.pyc'
13.779888 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/cast.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/cast.py
13.780926 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/cast.cpython-310.pyc'
13.782072 # /root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_validators.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/util/_validators.py
13.782453 # code object from '/root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_validators.cpython-310.pyc'
13.782791 import 'pandas.util._validators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6f310>
13.783451 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/astype.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/astype.py
13.783868 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/astype.cpython-310.pyc'
13.783988 import 'pandas.core.dtypes.astype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6f790>
13.784613 import 'pandas.core.dtypes.cast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6e470>
13.785200 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/concat.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/concat.py
13.785744 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/concat.cpython-310.pyc'
13.785877 import 'pandas.core.dtypes.concat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6fa00>
13.786777 # /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__init__.py
13.786987 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/__init__.cpython-310.pyc'
13.787062 import 'pandas.core.array_algos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6ffa0>
13.787993 # /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/take.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/take.py
13.788336 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/take.cpython-310.pyc'
13.788878 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/construction.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/construction.py
13.789464 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/construction.cpython-310.pyc'
13.790480 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/common.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/common.py
13.790977 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/common.cpython-310.pyc'
13.791571 import 'pandas.core.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bbca90>
13.791671 import 'pandas.core.construction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bbc490>
13.792030 import 'pandas.core.array_algos.take' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6feb0>
13.792794 # /root/.local/lib/python3.10/site-packages/pandas/core/indexers/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexers/__init__.py
13.793043 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexers/__pycache__/__init__.cpython-310.pyc'
13.793998 # /root/.local/lib/python3.10/site-packages/pandas/core/indexers/__pycache__/utils.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexers/utils.py
13.794308 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexers/__pycache__/utils.cpython-310.pyc'
13.794394 import 'pandas.core.indexers.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bbe290>
13.794452 import 'pandas.core.indexers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bbe0e0>
13.796084 import 'pandas.core.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6d720>
13.797473 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__init__.py
13.797692 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/__init__.cpython-310.pyc'
13.798606 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__init__.py
13.798681 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__pycache__/__init__.cpython-310.pyc'
13.799540 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__pycache__/array.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/array.py
13.800355 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__pycache__/array.cpython-310.pyc'
13.801298 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/arraylike.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arraylike.py
13.802031 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/arraylike.cpython-310.pyc'
13.802572 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/roperator.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/roperator.py
13.802856 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/roperator.cpython-310.pyc'
13.803145 import 'pandas.core.roperator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf44c0>
13.803681 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/__init__.py
13.804357 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/__init__.cpython-310.pyc'
13.805154 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/array_ops.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/array_ops.py
13.805544 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/array_ops.cpython-310.pyc'
13.806643 # extension module 'pandas._libs.ops' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/ops.cpython-310-x86_64-linux-gnu.so'
13.807089 # extension module 'pandas._libs.ops' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/ops.cpython-310-x86_64-linux-gnu.so'
13.807144 import 'pandas._libs.ops' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1615bf5390>
13.807708 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/__init__.py
13.808014 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/__init__.cpython-310.pyc'
13.808093 import 'pandas.core.computation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf5c30>
13.808707 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/expressions.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/expressions.py
13.809092 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/expressions.cpython-310.pyc'
13.809870 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/check.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/check.py
13.809996 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/check.cpython-310.pyc'
13.810750 import 'pandas.core.computation.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf62f0>
13.811306 import 'pandas.core.computation.expressions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf5cf0>
13.811785 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/missing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/missing.py
13.812014 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/missing.cpython-310.pyc'
13.812391 import 'pandas.core.ops.missing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf63e0>
13.812796 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/dispatch.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/dispatch.py
13.813065 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/dispatch.cpython-310.pyc'
13.813358 import 'pandas.core.ops.dispatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf6470>
13.813836 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/invalid.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/invalid.py
13.816112 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/invalid.cpython-310.pyc'
13.816213 import 'pandas.core.ops.invalid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf6500>
13.816289 import 'pandas.core.ops.array_ops' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf4eb0>
13.816528 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/common.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/common.py
13.816607 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/common.cpython-310.pyc'
13.816670 import 'pandas.core.ops.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf6530>
13.817032 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/docstrings.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/docstrings.py
13.817136 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/docstrings.cpython-310.pyc'
13.817251 import 'pandas.core.ops.docstrings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf66e0>
13.818800 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/mask_ops.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/mask_ops.py
13.818903 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/mask_ops.cpython-310.pyc'
13.818963 import 'pandas.core.ops.mask_ops' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf6770>
13.819163 # /root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/methods.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/ops/methods.py
13.819247 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/ops/__pycache__/methods.cpython-310.pyc'
13.819307 import 'pandas.core.ops.methods' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf6830>
13.819366 import 'pandas.core.ops' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf48b0>
13.819677 import 'pandas.core.arraylike' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bbfa90>
13.820041 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/base.py
13.820392 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/base.cpython-310.pyc'
13.820710 # /root/.local/lib/python3.10/site-packages/pandas/compat/numpy/__pycache__/function.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/compat/numpy/function.py
13.823348 # code object from '/root/.local/lib/python3.10/site-packages/pandas/compat/numpy/__pycache__/function.cpython-310.pyc'
13.823712 import 'pandas.compat.numpy.function' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a00880>
13.824026 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/missing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/missing.py
13.824277 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/missing.cpython-310.pyc'
13.824405 import 'pandas.core.missing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a01600>
13.824648 # /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/quantile.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/quantile.py
13.824836 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/quantile.cpython-310.pyc'
13.824903 import 'pandas.core.array_algos.quantile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a01ea0>
13.825118 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/sorting.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/sorting.py
13.825313 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/sorting.cpython-310.pyc'
13.825397 import 'pandas.core.sorting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a01ff0>
13.826786 import 'pandas.core.arrays.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bf7250>
13.827127 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/compute.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/compute.py
13.828448 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/compute.cpython-310.pyc'
13.829961 # extension module 'pyarrow._compute' loaded from '/root/.local/lib/python3.10/site-packages/pyarrow/_compute.cpython-310-x86_64-linux-gnu.so'
13.837951 # extension module 'pyarrow._compute' executed from '/root/.local/lib/python3.10/site-packages/pyarrow/_compute.cpython-310-x86_64-linux-gnu.so'
13.838637 import 'pyarrow._compute' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1615a03070>
13.839526 # /root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/_compute_docstrings.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/_compute_docstrings.py
13.840109 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/__pycache__/_compute_docstrings.cpython-310.pyc'
13.840666 import 'pyarrow._compute_docstrings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a36e00>
13.841483 # /root/.local/lib/python3.10/site-packages/pyarrow/vendored/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/vendored/__init__.py
13.842078 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/vendored/__pycache__/__init__.cpython-310.pyc'
13.842590 import 'pyarrow.vendored' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a36e60>
13.843390 # /root/.local/lib/python3.10/site-packages/pyarrow/vendored/__pycache__/docscrape.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pyarrow/vendored/docscrape.py
13.844045 # code object from '/root/.local/lib/python3.10/site-packages/pyarrow/vendored/__pycache__/docscrape.cpython-310.pyc'
13.844653 # /usr/lib/python3.10/__pycache__/pydoc.cpython-310.pyc matches /usr/lib/python3.10/pydoc.py
13.846085 # code object from '/usr/lib/python3.10/__pycache__/pydoc.cpython-310.pyc'
13.846962 # /usr/lib/python3.10/__pycache__/pkgutil.cpython-310.pyc matches /usr/lib/python3.10/pkgutil.py
13.847669 # code object from '/usr/lib/python3.10/__pycache__/pkgutil.cpython-310.pyc'
13.848697 import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a6a0e0>
13.849739 # /usr/lib/python3.10/__pycache__/traceback.cpython-310.pyc matches /usr/lib/python3.10/traceback.py
13.850748 # code object from '/usr/lib/python3.10/__pycache__/traceback.cpython-310.pyc'
13.851343 import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a6a980>
13.852736 import 'pydoc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a37d90>
13.854275 # /usr/lib/python3.10/__pycache__/copy.cpython-310.pyc matches /usr/lib/python3.10/copy.py
13.855152 # code object from '/usr/lib/python3.10/__pycache__/copy.cpython-310.pyc'
13.856191 import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a6b820>
13.859943 import 'pyarrow.vendored.docscrape' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a36fb0>
13.962707 import 'pyarrow.compute' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615a02c80>
13.964267 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__pycache__/_arrow_utils.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/_arrow_utils.py
13.965099 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__pycache__/_arrow_utils.cpython-310.pyc'
13.966049 import 'pandas.core.arrays.arrow._arrow_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615806590>
13.967310 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__pycache__/dtype.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/dtype.py
13.968175 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/arrow/__pycache__/dtype.cpython-310.pyc'
13.968848 import 'pandas.core.arrays.arrow.dtype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16157e20b0>
13.969914 import 'pandas.core.arrays.arrow.array' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bbea10>
13.970774 import 'pandas.core.arrays.arrow' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615bbe7d0>
13.971615 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/boolean.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/boolean.py
13.972201 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/boolean.cpython-310.pyc'
13.972948 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/masked.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/masked.py
13.974130 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/masked.cpython-310.pyc'
13.975412 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/nanops.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/nanops.py
13.976441 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/nanops.cpython-310.pyc'
13.978922 import 'pandas.core.nanops' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615849210>
13.979447 # /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/masked_reductions.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/masked_reductions.py
13.979617 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/masked_reductions.cpython-310.pyc'
13.979925 import 'pandas.core.array_algos.masked_reductions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161584b400>
13.981610 import 'pandas.core.arrays.masked' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615848160>
13.982533 import 'pandas.core.arrays.boolean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615827c10>
13.983545 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/categorical.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/categorical.py
13.984692 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/categorical.cpython-310.pyc'
13.985644 # /usr/lib/python3.10/__pycache__/csv.cpython-310.pyc matches /usr/lib/python3.10/csv.py
13.986493 # code object from '/usr/lib/python3.10/__pycache__/csv.cpython-310.pyc'
13.987456 import '_csv' # <class '_frozen_importlib.BuiltinImporter'>
13.988415 import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615878d90>
13.989016 # /usr/lib/python3.10/__pycache__/shutil.cpython-310.pyc matches /usr/lib/python3.10/shutil.py
13.991253 # code object from '/usr/lib/python3.10/__pycache__/shutil.cpython-310.pyc'
13.992633 import 'zlib' # <class '_frozen_importlib.BuiltinImporter'>
13.994202 # /usr/lib/python3.10/__pycache__/bz2.cpython-310.pyc matches /usr/lib/python3.10/bz2.py
13.994583 # code object from '/usr/lib/python3.10/__pycache__/bz2.cpython-310.pyc'
13.995345 # /usr/lib/python3.10/__pycache__/_compression.cpython-310.pyc matches /usr/lib/python3.10/_compression.py
13.995812 # code object from '/usr/lib/python3.10/__pycache__/_compression.cpython-310.pyc'
13.996001 import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161587ac80>
13.997735 # extension module '_bz2' loaded from '/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so'
13.997880 # extension module '_bz2' executed from '/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so'
13.997926 import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161587b190>
13.998062 import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161587a470>
13.998421 # /usr/lib/python3.10/__pycache__/lzma.cpython-310.pyc matches /usr/lib/python3.10/lzma.py
13.998794 # code object from '/usr/lib/python3.10/__pycache__/lzma.cpython-310.pyc'
13.999649 # extension module '_lzma' loaded from '/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so'
14.000319 # extension module '_lzma' executed from '/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so'
14.000497 import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161587b850>
14.000882 import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161587b220>
14.001927 import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615879600>
14.002796 # extension module 'pandas._libs.arrays' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/arrays.cpython-310-x86_64-linux-gnu.so'
14.003249 # extension module 'pandas._libs.arrays' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/arrays.cpython-310-x86_64-linux-gnu.so'
14.003613 import 'pandas._libs.arrays' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161587be80>
14.004293 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/accessor.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/accessor.py
14.004956 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/accessor.cpython-310.pyc'
14.006054 import 'pandas.core.accessor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161587bc70>
14.007239 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/_mixins.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/_mixins.py
14.008057 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/_mixins.cpython-310.pyc'
14.008855 # /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/transforms.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/transforms.py
14.009152 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/transforms.cpython-310.pyc'
14.009255 import 'pandas.core.array_algos.transforms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156d1720>
14.010868 import 'pandas.core.arrays._mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156d0a00>
14.012113 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/base.py
14.013005 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/base.cpython-310.pyc'
14.014324 import 'pandas.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156d18d0>
14.015539 # /root/.local/lib/python3.10/site-packages/pandas/core/strings/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/strings/__init__.py
14.015929 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/strings/__pycache__/__init__.cpython-310.pyc'
14.016840 # /root/.local/lib/python3.10/site-packages/pandas/core/strings/__pycache__/accessor.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/strings/accessor.py
14.018050 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/strings/__pycache__/accessor.cpython-310.pyc'
14.026590 import 'pandas.core.strings.accessor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156d2cb0>
14.028047 # /root/.local/lib/python3.10/site-packages/pandas/core/strings/__pycache__/base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/strings/base.py
14.029291 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/strings/__pycache__/base.cpython-310.pyc'
14.030540 import 'pandas.core.strings.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156fa4d0>
14.030850 import 'pandas.core.strings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156d2b00>
14.031355 # /root/.local/lib/python3.10/site-packages/pandas/core/strings/__pycache__/object_array.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/strings/object_array.py
14.032177 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/strings/__pycache__/object_array.cpython-310.pyc'
14.032518 import 'unicodedata' # <class '_frozen_importlib.BuiltinImporter'>
14.032930 import 'pandas.core.strings.object_array' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156d2ad0>
14.033748 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/__init__.py
14.033836 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/__init__.cpython-310.pyc'
14.033889 import 'pandas.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156fbbe0>
14.034778 # /root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/formats/__init__.py
14.035035 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/__init__.cpython-310.pyc'
14.035105 import 'pandas.io.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156fbc40>
14.035866 # /root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/console.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/formats/console.py
14.036176 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/console.cpython-310.pyc'
14.036455 import 'pandas.io.formats.console' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156fbd60>
14.037905 import 'pandas.core.arrays.categorical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161584b610>
14.039159 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/datetimes.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/datetimes.py
14.040096 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/datetimes.cpython-310.pyc'
14.041185 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/datetimelike.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/datetimelike.py
14.042326 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/datetimelike.cpython-310.pyc'
14.043565 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/integer.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/integer.py
14.043896 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/integer.cpython-310.pyc'
14.044526 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/numeric.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/numeric.py
14.045080 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/numeric.cpython-310.pyc'
14.045704 import 'pandas.core.arrays.numeric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161572ffa0>
14.046882 import 'pandas.core.arrays.integer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161572fc40>
14.047834 # /root/.local/lib/python3.10/site-packages/pandas/tseries/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/tseries/__init__.py
14.048121 # code object from '/root/.local/lib/python3.10/site-packages/pandas/tseries/__pycache__/__init__.cpython-310.pyc'
14.048189 import 'pandas.tseries' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615760b80>
14.048935 # /root/.local/lib/python3.10/site-packages/pandas/tseries/__pycache__/frequencies.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/tseries/frequencies.py
14.049435 # code object from '/root/.local/lib/python3.10/site-packages/pandas/tseries/__pycache__/frequencies.cpython-310.pyc'
14.050087 import 'pandas.tseries.frequencies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615760ca0>
14.052944 import 'pandas.core.arrays.datetimelike' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161572e170>
14.054628 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/_ranges.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/_ranges.py
14.055804 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/_ranges.cpython-310.pyc'
14.056625 import 'pandas.core.arrays._ranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615761ea0>
14.057089 # /root/.local/lib/python3.10/site-packages/pandas/tseries/__pycache__/offsets.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/tseries/offsets.py
14.057230 # code object from '/root/.local/lib/python3.10/site-packages/pandas/tseries/__pycache__/offsets.cpython-310.pyc'
14.057446 import 'pandas.tseries.offsets' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615761f30>
14.058350 import 'pandas.core.arrays.datetimes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161572d0c0>
14.060839 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/floating.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/floating.py
14.060999 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/floating.cpython-310.pyc'
14.061392 import 'pandas.core.arrays.floating' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16157625c0>
14.062129 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/interval.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/interval.py
14.062927 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/interval.cpython-310.pyc'
14.063789 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__init__.py
14.063935 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/__init__.cpython-310.pyc'
14.064074 import 'pandas.core.indexes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615763880>
14.065474 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/base.py
14.067681 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/base.cpython-310.pyc'
14.068837 # extension module 'pandas._libs.index' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/index.cpython-310-x86_64-linux-gnu.so'
14.070146 # extension module 'pandas._libs.index' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/index.cpython-310-x86_64-linux-gnu.so'
14.071020 import 'pandas._libs.index' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1615797a60>
14.072200 # extension module 'pandas._libs.join' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/join.cpython-310-x86_64-linux-gnu.so'
14.073227 # extension module 'pandas._libs.join' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/join.cpython-310-x86_64-linux-gnu.so'
14.073443 import 'pandas._libs.join' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1615590a90>
14.074335 # /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/putmask.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/putmask.py
14.074682 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/putmask.cpython-310.pyc'
14.074975 import 'pandas.core.array_algos.putmask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16155912a0>
14.075809 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__init__.py
14.076167 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__pycache__/__init__.cpython-310.pyc'
14.076992 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__pycache__/accessor.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/accessor.py
14.077301 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__pycache__/accessor.cpython-310.pyc'
14.077778 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__pycache__/array.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/array.py
14.078878 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__pycache__/array.cpython-310.pyc'
14.079829 # extension module 'pandas._libs.sparse' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/sparse.cpython-310-x86_64-linux-gnu.so'
14.080294 # extension module 'pandas._libs.sparse' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/sparse.cpython-310-x86_64-linux-gnu.so'
14.080584 import 'pandas._libs.sparse' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1615593310>
14.081545 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__pycache__/dtype.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/dtype.py
14.082247 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/sparse/__pycache__/dtype.cpython-310.pyc'
14.082621 import 'pandas.core.arrays.sparse.dtype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615593e20>
14.083382 # /root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/printing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/formats/printing.py
14.085667 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/printing.cpython-310.pyc'
14.087322 import 'pandas.io.formats.printing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16155c4700>
14.088534 import 'pandas.core.arrays.sparse.array' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615591f00>
14.089173 import 'pandas.core.arrays.sparse.accessor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615591750>
14.089383 import 'pandas.core.arrays.sparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16155915a0>
14.090071 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/string_.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/string_.py
14.090432 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/string_.cpython-310.pyc'
14.091389 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/numpy_.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/numpy_.py
14.091715 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/numpy_.cpython-310.pyc'
14.092239 import 'pandas.core.arrays.numpy_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16155c57b0>
14.093329 import 'pandas.core.arrays.string_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615592b30>
14.094102 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/frozen.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/frozen.py
14.094344 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/frozen.cpython-310.pyc'
14.094776 import 'pandas.core.indexes.frozen' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16155c6170>
14.097956 import 'pandas.core.indexes.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615763970>
14.102581 import 'pandas.core.arrays.interval' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615762890>
14.103893 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/period.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/period.py
14.105240 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/period.cpython-310.pyc'
14.108152 import 'pandas.core.arrays.period' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16155c6dd0>
14.109299 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/string_arrow.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/string_arrow.py
14.110375 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/string_arrow.cpython-310.pyc'
14.111755 import 'pandas.core.arrays.string_arrow' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16155c7df0>
14.113001 # /root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/timedeltas.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/arrays/timedeltas.py
14.114218 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/arrays/__pycache__/timedeltas.cpython-310.pyc'
14.115085 import 'pandas.core.arrays.timedeltas' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156048b0>
14.115503 import 'pandas.core.arrays' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6e290>
14.116246 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/flags.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/flags.py
14.116593 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/flags.cpython-310.pyc'
14.116727 import 'pandas.core.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615605b70>
14.117606 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__init__.py
14.117693 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/__init__.cpython-310.pyc'
14.118679 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/generic.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/generic.py
14.119879 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/generic.cpython-310.pyc'
14.121131 # extension module 'pandas._libs.reduction' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/reduction.cpython-310-x86_64-linux-gnu.so'
14.121372 # extension module 'pandas._libs.reduction' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/reduction.cpython-310-x86_64-linux-gnu.so'
14.121565 import 'pandas._libs.reduction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1615607220>
14.122280 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/apply.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/apply.py
14.123093 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/apply.cpython-310.pyc'
14.124617 import 'pandas.core.apply' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615607370>
14.125825 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/frame.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/frame.py
14.128421 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/frame.cpython-310.pyc'
14.130558 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/generic.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/generic.py
14.133218 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/generic.cpython-310.pyc'
14.134624 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/indexing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexing.py
14.136029 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/indexing.cpython-310.pyc'
14.137592 # extension module 'pandas._libs.indexing' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/indexing.cpython-310-x86_64-linux-gnu.so'
14.138728 # extension module 'pandas._libs.indexing' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/indexing.cpython-310-x86_64-linux-gnu.so'
14.139176 import 'pandas._libs.indexing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614fc4bb0>
14.139978 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/api.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/api.py
14.140388 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/api.cpython-310.pyc'
14.141004 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/category.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/category.py
14.141549 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/category.cpython-310.pyc'
14.142296 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/extension.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/extension.py
14.142934 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/extension.cpython-310.pyc'
14.143948 import 'pandas.core.indexes.extension' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614fc5f00>
14.145131 import 'pandas.core.indexes.category' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614fc56c0>
14.146042 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/datetimes.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/datetimes.py
14.146583 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/datetimes.cpython-310.pyc'
14.147514 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/datetimelike.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/datetimelike.py
14.148082 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/datetimelike.cpython-310.pyc'
14.148717 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/range.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/range.py
14.149852 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/range.cpython-310.pyc'
14.151035 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/numeric.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/numeric.py
14.151403 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/numeric.cpython-310.pyc'
14.152448 import 'pandas.core.indexes.numeric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614ffd360>
14.153979 import 'pandas.core.indexes.range' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614ffc1c0>
14.155051 # /root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/tools/__init__.py
14.155305 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/__init__.cpython-310.pyc'
14.155557 import 'pandas.core.tools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614ffdf90>
14.156283 # /root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/timedeltas.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/tools/timedeltas.py
14.156478 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/timedeltas.cpython-310.pyc'
14.156808 import 'pandas.core.tools.timedeltas' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614ffdff0>
14.158306 import 'pandas.core.indexes.datetimelike' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614fc7640>
14.159405 # /root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/times.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/tools/times.py
14.159596 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/times.cpython-310.pyc'
14.160043 import 'pandas.core.tools.times' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614ffe530>
14.163328 import 'pandas.core.indexes.datetimes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614fc6cb0>
14.164670 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/interval.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/interval.py
14.166006 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/interval.cpython-310.pyc'
14.167522 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/multi.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/multi.py
14.169403 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/multi.cpython-310.pyc'
14.172786 import 'pandas.core.indexes.multi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615024550>
14.174233 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/timedeltas.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/timedeltas.py
14.175584 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/timedeltas.cpython-310.pyc'
14.177656 import 'pandas.core.indexes.timedeltas' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16150278e0>
14.179623 import 'pandas.core.indexes.interval' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614fff970>
14.180676 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/period.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/period.py
14.181494 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/period.cpython-310.pyc'
14.182970 import 'pandas.core.indexes.period' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615027ac0>
14.184041 import 'pandas.core.indexes.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614fc4ca0>
14.187947 import 'pandas.core.indexing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614f773d0>
14.189324 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/sample.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/sample.py
14.190447 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/sample.cpython-310.pyc'
14.191418 import 'pandas.core.sample' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e64df0>
14.192338 # /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/replace.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/array_algos/replace.py
14.192705 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/array_algos/__pycache__/replace.cpython-310.pyc'
14.192814 import 'pandas.core.array_algos.replace' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614f77220>
14.193428 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/describe.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/describe.py
14.193821 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/describe.cpython-310.pyc'
14.194533 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__init__.py
14.194629 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/__init__.cpython-310.pyc'
14.194926 import 'pandas.core.reshape' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e66290>
14.195602 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/concat.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/concat.py
14.196056 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/concat.cpython-310.pyc'
14.196769 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/__init__.py
14.197058 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/__init__.cpython-310.pyc'
14.198117 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/api.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/api.py
14.198530 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/api.cpython-310.pyc'
14.199350 # extension module 'pandas._libs.internals' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/internals.cpython-310-x86_64-linux-gnu.so'
14.200408 # extension module 'pandas._libs.internals' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/internals.cpython-310-x86_64-linux-gnu.so'
14.201197 import 'pandas._libs.internals' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614e670d0>
14.201705 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/blocks.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/blocks.py
14.203752 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/blocks.cpython-310.pyc'
14.205012 # extension module 'pandas._libs.writers' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/writers.cpython-310-x86_64-linux-gnu.so'
14.206582 # extension module 'pandas._libs.writers' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/writers.cpython-310-x86_64-linux-gnu.so'
14.207536 import 'pandas._libs.writers' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614e85b10>
14.208795 import 'pandas.core.internals.blocks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e67d90>
14.209182 import 'pandas.core.internals.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e66e90>
14.209839 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/array_manager.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/array_manager.py
14.210902 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/array_manager.cpython-310.pyc'
14.211713 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/base.py
14.212428 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/base.cpython-310.pyc'
14.213135 import 'pandas.core.internals.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e87a30>
14.213882 import 'pandas.core.internals.array_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e86440>
14.214611 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/concat.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/concat.py
14.215210 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/concat.cpython-310.pyc'
14.216020 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/managers.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/managers.py
14.217340 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/managers.cpython-310.pyc'
14.218549 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/ops.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/ops.py
14.218728 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/ops.cpython-310.pyc'
14.219724 import 'pandas.core.internals.ops' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614ec30d0>
14.220626 import 'pandas.core.internals.managers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614ec0eb0>
14.221011 import 'pandas.core.internals.concat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614ec0430>
14.221103 import 'pandas.core.internals' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e66b90>
14.221417 import 'pandas.core.reshape.concat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e66380>
14.221934 # /root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/format.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/formats/format.py
14.223314 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/format.cpython-310.pyc'
14.224669 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/common.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/common.py
14.225370 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/common.cpython-310.pyc'
14.226112 # /usr/lib/python3.10/__pycache__/dataclasses.cpython-310.pyc matches /usr/lib/python3.10/dataclasses.py
14.226862 # code object from '/usr/lib/python3.10/__pycache__/dataclasses.cpython-310.pyc'
14.228297 import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614f063e0>
14.229309 # /usr/lib/python3.10/__pycache__/gzip.cpython-310.pyc matches /usr/lib/python3.10/gzip.py
14.229887 # code object from '/usr/lib/python3.10/__pycache__/gzip.cpython-310.pyc'
14.230678 import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614f06710>
14.231569 # extension module 'mmap' loaded from '/usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so'
14.231910 # extension module 'mmap' executed from '/usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so'
14.232171 import 'mmap' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614d1c2e0>
14.232808 # /usr/lib/python3.10/__pycache__/tarfile.cpython-310.pyc matches /usr/lib/python3.10/tarfile.py
14.234019 # code object from '/usr/lib/python3.10/__pycache__/tarfile.cpython-310.pyc'
14.234696 import 'pwd' # <class '_frozen_importlib.BuiltinImporter'>
14.235001 import 'grp' # <class '_frozen_importlib.BuiltinImporter'>
14.236232 import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d1c3a0>
14.237292 # /usr/lib/python3.10/__pycache__/zipfile.cpython-310.pyc matches /usr/lib/python3.10/zipfile.py
14.238601 # code object from '/usr/lib/python3.10/__pycache__/zipfile.cpython-310.pyc'
14.240017 import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d1e830>
14.241106 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/shared_docs.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/shared_docs.py
14.241423 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/shared_docs.cpython-310.pyc'
14.241505 import 'pandas.core.shared_docs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d1fac0>
14.244779 import 'pandas.io.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614f056f0>
14.246196 import 'pandas.io.formats.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e669e0>
14.247388 import 'pandas.core.describe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e65d80>
14.248682 # /root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/construction.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/internals/construction.py
14.250112 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/internals/__pycache__/construction.cpython-310.pyc'
14.250802 import 'pandas.core.internals.construction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614e66050>
14.251520 # /root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/window/__init__.py
14.251802 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/__init__.cpython-310.pyc'
14.252847 # /root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/ewm.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/window/ewm.py
14.253780 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/ewm.cpython-310.pyc'
14.254709 # /root/.local/lib/python3.10/site-packages/pandas/_libs/window/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_libs/window/__init__.py
14.254939 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_libs/window/__pycache__/__init__.cpython-310.pyc'
14.255033 import 'pandas._libs.window' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d5da80>
14.256160 # extension module 'pandas._libs.window.aggregations' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/window/aggregations.cpython-310-x86_64-linux-gnu.so'
14.257215 # extension module 'pandas._libs.window.aggregations' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/window/aggregations.cpython-310-x86_64-linux-gnu.so'
14.257319 import 'pandas._libs.window.aggregations' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614d5db70>
14.257842 # /root/.local/lib/python3.10/site-packages/pandas/core/indexers/__pycache__/objects.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexers/objects.py
14.258262 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexers/__pycache__/objects.cpython-310.pyc'
14.259090 # extension module 'pandas._libs.window.indexers' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/window/indexers.cpython-310-x86_64-linux-gnu.so'
14.259580 # extension module 'pandas._libs.window.indexers' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/window/indexers.cpython-310-x86_64-linux-gnu.so'
14.259905 import 'pandas._libs.window.indexers' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614d5ecb0>
14.261460 import 'pandas.core.indexers.objects' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d5c730>
14.262675 # /root/.local/lib/python3.10/site-packages/pandas/core/util/__pycache__/numba_.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/util/numba_.py
14.263027 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/util/__pycache__/numba_.cpython-310.pyc'
14.263315 import 'pandas.core.util.numba_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d5f6d0>
14.263782 # /root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/common.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/window/common.py
14.264158 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/common.cpython-310.pyc'
14.264260 import 'pandas.core.window.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d5f8b0>
14.264889 # /root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/doc.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/window/doc.py
14.265219 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/doc.cpython-310.pyc'
14.266325 import 'pandas.core.window.doc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d5fca0>
14.267089 # /root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/numba_.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/window/numba_.py
14.267330 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/numba_.cpython-310.pyc'
14.268017 import 'pandas.core.window.numba_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d5fdc0>
14.268792 # /root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/online.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/window/online.py
14.268979 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/online.cpython-310.pyc'
14.269219 import 'pandas.core.window.online' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614da02b0>
14.269887 # /root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/rolling.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/window/rolling.py
14.271339 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/rolling.cpython-310.pyc'
14.272282 # /root/.local/lib/python3.10/site-packages/pandas/core/_numba/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/_numba/__init__.py
14.272667 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/_numba/__pycache__/__init__.cpython-310.pyc'
14.272753 import 'pandas.core._numba' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614da1570>
14.273459 # /root/.local/lib/python3.10/site-packages/pandas/core/_numba/__pycache__/executor.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/_numba/executor.py
14.273589 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/_numba/__pycache__/executor.cpython-310.pyc'
14.273890 import 'pandas.core._numba.executor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614da1720>
14.278644 import 'pandas.core.window.rolling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614da03a0>
14.280696 import 'pandas.core.window.ewm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d5d7e0>
14.282037 # /root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/expanding.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/window/expanding.py
14.283186 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/window/__pycache__/expanding.cpython-310.pyc'
14.287132 import 'pandas.core.window.expanding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614da1c90>
14.288430 import 'pandas.core.window' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614d5c9d0>
14.307325 import 'pandas.core.generic' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615647d00>
14.308986 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/melt.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/melt.py
14.310261 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/melt.cpython-310.pyc'
14.311817 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/util.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/util.py
14.312383 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/util.cpython-310.pyc'
14.312492 import 'pandas.core.reshape.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614da2d40>
14.313200 # /root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/numeric.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/tools/numeric.py
14.314140 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/numeric.cpython-310.pyc'
14.314434 import 'pandas.core.tools.numeric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614da2f50>
14.315518 import 'pandas.core.reshape.melt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614f765f0>
14.316941 # /root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/series.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/series.py
14.318435 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/__pycache__/series.cpython-310.pyc'
14.319979 # extension module 'pandas._libs.reshape' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/reshape.cpython-310-x86_64-linux-gnu.so'
14.320957 # extension module 'pandas._libs.reshape' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/reshape.cpython-310-x86_64-linux-gnu.so'
14.321440 import 'pandas._libs.reshape' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614df13c0>
14.322430 # /root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/accessors.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/indexes/accessors.py
14.322975 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/indexes/__pycache__/accessors.cpython-310.pyc'
14.324564 import 'pandas.core.indexes.accessors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614df1c00>
14.325842 # /root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/datetimes.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/tools/datetimes.py
14.326687 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/tools/__pycache__/datetimes.cpython-310.pyc'
14.327643 # extension module 'pandas._libs.tslibs.strptime' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/strptime.cpython-310-x86_64-linux-gnu.so'
14.331091 # extension module 'pandas._libs.tslibs.strptime' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/tslibs/strptime.cpython-310-x86_64-linux-gnu.so'
14.332077 import 'pandas._libs.tslibs.strptime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614b4cf40>
14.333361 # /root/.local/lib/python3.10/site-packages/pandas/arrays/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/arrays/__init__.py
14.334443 # code object from '/root/.local/lib/python3.10/site-packages/pandas/arrays/__pycache__/__init__.cpython-310.pyc'
14.334703 import 'pandas.arrays' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614b4d9c0>
14.336111 import 'pandas.core.tools.datetimes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614df3880>
14.337513 # /root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/info.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/formats/info.py
14.338580 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/formats/__pycache__/info.cpython-310.pyc'
14.369357 import 'pandas.io.formats.info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614b4e230>
14.371481 # /root/.local/lib/python3.10/site-packages/pandas/plotting/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/plotting/__init__.py
14.372814 # code object from '/root/.local/lib/python3.10/site-packages/pandas/plotting/__pycache__/__init__.cpython-310.pyc'
14.374119 # /root/.local/lib/python3.10/site-packages/pandas/plotting/__pycache__/_core.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/plotting/_core.py
14.374971 # code object from '/root/.local/lib/python3.10/site-packages/pandas/plotting/__pycache__/_core.cpython-310.pyc'
14.379381 import 'pandas.plotting._core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614b4f730>
14.380613 # /root/.local/lib/python3.10/site-packages/pandas/plotting/__pycache__/_misc.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/plotting/_misc.py
14.381747 # code object from '/root/.local/lib/python3.10/site-packages/pandas/plotting/__pycache__/_misc.cpython-310.pyc'
14.382922 import 'pandas.plotting._misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614b4fdc0>
14.383676 import 'pandas.plotting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614b4f580>
14.392807 import 'pandas.core.series' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614da3130>
14.416287 import 'pandas.core.frame' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615644b80>
14.417713 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/base.py
14.460678 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/base.cpython-310.pyc'
14.463756 import 'pandas.core.groupby.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16156468f0>
14.465697 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/groupby.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/groupby.py
14.467798 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/groupby.cpython-310.pyc'
14.469597 # extension module 'pandas._libs.groupby' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/groupby.cpython-310-x86_64-linux-gnu.so'
14.471887 # extension module 'pandas._libs.groupby' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/groupby.cpython-310-x86_64-linux-gnu.so'
14.474306 import 'pandas._libs.groupby' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614baa290>
14.474698 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/numba_.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/numba_.py
14.474815 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/numba_.cpython-310.pyc'
14.474920 import 'pandas.core.groupby.numba_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614babbb0>
14.475158 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/ops.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/ops.py
14.475901 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/ops.cpython-310.pyc'
14.476618 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/grouper.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/grouper.py
14.477364 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/grouper.cpython-310.pyc'
14.478018 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/categorical.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/categorical.py
14.478500 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/categorical.cpython-310.pyc'
14.478592 import 'pandas.core.groupby.categorical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf50f0>
14.478977 import 'pandas.core.groupby.grouper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf46a0>
14.479646 import 'pandas.core.groupby.ops' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614babaf0>
14.480471 # /root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/indexing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/groupby/indexing.py
14.480812 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/groupby/__pycache__/indexing.cpython-310.pyc'
14.482018 import 'pandas.core.groupby.indexing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf5240>
14.488167 import 'pandas.core.groupby.groupby' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615645570>
14.494819 import 'pandas.core.groupby.generic' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615605f30>
14.496020 import 'pandas.core.groupby' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615605d80>
14.497317 import 'pandas.core.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6cc10>
14.498790 # /root/.local/lib/python3.10/site-packages/pandas/tseries/__pycache__/api.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/tseries/api.py
14.499112 # code object from '/root/.local/lib/python3.10/site-packages/pandas/tseries/__pycache__/api.cpython-310.pyc'
14.499228 import 'pandas.tseries.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615606fe0>
14.499925 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/api.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/api.py
14.499983 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/api.cpython-310.pyc'
14.500503 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/eval.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/eval.py
14.500895 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/eval.cpython-310.pyc'
14.501422 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/engines.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/engines.py
14.501762 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/engines.cpython-310.pyc'
14.502264 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/align.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/align.py
14.502556 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/align.cpython-310.pyc'
14.503348 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/common.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/common.py
14.503594 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/common.cpython-310.pyc'
14.503725 import 'pandas.core.computation.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf7070>
14.503946 import 'pandas.core.computation.align' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf6a10>
14.504657 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/ops.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/ops.py
14.505189 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/ops.cpython-310.pyc'
14.505876 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/scope.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/scope.py
14.506290 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/scope.cpython-310.pyc'
14.506969 # /usr/lib/python3.10/__pycache__/pprint.cpython-310.pyc matches /usr/lib/python3.10/pprint.py
14.507899 # code object from '/usr/lib/python3.10/__pycache__/pprint.cpython-310.pyc'
14.508144 import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614c40550>
14.508767 # /root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/chainmap.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/compat/chainmap.py
14.509354 # code object from '/root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/chainmap.cpython-310.pyc'
14.509977 import 'pandas.compat.chainmap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614c40d00>
14.510379 import 'pandas.core.computation.scope' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf7ee0>
14.510894 import 'pandas.core.computation.ops' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf7250>
14.511626 import 'pandas.core.computation.engines' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf6620>
14.512149 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/expr.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/expr.py
14.512982 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/expr.cpython-310.pyc'
14.513780 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/parsing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/parsing.py
14.514043 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/parsing.cpython-310.pyc'
14.514304 import 'pandas.core.computation.parsing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614c42110>
14.517957 import 'pandas.core.computation.expr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf7a90>
14.518097 import 'pandas.core.computation.eval' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614bf6440>
14.518182 import 'pandas.core.computation.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615605e70>
14.518654 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/api.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/api.py
14.518898 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/api.cpython-310.pyc'
14.519360 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/encoding.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/encoding.py
14.519874 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/encoding.cpython-310.pyc'
14.520122 import 'pandas.core.reshape.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614c41b10>
14.520644 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/merge.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/merge.py
14.521864 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/merge.cpython-310.pyc'
14.522790 # /usr/lib/python3.10/__pycache__/uuid.cpython-310.pyc matches /usr/lib/python3.10/uuid.py
14.523592 # code object from '/usr/lib/python3.10/__pycache__/uuid.cpython-310.pyc'
14.524949 # extension module '_uuid' loaded from '/usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so'
14.525656 # extension module '_uuid' executed from '/usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so'
14.526535 import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f161484d3f0>
14.527024 import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484c070>
14.528418 import 'pandas.core.reshape.merge' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161482f0a0>
14.529743 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/pivot.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/pivot.py
14.530412 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/pivot.cpython-310.pyc'
14.533265 import 'pandas.core.reshape.pivot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484d420>
14.534718 # /root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/tile.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/reshape/tile.py
14.536186 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/reshape/__pycache__/tile.cpython-310.pyc'
14.536951 import 'pandas.core.reshape.tile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484dc90>
14.537222 import 'pandas.core.reshape.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615b6cd90>
14.537853 # /root/.local/lib/python3.10/site-packages/pandas/api/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/api/__init__.py
14.538339 # code object from '/root/.local/lib/python3.10/site-packages/pandas/api/__pycache__/__init__.cpython-310.pyc'
14.539183 # /root/.local/lib/python3.10/site-packages/pandas/api/extensions/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/api/extensions/__init__.py
14.539335 # code object from '/root/.local/lib/python3.10/site-packages/pandas/api/extensions/__pycache__/__init__.cpython-310.pyc'
14.539553 import 'pandas.api.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484e2f0>
14.540157 # /root/.local/lib/python3.10/site-packages/pandas/api/indexers/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/api/indexers/__init__.py
14.540495 # code object from '/root/.local/lib/python3.10/site-packages/pandas/api/indexers/__pycache__/__init__.cpython-310.pyc'
14.540759 import 'pandas.api.indexers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484e380>
14.541298 # /root/.local/lib/python3.10/site-packages/pandas/api/interchange/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/api/interchange/__init__.py
14.541542 # code object from '/root/.local/lib/python3.10/site-packages/pandas/api/interchange/__pycache__/__init__.cpython-310.pyc'
14.542290 # /root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/interchange/__init__.py
14.542453 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/__init__.cpython-310.pyc'
14.542508 import 'pandas.core.interchange' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484e5f0>
14.543163 # /root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/dataframe_protocol.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/interchange/dataframe_protocol.py
14.543784 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/dataframe_protocol.cpython-310.pyc'
14.545698 import 'pandas.core.interchange.dataframe_protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484e6b0>
14.546990 # /root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/from_dataframe.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/interchange/from_dataframe.py
14.548120 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/from_dataframe.cpython-310.pyc'
14.548906 # /root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/column.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/interchange/column.py
14.549269 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/column.cpython-310.pyc'
14.550078 # /root/.local/lib/python3.10/site-packages/pandas/api/types/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/api/types/__init__.py
14.550421 # code object from '/root/.local/lib/python3.10/site-packages/pandas/api/types/__pycache__/__init__.cpython-310.pyc'
14.551161 # /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/api.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/dtypes/api.py
14.551710 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/dtypes/__pycache__/api.cpython-310.pyc'
14.551889 import 'pandas.core.dtypes.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484fe50>
14.552365 import 'pandas.api.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484fc40>
14.552922 # /root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/buffer.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/interchange/buffer.py
14.553246 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/buffer.cpython-310.pyc'
14.553800 import 'pandas.core.interchange.buffer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484fe80>
14.554562 # /root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/utils.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/interchange/utils.py
14.554980 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/interchange/__pycache__/utils.cpython-310.pyc'
14.555262 import 'pandas.core.interchange.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484ff40>
14.555604 import 'pandas.core.interchange.column' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484f640>
14.556124 import 'pandas.core.interchange.from_dataframe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484f1c0>
14.556221 import 'pandas.api.interchange' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484e410>
14.556508 import 'pandas.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484e110>
14.557294 # /root/.local/lib/python3.10/site-packages/pandas/__pycache__/testing.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/testing.py
14.557489 # code object from '/root/.local/lib/python3.10/site-packages/pandas/__pycache__/testing.cpython-310.pyc'
14.558000 # /root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_testing/__init__.py
14.559322 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/__init__.cpython-310.pyc'
14.560607 # /root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/_io.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_testing/_io.py
14.561193 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/_io.cpython-310.pyc'
14.562043 # /root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/_random.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_testing/_random.py
14.562294 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/_random.cpython-310.pyc'
14.562452 import 'pandas._testing._random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614881ba0>
14.563083 # /root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/contexts.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_testing/contexts.py
14.563492 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/contexts.cpython-310.pyc'
14.564256 # /usr/lib/python3.10/__pycache__/tempfile.cpython-310.pyc matches /usr/lib/python3.10/tempfile.py
14.564816 # code object from '/usr/lib/python3.10/__pycache__/tempfile.cpython-310.pyc'
14.565442 import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148821a0>
14.565839 import 'pandas._testing.contexts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614881d80>
14.566203 import 'pandas._testing._io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614881660>
14.566893 # /root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/_warnings.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_testing/_warnings.py
14.567206 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/_warnings.cpython-310.pyc'
14.567309 import 'pandas._testing._warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614883340>
14.569038 # /root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/asserters.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_testing/asserters.py
14.569528 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/asserters.cpython-310.pyc'
14.569974 # extension module 'pandas._libs.testing' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/testing.cpython-310-x86_64-linux-gnu.so'
14.570546 import 'cmath' # <class '_frozen_importlib.BuiltinImporter'>
14.570909 # extension module 'pandas._libs.testing' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/testing.cpython-310-x86_64-linux-gnu.so'
14.570989 import 'pandas._libs.testing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614883d60>
14.571403 import 'pandas._testing.asserters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148834c0>
14.571916 # /root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/compat.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_testing/compat.py
14.572003 # code object from '/root/.local/lib/python3.10/site-packages/pandas/_testing/__pycache__/compat.cpython-310.pyc'
14.572221 import 'pandas._testing.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614883e50>
14.573369 import 'pandas._testing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484fac0>
14.574096 import 'pandas.testing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161484e170>
14.574760 # /root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_print_versions.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/util/_print_versions.py
14.575331 # code object from '/root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_print_versions.cpython-310.pyc'
14.575438 import 'pandas.util._print_versions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1615605c30>
14.576089 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/api.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/api.py
14.576181 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/api.cpython-310.pyc'
14.576875 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/clipboards.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/clipboards.py
14.577022 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/clipboards.cpython-310.pyc'
14.577327 import 'pandas.io.clipboards' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148bc1f0>
14.577862 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/__init__.py
14.578199 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/__init__.cpython-310.pyc'
14.579011 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_base.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_base.py
14.579801 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_base.cpython-310.pyc'
14.580976 # extension module 'pandas._libs.parsers' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/parsers.cpython-310-x86_64-linux-gnu.so'
14.584515 # extension module 'pandas._libs.parsers' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/parsers.cpython-310-x86_64-linux-gnu.so'
14.585491 import 'pandas._libs.parsers' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f16148bd7b0>
14.586729 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_util.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_util.py
14.587781 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_util.cpython-310.pyc'
14.588343 import 'pandas.io.excel._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148bfe80>
14.589014 # /root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/parsers/__init__.py
14.589296 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/__init__.cpython-310.pyc'
14.590054 # /root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/readers.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/parsers/readers.py
14.590907 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/readers.cpython-310.pyc'
14.591688 # /root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/arrow_parser_wrapper.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/parsers/arrow_parser_wrapper.py
14.592122 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/arrow_parser_wrapper.cpython-310.pyc'
14.592726 # /root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/base_parser.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/parsers/base_parser.py
14.593677 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/base_parser.cpython-310.pyc'
14.594890 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/date_converters.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/date_converters.py
14.595390 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/date_converters.cpython-310.pyc'
14.595513 import 'pandas.io.date_converters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148e8e50>
14.596487 import 'pandas.io.parsers.base_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148bf430>
14.596994 import 'pandas.io.parsers.arrow_parser_wrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148bec50>
14.597746 # /root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/c_parser_wrapper.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/parsers/c_parser_wrapper.py
14.599162 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/c_parser_wrapper.cpython-310.pyc'
14.599529 import 'pandas.io.parsers.c_parser_wrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148e8ca0>
14.600634 # /root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/python_parser.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/parsers/python_parser.py
14.601276 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/parsers/__pycache__/python_parser.cpython-310.pyc'
14.601947 import 'pandas.io.parsers.python_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148e9450>
14.611754 import 'pandas.io.parsers.readers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148bfa00>
14.612718 import 'pandas.io.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148bfbb0>
14.620290 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_odfreader.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_odfreader.py
14.622111 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_odfreader.cpython-310.pyc'
14.623872 import 'pandas.io.excel._odfreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148ea9b0>
14.624807 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_openpyxl.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_openpyxl.py
14.626394 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_openpyxl.cpython-310.pyc'
14.628392 import 'pandas.io.excel._openpyxl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148eaec0>
14.629755 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_pyxlsb.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_pyxlsb.py
14.630228 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_pyxlsb.cpython-310.pyc'
14.630628 import 'pandas.io.excel._pyxlsb' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148eba60>
14.631432 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_xlrd.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_xlrd.py
14.631599 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_xlrd.cpython-310.pyc'
14.632014 import 'pandas.io.excel._xlrd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148ebf10>
14.632359 import 'pandas.io.excel._base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148bc6a0>
14.632810 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_odswriter.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_odswriter.py
14.633363 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_odswriter.cpython-310.pyc'
14.634501 # extension module 'pandas._libs.json' loaded from '/root/.local/lib/python3.10/site-packages/pandas/_libs/json.cpython-310-x86_64-linux-gnu.so'
14.634756 # extension module 'pandas._libs.json' executed from '/root/.local/lib/python3.10/site-packages/pandas/_libs/json.cpython-310-x86_64-linux-gnu.so'
14.634937 import 'pandas._libs.json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1614688550>
14.635270 import 'pandas.io.excel._odswriter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16146882e0>
14.635866 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_xlsxwriter.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_xlsxwriter.py
14.636299 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_xlsxwriter.cpython-310.pyc'
14.636713 import 'pandas.io.excel._xlsxwriter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614688580>
14.637408 # /root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_xlwt.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/excel/_xlwt.py
14.638023 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/excel/__pycache__/_xlwt.cpython-310.pyc'
14.638226 import 'pandas.io.excel._xlwt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614689030>
14.638532 import 'pandas.io.excel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16148bc490>
14.638997 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/feather_format.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/feather_format.py
14.639383 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/feather_format.cpython-310.pyc'
14.640236 import 'pandas.io.feather_format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614689450>
14.640907 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/gbq.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/gbq.py
14.641490 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/gbq.cpython-310.pyc'
14.641805 import 'pandas.io.gbq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16146894e0>
14.642846 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/html.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/html.py
14.643311 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/html.cpython-310.pyc'
14.644500 import 'pandas.io.html' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16146895a0>
14.645700 # /root/.local/lib/python3.10/site-packages/pandas/io/json/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/json/__init__.py
14.645915 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/json/__pycache__/__init__.cpython-310.pyc'
14.646928 # /root/.local/lib/python3.10/site-packages/pandas/io/json/__pycache__/_json.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/json/_json.py
14.647790 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/json/__pycache__/_json.cpython-310.pyc'
14.648636 # /root/.local/lib/python3.10/site-packages/pandas/io/json/__pycache__/_normalize.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/json/_normalize.py
14.649032 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/json/__pycache__/_normalize.cpython-310.pyc'
14.651239 import 'pandas.io.json._normalize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161468b8e0>
14.652602 # /root/.local/lib/python3.10/site-packages/pandas/io/json/__pycache__/_table_schema.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/json/_table_schema.py
14.653785 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/json/__pycache__/_table_schema.cpython-310.pyc'
14.654126 import 'pandas.io.json._table_schema' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161468bf70>
14.656544 import 'pandas.io.json._json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161468abc0>
14.657758 import 'pandas.io.json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161468aa10>
14.659272 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/orc.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/orc.py
14.659541 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/orc.cpython-310.pyc'
14.659811 import 'pandas.io.orc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161468ada0>
14.660310 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/parquet.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/parquet.py
14.661086 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/parquet.cpython-310.pyc'
14.662325 import 'pandas.io.parquet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161468b1c0>
14.663363 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/pickle.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/pickle.py
14.663764 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/pickle.cpython-310.pyc'
14.664641 # /root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/pickle_compat.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/compat/pickle_compat.py
14.665143 # code object from '/root/.local/lib/python3.10/site-packages/pandas/compat/__pycache__/pickle_compat.cpython-310.pyc'
14.665719 import 'pandas.compat.pickle_compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16146c09d0>
14.667103 import 'pandas.io.pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16146c07f0>
14.668251 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/pytables.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/pytables.py
14.670257 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/pytables.cpython-310.pyc'
14.671739 # /root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/pytables.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/core/computation/pytables.py
14.672655 # code object from '/root/.local/lib/python3.10/site-packages/pandas/core/computation/__pycache__/pytables.cpython-310.pyc'
14.673722 import 'pandas.core.computation.pytables' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16146c3fa0>
14.675636 import 'pandas.io.pytables' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16146c0ee0>
14.676840 # /root/.local/lib/python3.10/site-packages/pandas/io/sas/__pycache__/__init__.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/sas/__init__.py
14.677670 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/sas/__pycache__/__init__.cpython-310.pyc'
14.678337 # /root/.local/lib/python3.10/site-packages/pandas/io/sas/__pycache__/sasreader.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/sas/sasreader.py
14.678616 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/sas/__pycache__/sasreader.cpython-310.pyc'
14.679611 import 'pandas.io.sas.sasreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614719ed0>
14.679966 import 'pandas.io.sas' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16146c39a0>
14.680456 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/spss.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/spss.py
14.680555 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/spss.cpython-310.pyc'
14.680855 import 'pandas.io.spss' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614719fc0>
14.681453 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/sql.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/sql.py
14.682665 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/sql.cpython-310.pyc'
14.683859 import 'pandas.io.sql' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161471a140>
14.684841 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/stata.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/stata.py
14.686493 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/stata.cpython-310.pyc'
14.689571 import 'pandas.io.stata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161471b5b0>
14.691246 # /root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/xml.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/io/xml.py
14.692647 # code object from '/root/.local/lib/python3.10/site-packages/pandas/io/__pycache__/xml.cpython-310.pyc'
14.695250 import 'pandas.io.xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161471bc40>
14.696347 import 'pandas.io.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614883fd0>
14.697770 # /root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_tester.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/util/_tester.py
14.698679 # code object from '/root/.local/lib/python3.10/site-packages/pandas/util/__pycache__/_tester.cpython-310.pyc'
14.698971 import 'pandas.util._tester' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1614762530>
14.699623 # /root/.local/lib/python3.10/site-packages/pandas/__pycache__/_version.cpython-310.pyc matches /root/.local/lib/python3.10/site-packages/pandas/_version.py
14.699722 # code object from '/root/.local/lib/python3.10/site-packages/pandas/__pycache__/_version.cpython-310.pyc'
14.699971 import 'pandas._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16147626e0>
14.700512 import 'pandas' # <_frozen_importlib_external.SourceFileLoader object at 0x7f161ef87250>
14.721526 # clear builtins._
14.722407 # clear sys.path
14.723128 # clear sys.argv
14.723807 # clear sys.ps1
14.724473 # clear sys.ps2
14.724685 # clear sys.last_type
14.724810 # clear sys.last_value
14.725046 # clear sys.last_traceback
14.725095 # clear sys.path_hooks
14.725122 # clear sys.path_importer_cache
14.725148 # clear sys.meta_path
14.725397 # clear sys.__interactivehook__
14.725443 # restore sys.stdin
14.725471 # restore sys.stdout
14.725498 # restore sys.stderr
14.725576 # cleanup[2] removing sys
14.725614 # cleanup[2] removing builtins
14.725858 # cleanup[2] removing _frozen_importlib
14.725894 # cleanup[2] removing _imp
14.725923 # cleanup[2] removing _thread
14.725951 # cleanup[2] removing _warnings
14.725979 # cleanup[2] removing _weakref
14.726235 # cleanup[2] removing _io
14.726273 # cleanup[2] removing marshal
14.726302 # cleanup[2] removing posix
14.726332 # cleanup[2] removing _frozen_importlib_external
14.726361 # cleanup[2] removing time
14.726391 # cleanup[2] removing zipimport
14.726616 # cleanup[2] removing _codecs
14.726657 # cleanup[2] removing codecs
14.726689 # cleanup[2] removing encodings.aliases
14.726720 # cleanup[2] removing encodings
14.726935 # cleanup[2] removing encodings.utf_8
14.726984 # cleanup[2] removing _signal
14.727014 # cleanup[2] removing _abc
14.727043 # cleanup[2] removing abc
14.727072 # cleanup[2] removing io
14.727101 # cleanup[2] removing __main__
14.727321 # destroy __main__
14.727369 # cleanup[2] removing _stat
14.727398 # cleanup[2] removing stat
14.727426 # cleanup[2] removing _collections_abc
14.727454 # cleanup[2] removing genericpath
14.727656 # cleanup[2] removing posixpath
14.727690 # cleanup[2] removing os.path
14.727719 # cleanup[2] removing os
14.727752 # cleanup[2] removing _sitebuiltins
14.727781 # cleanup[2] removing sitecustomize
14.728003 # destroy sitecustomize
14.728047 # cleanup[2] removing site
14.728076 # destroy site
14.728104 # cleanup[2] removing __future__
14.728328 # destroy __future__
14.728365 # cleanup[2] removing warnings
14.728410 # cleanup[2] removing types
14.728644 # cleanup[2] removing enum
14.728681 # cleanup[2] removing numpy._globals
14.728711 # cleanup[2] removing numpy.__config__
14.728930 # cleanup[2] removing numpy._distributor_init
14.728970 # cleanup[2] removing _sre
14.728999 # cleanup[2] removing sre_constants
14.729029 # destroy sre_constants
14.729058 # cleanup[2] removing sre_parse
14.729278 # cleanup[2] removing sre_compile
14.729331 # cleanup[2] removing itertools
14.729364 # cleanup[2] removing keyword
14.729393 # cleanup[2] removing _operator
14.729615 # cleanup[2] removing operator
14.729651 # cleanup[2] removing reprlib
14.729680 # destroy reprlib
14.729709 # cleanup[2] removing _collections
14.729738 # cleanup[2] removing collections
14.729997 # cleanup[2] removing _functools
14.730037 # cleanup[2] removing functools
14.730067 # cleanup[2] removing _locale
14.730096 # cleanup[2] removing copyreg
14.730125 # cleanup[2] removing re
14.730346 # cleanup[2] removing _json
14.730381 # cleanup[2] removing json.scanner
14.730411 # cleanup[2] removing json.decoder
14.730439 # cleanup[2] removing json.encoder
14.730470 # cleanup[2] removing json
14.730672 # cleanup[2] removing numpy._version
14.730731 # cleanup[2] removing numpy.version
14.730762 # cleanup[2] removing math
14.730791 # cleanup[2] removing _datetime
14.730821 # cleanup[2] removing datetime
14.730851 # cleanup[2] removing numpy.core._multiarray_umath
14.731130 # cleanup[2] removing numpy.compat._inspect
14.731168 # cleanup[2] removing numpy.compat._pep440
14.731197 # cleanup[2] removing fnmatch
14.731226 # cleanup[2] removing ntpath
14.731255 # cleanup[2] removing errno
14.731284 # cleanup[2] removing urllib
14.731314 # cleanup[2] removing urllib.parse
14.731549 # cleanup[2] removing pathlib
14.731597 # cleanup[2] removing _struct
14.731626 # cleanup[2] removing struct
14.731657 # cleanup[2] removing _compat_pickle
14.731686 # cleanup[2] removing _pickle
14.731715 # cleanup[2] removing pickle
14.731947 # cleanup[2] removing numpy.compat.py3k
14.731991 # cleanup[2] removing numpy.compat
14.732020 # cleanup[2] removing numpy.core.overrides
14.732049 # cleanup[2] removing numpy.core.multiarray
14.732078 # cleanup[2] removing numpy.core.umath
14.732107 # cleanup[2] removing numbers
14.732379 # cleanup[2] removing numpy.core._string_helpers
14.734827 # cleanup[2] removing numpy.core._dtype
14.736001 # cleanup[2] removing numpy.core._type_aliases
14.736471 # cleanup[2] removing numpy.core.numerictypes
14.736501 # cleanup[2] removing contextlib
14.736521 # cleanup[2] removing numpy.core._exceptions
14.736555 # cleanup[2] removing numpy.core._methods
14.736576 # cleanup[2] removing numpy.core.fromnumeric
14.736690 # cleanup[2] removing numpy.core.shape_base
14.736738 # cleanup[2] removing collections.abc
14.736758 # cleanup[2] removing numpy.core._ufunc_config
14.736778 # cleanup[2] removing numpy.core.arrayprint
14.736961 # cleanup[2] removing numpy.core._asarray
14.736986 # cleanup[2] removing numpy.core.numeric
14.737006 # cleanup[2] removing numpy.core.defchararray
14.737026 # cleanup[2] removing numpy.core.records
14.737046 # cleanup[2] removing numpy.core.memmap
14.737066 # destroy numpy.core.memmap
14.737085 # cleanup[2] removing numpy.core.function_base
14.737105 # cleanup[2] removing numpy.core._machar
14.737303 # cleanup[2] removing numpy.core.getlimits
14.737346 # cleanup[2] removing numpy.core.einsumfunc
14.737366 # cleanup[2] removing numpy.core._multiarray_tests
14.737386 # cleanup[2] removing numpy.core._add_newdocs
14.737405 # cleanup[2] removing signal
14.737425 # cleanup[2] removing _weakrefset
14.737445 # destroy _weakrefset
14.737464 # cleanup[2] removing threading
14.737484 # cleanup[2] removing fcntl
14.737504 # cleanup[2] removing _posixsubprocess
14.737717 # cleanup[2] removing select
14.737754 # cleanup[2] removing selectors
14.737774 # cleanup[2] removing subprocess
14.737794 # cleanup[2] removing platform
14.737813 # cleanup[2] removing numpy.core._add_newdocs_scalars
14.737833 # cleanup[2] removing numpy.core._dtype_ctypes
14.737853 # cleanup[2] removing _ast
14.737873 # destroy _ast
14.737893 # cleanup[2] removing ast
14.738069 # cleanup[2] removing _ctypes
14.738099 # cleanup[2] removing ctypes._endian
14.738119 # cleanup[2] removing ctypes
14.738160 # cleanup[2] removing numpy.core._internal
14.738180 # cleanup[2] removing numpy._pytesttester
14.738200 # cleanup[2] removing numpy.core
14.738219 # cleanup[2] removing numpy.lib.mixins
14.738239 # cleanup[2] removing numpy.lib.ufunclike
14.738355 # cleanup[2] removing numpy.lib.type_check
14.738398 # cleanup[2] removing numpy.lib.scimath
14.738418 # cleanup[2] removing numpy.lib.stride_tricks
14.738438 # cleanup[2] removing numpy.lib.twodim_base
14.738458 # cleanup[2] removing numpy.linalg._umath_linalg
14.738693 # cleanup[2] removing numpy.linalg.linalg
14.738721 # cleanup[2] removing numpy.linalg
14.738741 # cleanup[2] removing numpy.matrixlib.defmatrix
14.738760 # cleanup[2] removing numpy.matrixlib
14.738780 # cleanup[2] removing numpy.lib.histograms
14.738800 # cleanup[2] removing numpy.lib.function_base
14.738820 # cleanup[2] removing numpy.lib.index_tricks
14.738839 # cleanup[2] removing numpy.lib.nanfunctions
14.738859 # cleanup[2] removing numpy.lib.shape_base
14.738879 # cleanup[2] removing numpy.lib.polynomial
14.739100 # cleanup[2] removing textwrap
14.739135 # cleanup[2] removing numpy.lib.utils
14.739155 # cleanup[2] removing numpy.lib.arraysetops
14.739174 # cleanup[2] removing weakref
14.739193 # cleanup[2] removing numpy.lib.format
14.739212 # cleanup[2] removing numpy.lib._datasource
14.739231 # cleanup[2] removing numpy.lib._iotools
14.739250 # cleanup[2] removing numpy.lib.npyio
14.739270 # cleanup[2] removing numpy.lib.arrayterator
14.739289 # cleanup[2] removing numpy.lib.arraypad
14.739509 # cleanup[2] removing numpy.lib._version
14.739536 # cleanup[2] removing numpy.lib
14.739557 # cleanup[2] removing numpy.fft._pocketfft_internal
14.739579 # cleanup[2] removing numpy.fft._pocketfft
14.739599 # cleanup[2] removing numpy.fft.helper
14.739620 # cleanup[2] removing numpy.fft
14.739641 # cleanup[2] removing numpy.polynomial.polyutils
14.739660 # cleanup[2] removing numpy.polynomial._polybase
14.739682 # cleanup[2] removing numpy.polynomial.polynomial
14.739898 # cleanup[2] removing numpy.polynomial.chebyshev
14.739923 # cleanup[2] removing numpy.polynomial.legendre
14.739943 # cleanup[2] removing numpy.polynomial.hermite
14.739962 # cleanup[2] removing numpy.polynomial.hermite_e
14.739981 # cleanup[2] removing numpy.polynomial.laguerre
14.740000 # cleanup[2] removing numpy.polynomial
14.740019 # cleanup[2] removing cython_runtime
14.740038 # cleanup[2] removing _cython_0_29_32
14.740057 # destroy _cython_0_29_32
14.740076 # cleanup[2] removing numpy.random._common
14.740292 # cleanup[2] removing binascii
14.740325 # cleanup[2] removing base64
14.740343 # cleanup[2] removing _hashlib
14.740360 # cleanup[2] removing _blake2
14.740377 # cleanup[2] removing hashlib
14.740395 # cleanup[2] removing hmac
14.740412 # destroy hmac
14.740429 # cleanup[2] removing _bisect
14.740447 # cleanup[2] removing bisect
14.740464 # cleanup[2] removing _random
14.740496 # cleanup[2] removing _sha512
14.740514 # cleanup[2] removing random
14.740713 # destroy random
14.740738 # cleanup[2] removing secrets
14.740757 # destroy secrets
14.740776 # cleanup[2] removing numpy.random.bit_generator
14.740795 # cleanup[2] removing numpy.random._bounded_integers
14.740815 # cleanup[2] removing numpy.random._mt19937
14.740834 # cleanup[2] removing numpy.random.mtrand
14.741031 # cleanup[2] removing numpy.random._philox
14.741068 # cleanup[2] removing numpy.random._pcg64
14.741087 # cleanup[2] removing numpy.random._sfc64
14.741107 # cleanup[2] removing numpy.random._generator
14.741126 # cleanup[2] removing numpy.random._pickle
14.741145 # cleanup[2] removing numpy.random
14.741164 # cleanup[2] removing numpy.ctypeslib
14.741183 # cleanup[2] removing _opcode
14.741202 # cleanup[2] removing opcode
14.741221 # destroy opcode
14.741421 # cleanup[2] removing dis
14.741456 # cleanup[2] removing importlib._bootstrap
14.741476 # cleanup[2] removing importlib._bootstrap_external
14.741495 # cleanup[2] removing importlib
14.741515 # cleanup[2] removing importlib.machinery
14.741560 # cleanup[2] removing token
14.741580 # cleanup[2] removing tokenize
14.741859 # cleanup[2] removing linecache
14.741887 # cleanup[2] removing inspect
14.741921 # cleanup[2] removing numpy.ma.core
14.741940 # cleanup[2] removing numpy.ma.extras
14.741959 # cleanup[2] removing numpy.ma
14.741978 # cleanup[2] removing numpy
14.742234 # cleanup[2] removing pytz.exceptions
14.742270 # cleanup[2] removing pytz.lazy
14.742290 # cleanup[2] removing pytz.tzinfo
14.742310 # cleanup[2] removing pytz.tzfile
14.742329 # cleanup[2] removing pytz
14.742349 # cleanup[2] removing dateutil._version
14.742369 # cleanup[2] removing dateutil
14.742388 # destroy dateutil
14.742408 # destroy dateutil._version
14.742428 # cleanup[2] removing typing
14.742447 # cleanup[2] removing pandas._typing
14.742653 # cleanup[2] removing pandas._libs.tslibs.np_datetime
14.742689 # cleanup[2] removing pandas._libs.tslibs.dtypes
14.742710 # cleanup[2] removing pandas._libs.tslibs.base
14.742729 # cleanup[2] removing pandas.util._exceptions
14.742749 # cleanup[2] removing pandas._libs.tslibs.nattype
14.742769 # cleanup[2] removing pandas.util.version
14.742789 # cleanup[2] removing pandas.compat._optional
14.742808 # cleanup[2] removing sysconfig
14.742828 # cleanup[2] removing _sysconfigdata__x86_64-linux-gnu
14.743043 # destroy _sysconfigdata__x86_64-linux-gnu
14.746708 # cleanup[2] removing zoneinfo._tzpath
14.747921 # cleanup[2] removing zoneinfo._common
14.749058 # cleanup[2] removing _zoneinfo
14.749265 # destroy _zoneinfo
14.749494 # cleanup[2] removing zoneinfo
14.749533 # cleanup[2] removing importlib._abc
14.749553 # cleanup[2] removing importlib.util
14.749573 # cleanup[2] removing six
14.749592 # cleanup[2] removing six.moves
14.749612 # cleanup[2] removing dateutil.tz._common
14.749632 # cleanup[2] removing dateutil.tz._factories
14.749651 # cleanup[2] removing dateutil.tz.tz
14.749843 # cleanup[2] removing dateutil.tz
14.749880 # cleanup[2] removing pandas._libs.tslibs.timezones
14.749900 # cleanup[2] removing pandas._libs.tslibs.tzconversion
14.749920 # cleanup[2] removing pandas._libs.tslibs.ccalendar
14.749940 # cleanup[2] removing locale
14.749959 # cleanup[2] removing calendar
14.749979 # cleanup[2] removing _strptime
14.750217 # destroy _strptime
14.750246 # cleanup[2] removing pandas._config.config
14.750266 # cleanup[2] removing pandas._config.dates
14.750285 # cleanup[2] removing pandas._config.display
14.750305 # cleanup[2] removing pandas._config
14.750325 # cleanup[2] removing pandas._config.localization
14.750344 # cleanup[2] removing pandas._libs.tslibs.fields
14.750364 # cleanup[2] removing pandas._libs.tslibs.timedeltas
14.750384 # cleanup[2] removing pandas._libs.tslibs.timestamps
14.750403 # cleanup[2] removing dateutil.easter
14.750423 # destroy dateutil.easter
14.750563 # cleanup[2] removing dateutil._common
14.750590 # destroy dateutil._common
14.750609 # cleanup[2] removing dateutil.relativedelta
14.750629 # cleanup[2] removing pandas._libs.properties
14.750649 # cleanup[2] removing pandas._libs.tslibs.offsets
14.750753 # cleanup[2] removing _string
14.750776 # cleanup[2] removing string
14.750796 # cleanup[2] removing _decimal
14.750978 # cleanup[2] removing decimal
14.751003 # cleanup[2] removing dateutil.parser._parser
14.751023 # cleanup[2] removing dateutil.parser.isoparser
14.751042 # destroy dateutil.parser.isoparser
14.751074 # cleanup[2] removing dateutil.parser
14.751093 # destroy dateutil.parser
14.751112 # cleanup[2] removing pandas._libs.tslibs.parsing
14.751131 # cleanup[2] removing pandas._libs.tslibs.conversion
14.751150 # cleanup[2] removing pandas._libs.tslibs.period
14.751359 # cleanup[2] removing pandas._libs.tslibs.vectorized
14.751384 # cleanup[2] removing pandas._libs.tslibs
14.751403 # cleanup[2] removing pandas._libs.ops_dispatch
14.751423 # cleanup[2] removing pandas._libs.missing
14.751442 # cleanup[2] removing pandas._libs.hashtable
14.751461 # cleanup[2] removing pandas._libs.algos
14.751480 # cleanup[2] removing pandas._libs.interval
14.751499 # cleanup[2] removing pandas._libs
14.751518 # cleanup[2] removing pandas.util._decorators
14.751692 # cleanup[2] removing pandas.core
14.751728 # cleanup[2] removing pandas.core.util
14.751748 # cleanup[2] removing pandas._libs.tslib
14.751776 # cleanup[2] removing pandas._libs.lib
14.751796 # cleanup[2] removing pandas._libs.hashing
14.751815 # cleanup[2] removing pandas.core.dtypes
14.751834 # cleanup[2] removing pandas.errors
14.752039 # cleanup[2] removing pandas.core.dtypes.generic
14.752064 # cleanup[2] removing pandas.core.dtypes.base
14.752084 # cleanup[2] removing pandas.core.dtypes.inference
14.752103 # cleanup[2] removing pandas.core.dtypes.dtypes
14.752122 # cleanup[2] removing pandas.core.dtypes.common
14.752141 # cleanup[2] removing pandas.core.util.hashing
14.752160 # cleanup[2] removing pandas.util
14.752179 # cleanup[2] removing pandas.compat.numpy
14.752399 # cleanup[2] removing gc
14.752438 # cleanup[2] removing pyarrow._generated_version
14.752458 # cleanup[2] removing _cython_0_29_30
14.752477 # destroy _cython_0_29_30
14.752496 # cleanup[2] removing _socket
14.752515 # cleanup[2] removing array
14.760609 # cleanup[2] removing socket
14.761667 # cleanup[2] removing pyarrow.util
14.762387 # cleanup[2] removing atexit
14.762420 # cleanup[2] removing _heapq
14.762440 # cleanup[2] removing heapq
14.762460 # destroy heapq
14.762480 # cleanup[2] removing _queue
14.762499 # cleanup[2] removing queue
14.762716 # destroy queue
14.762751 # cleanup[2] removing pyarrow.lib
14.762776 # cleanup[2] removing pyarrow._hdfsio
14.762801 # cleanup[2] removing pyarrow.filesystem
14.762845 # cleanup[2] removing pyarrow.hdfs
14.762876 # cleanup[2] removing pyarrow.ipc
14.762897 # cleanup[2] removing pyarrow.serialization
14.763082 # cleanup[2] removing pyarrow.types
14.763119 # cleanup[2] removing pyarrow
14.763138 # cleanup[2] removing pandas.compat.pyarrow
14.763158 # cleanup[2] removing pandas.compat
14.763177 # cleanup[2] removing pandas.core.config_init
14.763196 # cleanup[2] removing pandas.core.dtypes.missing
14.763215 # cleanup[2] removing pandas.util._validators
14.763234 # cleanup[2] removing pandas.core.dtypes.astype
14.763419 # cleanup[2] removing pandas.core.dtypes.cast
14.763454 # cleanup[2] removing pandas.core.dtypes.concat
14.763473 # cleanup[2] removing pandas.core.array_algos
14.763492 # cleanup[2] removing pandas.core.common
14.763511 # cleanup[2] removing pandas.core.construction
14.763530 # cleanup[2] removing pandas.core.array_algos.take
14.763549 # cleanup[2] removing pandas.core.indexers.utils
14.763568 # cleanup[2] removing pandas.core.indexers
14.763588 # cleanup[2] removing pandas.core.algorithms
14.763759 # cleanup[2] removing pandas.core.roperator
14.763794 # cleanup[2] removing pandas._libs.ops
14.763814 # cleanup[2] removing pandas.core.computation
14.763833 # cleanup[2] removing pandas.core.computation.check
14.763852 # cleanup[2] removing pandas.core.computation.expressions
14.763872 # cleanup[2] removing pandas.core.ops.missing
14.763891 # cleanup[2] removing pandas.core.ops.dispatch
14.764075 # cleanup[2] removing pandas.core.ops.invalid
14.764127 # cleanup[2] removing pandas.core.ops.array_ops
14.764148 # cleanup[2] removing pandas.core.ops.common
14.764167 # cleanup[2] removing pandas.core.ops.docstrings
14.764187 # cleanup[2] removing pandas.core.ops.mask_ops
14.764214 # cleanup[2] removing pandas.core.ops.methods
14.764234 # cleanup[2] removing pandas.core.ops
14.764421 # cleanup[2] removing pandas.core.arraylike
14.764457 # cleanup[2] removing pandas.compat.numpy.function
14.764477 # cleanup[2] removing pandas.core.missing
14.764497 # cleanup[2] removing pandas.core.array_algos.quantile
14.764517 # cleanup[2] removing pandas.core.sorting
14.764536 # cleanup[2] removing pandas.core.arrays.base
14.764556 # cleanup[2] removing pyarrow._compute
14.764576 # cleanup[2] removing pyarrow._compute_docstrings
14.764776 # cleanup[2] removing pyarrow.vendored
14.764804 # cleanup[2] removing pkgutil
14.764824 # cleanup[2] removing traceback
14.764844 # destroy traceback
14.764864 # cleanup[2] removing pydoc
14.764883 # cleanup[2] removing copy
14.764903 # cleanup[2] removing pyarrow.vendored.docscrape
14.764923 # cleanup[2] removing pyarrow.compute
14.764943 # cleanup[2] removing pandas.core.arrays.arrow._arrow_utils
14.765173 # cleanup[2] removing pandas.core.arrays.arrow.dtype
14.765200 # cleanup[2] removing pandas.core.arrays.arrow.array
14.765220 # cleanup[2] removing pandas.core.arrays.arrow
14.765255 # cleanup[2] removing pandas.core.nanops
14.765277 # cleanup[2] removing pandas.core.array_algos.masked_reductions
14.765297 # cleanup[2] removing pandas.core.arrays.masked
14.765327 # cleanup[2] removing pandas.core.arrays.boolean
14.765347 # cleanup[2] removing _csv
14.765549 # cleanup[2] removing csv
14.765584 # cleanup[2] removing zlib
14.765605 # cleanup[2] removing _compression
14.765624 # cleanup[2] removing _bz2
14.765644 # cleanup[2] removing bz2
14.765664 # cleanup[2] removing _lzma
14.765683 # cleanup[2] removing lzma
14.765703 # cleanup[2] removing shutil
14.765723 # cleanup[2] removing pandas._libs.arrays
14.765937 # cleanup[2] removing pandas.core.accessor
14.765963 # cleanup[2] removing pandas.core.array_algos.transforms
14.765983 # cleanup[2] removing pandas.core.arrays._mixins
14.766362 # cleanup[2] removing pandas.core.base
14.766401 # cleanup[2] removing pandas.core.strings.accessor
14.766421 # cleanup[2] removing pandas.core.strings.base
14.766441 # cleanup[2] removing pandas.core.strings
14.766588 # cleanup[2] removing unicodedata
14.766613 # cleanup[2] removing pandas.core.strings.object_array
14.766633 # cleanup[2] removing pandas.io
14.767544 # cleanup[2] removing pandas.io.formats
14.767714 # cleanup[2] removing pandas.io.formats.console
14.767740 # cleanup[2] removing pandas.core.arrays.categorical
14.767760 # cleanup[2] removing pandas.core.arrays.numeric
14.767955 # cleanup[2] removing pandas.core.arrays.integer
14.767993 # cleanup[2] removing pandas.tseries
14.768013 # cleanup[2] removing pandas.tseries.frequencies
14.768033 # cleanup[2] removing pandas.core.arrays.datetimelike
14.768054 # cleanup[2] removing pandas.core.arrays._ranges
14.768073 # cleanup[2] removing pandas.tseries.offsets
14.768274 # cleanup[2] removing pandas.core.arrays.datetimes
14.768312 # cleanup[2] removing pandas.core.arrays.floating
14.768333 # cleanup[2] removing pandas.core.indexes
14.768368 # cleanup[2] removing pandas._libs.index
14.768389 # cleanup[2] removing pandas._libs.join
14.768409 # cleanup[2] removing pandas.core.array_algos.putmask
14.775415 # cleanup[2] removing pandas._libs.sparse
14.776579 # cleanup[2] removing pandas.core.arrays.sparse.dtype
14.777133 # cleanup[2] removing pandas.io.formats.printing
14.777206 # cleanup[2] removing pandas.core.arrays.sparse.array
14.777240 # cleanup[2] removing pandas.core.arrays.sparse.accessor
14.777260 # cleanup[2] removing pandas.core.arrays.sparse
14.777280 # cleanup[2] removing pandas.core.arrays.numpy_
14.777411 # cleanup[2] removing pandas.core.arrays.string_
14.777436 # cleanup[2] removing pandas.core.indexes.frozen
14.777456 # cleanup[2] removing pandas.core.indexes.base
14.777476 # cleanup[2] removing pandas.core.arrays.interval
14.777654 # cleanup[2] removing pandas.core.arrays.period
14.777688 # cleanup[2] removing pandas.core.arrays.string_arrow
14.777708 # cleanup[2] removing pandas.core.arrays.timedeltas
14.777740 # cleanup[2] removing pandas.core.arrays
14.777760 # cleanup[2] removing pandas.core.flags
14.777779 # cleanup[2] removing pandas._libs.reduction
14.777798 # cleanup[2] removing pandas.core.apply
14.777817 # cleanup[2] removing pandas._libs.indexing
14.778040 # cleanup[2] removing pandas.core.indexes.extension
14.778067 # cleanup[2] removing pandas.core.indexes.category
14.778087 # cleanup[2] removing pandas.core.indexes.numeric
14.778107 # cleanup[2] removing pandas.core.indexes.range
14.778127 # cleanup[2] removing pandas.core.tools
14.778159 # cleanup[2] removing pandas.core.tools.timedeltas
14.778180 # cleanup[2] removing pandas.core.indexes.datetimelike
14.778200 # cleanup[2] removing pandas.core.tools.times
14.778437 # cleanup[2] removing pandas.core.indexes.datetimes
14.778470 # cleanup[2] removing pandas.core.indexes.multi
14.778490 # cleanup[2] removing pandas.core.indexes.timedeltas
14.778510 # cleanup[2] removing pandas.core.indexes.interval
14.778530 # cleanup[2] removing pandas.core.indexes.period
14.778550 # cleanup[2] removing pandas.core.indexes.api
14.778570 # cleanup[2] removing pandas.core.indexing
14.778590 # cleanup[2] removing pandas.core.sample
14.778627 # cleanup[2] removing pandas.core.array_algos.replace
14.778806 # cleanup[2] removing pandas.core.reshape
14.778843 # cleanup[2] removing pandas._libs.internals
14.778863 # cleanup[2] removing pandas._libs.writers
14.778883 # cleanup[2] removing pandas.core.internals.blocks
14.778903 # cleanup[2] removing pandas.core.internals.api
14.778922 # cleanup[2] removing pandas.core.internals.base
14.778942 # cleanup[2] removing pandas.core.internals.array_manager
14.779101 # cleanup[2] removing pandas.core.internals.ops
14.779142 # cleanup[2] removing pandas.core.internals.managers
14.779178 # cleanup[2] removing pandas.core.internals.concat
14.779198 # cleanup[2] removing pandas.core.internals
14.779218 # cleanup[2] removing pandas.core.reshape.concat
14.779238 # cleanup[2] removing dataclasses
14.779414 # cleanup[2] removing gzip
14.779456 # cleanup[2] removing mmap
14.779477 # cleanup[2] removing pwd
14.779497 # cleanup[2] removing grp
14.779528 # cleanup[2] removing tarfile
14.779547 # cleanup[2] removing zipfile
14.779566 # cleanup[2] removing pandas.core.shared_docs
14.779585 # cleanup[2] removing pandas.io.common
14.779761 # cleanup[2] removing pandas.io.formats.format
14.779796 # cleanup[2] removing pandas.core.describe
14.779816 # cleanup[2] removing pandas.core.internals.construction
14.779835 # cleanup[2] removing pandas._libs.window
14.779854 # cleanup[2] removing pandas._libs.window.aggregations
14.779874 # cleanup[2] removing pandas._libs.window.indexers
14.780057 # cleanup[2] removing pandas.core.indexers.objects
14.780097 # cleanup[2] removing pandas.core.util.numba_
14.780117 # cleanup[2] removing pandas.core.window.common
14.780145 # cleanup[2] removing pandas.core.window.doc
14.780164 # cleanup[2] removing pandas.core.window.numba_
14.780183 # cleanup[2] removing pandas.core.window.online
14.780202 # cleanup[2] removing pandas.core._numba
14.780221 # cleanup[2] removing pandas.core._numba.executor
14.780419 # cleanup[2] removing pandas.core.window.rolling
14.780454 # cleanup[2] removing pandas.core.window.ewm
14.780488 # cleanup[2] removing pandas.core.window.expanding
14.780508 # cleanup[2] removing pandas.core.window
14.780527 # cleanup[2] removing pandas.core.generic
14.780546 # cleanup[2] removing pandas.core.reshape.util
14.780565 # cleanup[2] removing pandas.core.tools.numeric
14.780584 # cleanup[2] removing pandas.core.reshape.melt
14.780759 # cleanup[2] removing pandas._libs.reshape
14.780794 # cleanup[2] removing pandas.core.indexes.accessors
14.780814 # cleanup[2] removing pandas._libs.tslibs.strptime
14.780833 # cleanup[2] removing pandas.arrays
14.780852 # cleanup[2] removing pandas.core.tools.datetimes
14.780871 # cleanup[2] removing pandas.io.formats.info
14.780890 # cleanup[2] removing pandas.plotting._core
14.780910 # cleanup[2] removing pandas.plotting._misc
14.781107 # cleanup[2] removing pandas.plotting
14.781133 # cleanup[2] removing pandas.core.series
14.781152 # cleanup[2] removing pandas.core.frame
14.781171 # cleanup[2] removing pandas.core.groupby.base
14.781190 # cleanup[2] removing pandas._libs.groupby
14.781209 # cleanup[2] removing pandas.core.groupby.numba_
14.781228 # cleanup[2] removing pandas.core.groupby.categorical
14.781248 # cleanup[2] removing pandas.core.groupby.grouper
14.781456 # cleanup[2] removing pandas.core.groupby.ops
14.781494 # cleanup[2] removing pandas.core.groupby.indexing
14.781514 # cleanup[2] removing pandas.core.groupby.groupby
14.781534 # cleanup[2] removing pandas.core.groupby.generic
14.781554 # cleanup[2] removing pandas.core.groupby
14.781573 # cleanup[2] removing pandas.core.api
14.781593 # cleanup[2] removing pandas.tseries.api
14.781613 # cleanup[2] removing pandas.core.computation.common
14.781633 # cleanup[2] removing pandas.core.computation.align
14.781652 # cleanup[2] removing pprint
14.781835 # cleanup[2] removing pandas.compat.chainmap
14.781871 # cleanup[2] removing pandas.core.computation.scope
14.781891 # cleanup[2] removing pandas.core.computation.ops
14.781911 # cleanup[2] removing pandas.core.computation.engines
14.781931 # cleanup[2] removing pandas.core.computation.parsing
14.781951 # cleanup[2] removing pandas.core.computation.expr
14.781970 # cleanup[2] removing pandas.core.computation.eval
14.782167 # cleanup[2] removing pandas.core.computation.api
14.782198 # cleanup[2] removing pandas.core.reshape.encoding
14.782218 # cleanup[2] removing _uuid
14.782238 # cleanup[2] removing uuid
14.782257 # cleanup[2] removing pandas.core.reshape.merge
14.782277 # cleanup[2] removing pandas.core.reshape.pivot
14.782297 # cleanup[2] removing pandas.core.reshape.tile
14.782498 # cleanup[2] removing pandas.core.reshape.api
14.782540 # cleanup[2] removing pandas.api.extensions
14.782561 # cleanup[2] removing pandas.api.indexers
14.782580 # cleanup[2] removing pandas.core.interchange
14.782600 # cleanup[2] removing pandas.core.interchange.dataframe_protocol
14.782620 # cleanup[2] removing pandas.core.dtypes.api
14.782639 # cleanup[2] removing pandas.api.types
14.782659 # cleanup[2] removing pandas.core.interchange.buffer
14.782838 # cleanup[2] removing pandas.core.interchange.utils
14.782879 # cleanup[2] removing pandas.core.interchange.column
14.782899 # cleanup[2] removing pandas.core.interchange.from_dataframe
14.782919 # cleanup[2] removing pandas.api.interchange
14.782939 # cleanup[2] removing pandas.api
14.782959 # cleanup[2] removing pandas._testing._random
14.782978 # cleanup[2] removing tempfile
14.782998 # cleanup[2] removing pandas._testing.contexts
14.783174 # cleanup[2] removing pandas._testing._io
14.783210 # cleanup[2] removing pandas._testing._warnings
14.783231 # cleanup[2] removing cmath
14.783250 # cleanup[2] removing pandas._libs.testing
14.783270 # cleanup[2] removing pandas._testing.asserters
14.783290 # cleanup[2] removing pandas._testing.compat
14.783309 # cleanup[2] removing pandas._testing
14.783329 # cleanup[2] removing pandas.testing
14.783531 # cleanup[2] removing pandas.util._print_versions
14.783557 # cleanup[2] removing pandas.io.clipboards
14.783577 # cleanup[2] removing pandas._libs.parsers
14.783597 # cleanup[2] removing pandas.io.excel._util
14.783617 # cleanup[2] removing pandas.io.date_converters
14.783636 # cleanup[2] removing pandas.io.parsers.base_parser
14.783656 # cleanup[2] removing pandas.io.parsers.arrow_parser_wrapper
14.783676 # cleanup[2] removing pandas.io.parsers.c_parser_wrapper
14.783872 # cleanup[2] removing pandas.io.parsers.python_parser
14.783920 # cleanup[2] removing pandas.io.parsers.readers
14.783940 # cleanup[2] removing pandas.io.parsers
14.783959 # cleanup[2] removing pandas.io.excel._odfreader
14.783978 # cleanup[2] removing pandas.io.excel._openpyxl
14.783997 # cleanup[2] removing pandas.io.excel._pyxlsb
14.784017 # cleanup[2] removing pandas.io.excel._xlrd
14.784036 # cleanup[2] removing pandas.io.excel._base
14.784202 # cleanup[2] removing pandas._libs.json
14.784226 # cleanup[2] removing pandas.io.excel._odswriter
14.784245 # cleanup[2] removing pandas.io.excel._xlsxwriter
14.784278 # cleanup[2] removing pandas.io.excel._xlwt
14.784298 # cleanup[2] removing pandas.io.excel
14.784317 # cleanup[2] removing pandas.io.feather_format
14.784506 # cleanup[2] removing pandas.io.gbq
14.784535 # cleanup[2] removing pandas.io.html
14.784554 # cleanup[2] removing pandas.io.json._normalize
14.784573 # cleanup[2] removing pandas.io.json._table_schema
14.784592 # cleanup[2] removing pandas.io.json._json
14.784611 # cleanup[2] removing pandas.io.json
14.784630 # cleanup[2] removing pandas.io.orc
14.784649 # cleanup[2] removing pandas.io.parquet
14.784681 # cleanup[2] removing pandas.compat.pickle_compat
14.784855 # cleanup[2] removing pandas.io.pickle
14.784889 # cleanup[2] removing pandas.core.computation.pytables
14.784909 # cleanup[2] removing pandas.io.pytables
14.784928 # cleanup[2] removing pandas.io.sas.sasreader
14.784947 # cleanup[2] removing pandas.io.sas
14.784966 # cleanup[2] removing pandas.io.spss
14.784985 # cleanup[2] removing pandas.io.sql
14.785136 # cleanup[2] removing pandas.io.stata
14.785191 # cleanup[2] removing pandas.io.xml
14.785211 # cleanup[2] removing pandas.io.api
14.785230 # cleanup[2] removing pandas.util._tester
14.785250 # cleanup[2] removing pandas._version
14.785269 # cleanup[2] removing pandas
14.796669 # destroy _sitebuiltins
14.797913 # destroy base64
14.799147 # destroy hashlib
14.799668 # destroy _hashlib
14.799932 # destroy _blake2
14.800027 # destroy dateutil.parser._parser
14.800322 # cleanup[3] wiping pandas
14.800385 # destroy pandas._typing
14.800872 # destroy pandas._config
14.800956 # destroy pandas._config.dates
14.800992 # destroy pandas._config.display
14.801022 # destroy pandas._config.localization
14.801074 # destroy pandas._libs
14.801115 # destroy pandas._libs.window
14.801149 # destroy pandas._testing
14.801179 # destroy pandas._version
14.801211 # destroy pandas.core
14.801241 # destroy pandas.core.util
14.801271 # destroy pandas.core.util.hashing
14.801301 # destroy pandas.core.util.numba_
14.801330 # destroy pandas.core.dtypes
14.801564 # destroy pandas.core.dtypes.generic
14.801601 # destroy pandas.core.dtypes.base
14.801631 # destroy pandas.core.dtypes.inference
14.801660 # destroy pandas.core.dtypes.dtypes
14.801688 # destroy pandas.core.dtypes.common
14.801903 # destroy pandas.core.dtypes.missing
14.801939 # destroy pandas.core.dtypes.astype
14.801968 # destroy pandas.core.dtypes.cast
14.802010 # destroy pandas.core.dtypes.concat
14.802252 # destroy pandas.core.dtypes.api
14.802315 # destroy pandas.core.config_init
14.802346 # destroy pandas.core.array_algos
14.802376 # destroy pandas.core.array_algos.take
14.802618 # destroy pandas.core.array_algos.quantile
14.802663 # destroy pandas.core.array_algos.transforms
14.802697 # destroy pandas.core.array_algos.putmask
14.802726 # destroy pandas.core.array_algos.replace
14.802947 # destroy pandas.core.construction
14.802985 # destroy pandas.core.indexers
14.803017 # destroy pandas.core.indexers.utils
14.803047 # destroy pandas.core.indexers.objects
14.803242 # destroy pandas.core.computation
14.803301 # destroy pandas.core.computation.check
14.803334 # destroy pandas.core.computation.common
14.803363 # destroy pandas.core.computation.align
14.803393 # destroy pandas.core.computation.engines
14.803630 # destroy pandas.core.computation.parsing
14.803672 # destroy pandas.core.computation.eval
14.803701 # destroy pandas.core.computation.api
14.803733 # destroy pandas.core.computation.pytables
14.803765 # destroy pandas.core.sorting
14.803970 # destroy pandas.core.accessor
14.804007 # destroy pandas.core.strings
14.804040 # destroy pandas.core.strings.accessor
14.804069 # destroy pandas.core.strings.base
14.804099 # destroy pandas.core.strings.object_array
14.804304 # destroy pandas.core.indexes
14.804349 # destroy pandas.core.indexes.frozen
14.804396 # destroy pandas.core.indexes.extension
14.804633 # destroy pandas.core.indexes.category
14.804693 # destroy pandas.core.indexes.numeric
14.804723 # destroy pandas.core.indexes.range
14.804753 # destroy pandas.core.indexes.datetimelike
14.804801 # destroy pandas.core.indexes.datetimes
14.805058 # destroy pandas.core.indexes.multi
14.805114 # destroy pandas.core.indexes.timedeltas
14.805142 # destroy pandas.core.indexes.interval
14.805170 # destroy pandas.core.indexes.period
14.805198 # destroy pandas.core.indexes.api
14.805226 # destroy pandas.core.indexes.accessors
14.805465 # destroy pandas.core.arrays
14.805510 # destroy pandas.core.arrays.base
14.805540 # destroy pandas.core.arrays.arrow
14.805571 # destroy pandas.core.arrays.arrow._arrow_utils
14.805600 # destroy pandas.core.arrays.arrow.dtype
14.805876 # destroy pandas.core.arrays.arrow.array
14.805917 # destroy pandas.core.arrays.masked
14.805947 # destroy pandas.core.arrays.boolean
14.805978 # destroy pandas.core.arrays._mixins
14.806223 # destroy pandas.core.arrays.categorical
14.806283 # destroy pandas.core.arrays.numeric
14.806313 # destroy pandas.core.arrays.integer
14.806344 # destroy pandas.core.arrays._ranges
14.806372 # destroy pandas.core.arrays.datetimes
14.806401 # destroy pandas.core.arrays.floating
14.806655 # destroy pandas.core.arrays.sparse
14.806693 # destroy pandas.core.arrays.sparse.dtype
14.806722 # destroy pandas.core.arrays.sparse.array
14.806752 # destroy pandas.core.arrays.sparse.accessor
14.806783 # destroy pandas.core.arrays.numpy_
14.807029 # destroy pandas.core.arrays.string_
14.807073 # destroy pandas.core.arrays.interval
14.807102 # destroy pandas.core.arrays.period
14.807132 # destroy pandas.core.arrays.string_arrow
14.807161 # destroy pandas.core.arrays.timedeltas
14.807192 # destroy pandas.core.flags
14.807433 # destroy pandas.core.apply
14.807470 # destroy pandas.core.tools
14.807502 # destroy pandas.core.tools.timedeltas
14.807531 # destroy pandas.core.tools.times
14.807756 # destroy pandas.core.tools.numeric
14.807815 # destroy pandas.core.reshape
14.807847 # destroy pandas.core.reshape.concat
14.807875 # destroy pandas.core.reshape.util
14.807904 # destroy pandas.core.reshape.melt
14.807949 # destroy pandas.core.reshape.encoding
14.808201 # destroy pandas.core.reshape.merge
14.808246 # destroy pandas.core.reshape.pivot
14.808275 # destroy pandas.core.reshape.tile
14.808305 # destroy pandas.core.reshape.api
14.808338 # destroy pandas.core.internals
14.808368 # destroy pandas.core.shared_docs
14.808661 # destroy pandas.core.describe
14.808710 # destroy pandas.core._numba
14.808741 # destroy pandas.core.window
14.808770 # destroy pandas.core.window.common
14.808976 # destroy pandas.core.window.doc
14.809021 # destroy pandas.core.window.numba_
14.809050 # destroy pandas.core.window.online
14.809078 # destroy pandas.core.window.rolling
14.809106 # destroy pandas.core.window.ewm
14.809187 # destroy pandas.core.window.expanding
14.809327 # destroy pandas.core.generic
14.809358 # destroy pandas.core.series
14.809535 # destroy pandas.core.frame
14.809591 # destroy pandas.core.groupby
14.809622 # destroy pandas.core.groupby.categorical
14.809650 # destroy pandas.core.groupby.indexing
14.809678 # destroy pandas.core.groupby.groupby
14.809885 # destroy pandas.core.groupby.generic
14.809921 # destroy pandas.core.api
14.809954 # destroy pandas.core.interchange
14.809985 # destroy pandas.core.interchange.dataframe_protocol
14.814671 # destroy pandas.core.interchange.buffer
14.815869 # destroy pandas.core.interchange.utils
14.817009 # destroy pandas.core.interchange.column
14.817198 # destroy pandas.core.interchange.from_dataframe
14.817259 # destroy pandas.errors
14.817285 # destroy pandas.util
14.817320 # destroy pandas.compat
14.817464 # destroy pandas.io
14.817498 # destroy pandas.io.formats
14.817525 # destroy pandas.io.formats.info
14.817549 # destroy pandas.io.common
14.817778 # destroy pandas.io.clipboards
14.817820 # destroy pandas.io.date_converters
14.817846 # destroy pandas.io.parsers
14.817872 # destroy pandas.io.parsers.base_parser
14.817897 # destroy pandas.io.parsers.arrow_parser_wrapper
14.817922 # destroy pandas.io.parsers.c_parser_wrapper
14.817950 # destroy pandas.io.parsers.python_parser
14.817976 # destroy pandas.io.parsers.readers
14.818276 # destroy pandas.io.excel
14.818328 # destroy pandas.io.excel._util
14.818351 # destroy pandas.io.excel._odfreader
14.818390 # destroy pandas.io.excel._openpyxl
14.818414 # destroy pandas.io.excel._pyxlsb
14.818439 # destroy pandas.io.excel._xlrd
14.818463 # destroy pandas.io.excel._base
14.818511 # destroy pandas.io.excel._odswriter
14.818862 # destroy pandas.io.excel._xlsxwriter
14.818890 # destroy pandas.io.excel._xlwt
14.818910 # destroy pandas.io.feather_format
14.818933 # destroy pandas.io.gbq
14.818960 # destroy pandas.io.html
14.818982 # destroy pandas.io.json
14.819028 # destroy pandas.io.json._normalize
14.819058 # destroy pandas.io.json._table_schema
14.819087 # destroy pandas.io.json._json
14.819112 # destroy pandas.io.orc
14.819139 # destroy pandas.io.parquet
14.819166 # destroy pandas.io.pickle
14.819190 # destroy pandas.io.pytables
14.819217 # destroy pandas.io.sas
14.819454 # destroy pandas.io.sas.sasreader
14.819484 # destroy pandas.io.spss
14.819503 # destroy pandas.io.sql
14.819523 # destroy pandas.io.stata
14.819543 # destroy pandas.io.xml
14.819562 # destroy pandas.io.api
14.819582 # destroy pandas.tseries
14.819602 # destroy pandas.tseries.api
14.819621 # destroy pandas.arrays
14.819641 # destroy pandas.plotting
14.819661 # destroy pandas.plotting._core
14.819680 # destroy pandas.plotting._misc
14.819878 # destroy pandas.tseries.offsets
14.819903 # destroy pandas.api
14.819932 # destroy pandas.api.extensions
14.819952 # destroy pandas.api.indexers
14.819971 # destroy pandas.api.types
14.819991 # destroy pandas.api.interchange
14.820010 # destroy pandas.testing
14.820030 # cleanup[3] wiping pandas.util._tester
14.820050 # cleanup[3] wiping pandas.compat.pickle_compat
14.820134 # cleanup[3] wiping pandas._libs.json
14.820166 # cleanup[3] wiping pandas._libs.parsers
14.820271 # cleanup[3] wiping pandas.util._print_versions
14.820299 # cleanup[3] wiping pandas._testing.compat
14.820319 # cleanup[3] wiping pandas._testing.asserters
14.820339 # cleanup[3] wiping pandas._libs.testing
14.820547 # cleanup[3] wiping cmath
14.820573 # destroy cmath
14.820593 # cleanup[3] wiping pandas._testing._warnings
14.820613 # cleanup[3] wiping pandas._testing._io
14.820632 # cleanup[3] wiping pandas._testing.contexts
14.820652 # destroy tempfile
14.820672 # cleanup[3] wiping pandas._testing._random
14.820692 # cleanup[3] wiping uuid
14.820711 # cleanup[3] wiping _uuid
14.820934 # destroy _uuid
14.820960 # cleanup[3] wiping pandas.core.computation.expr
14.820979 # cleanup[3] wiping pandas.core.computation.ops
14.820999 # cleanup[3] wiping pandas.core.computation.scope
14.821019 # destroy pprint
14.821039 # cleanup[3] wiping pandas.compat.chainmap
14.821058 # cleanup[3] wiping pandas.core.groupby.ops
14.821078 # destroy pandas.core.groupby.grouper
14.821098 # cleanup[3] wiping pandas.core.groupby.numba_
14.821302 # cleanup[3] wiping pandas._libs.groupby
14.821340 # cleanup[3] wiping pandas.core.groupby.base
14.821360 # cleanup[3] wiping pandas.core.tools.datetimes
14.821379 # cleanup[3] wiping pandas._libs.tslibs.strptime
14.821399 # cleanup[3] wiping pandas._libs.reshape
14.821419 # cleanup[3] wiping pandas.core._numba.executor
14.821439 # cleanup[3] wiping pandas._libs.window.indexers
14.821458 # cleanup[3] wiping pandas._libs.window.aggregations
14.821478 # cleanup[3] wiping pandas.core.internals.construction
14.821498 # cleanup[3] wiping pandas.io.formats.format
14.821726 # cleanup[3] wiping zipfile
14.821752 # destroy pathlib
14.821772 # destroy lzma
14.821792 # cleanup[3] wiping tarfile
14.821811 # cleanup[3] wiping grp
14.821831 # destroy grp
14.821851 # cleanup[3] wiping pwd
14.821871 # destroy pwd
14.821890 # cleanup[3] wiping mmap
14.821910 # cleanup[3] wiping gzip
14.822140 # cleanup[3] wiping dataclasses
14.822187 # destroy keyword
14.822207 # cleanup[3] wiping pandas.core.internals.concat
14.822226 # cleanup[3] wiping pandas.core.internals.managers
14.822246 # cleanup[3] wiping pandas.core.internals.ops
14.822266 # cleanup[3] wiping pandas.core.internals.array_manager
14.822286 # cleanup[3] wiping pandas.core.internals.base
14.822306 # cleanup[3] wiping pandas.core.internals.api
14.822325 # cleanup[3] wiping pandas.core.internals.blocks
14.822345 # cleanup[3] wiping pandas._libs.writers
14.822530 # cleanup[3] wiping pandas._libs.internals
14.822567 # cleanup[3] wiping pandas.core.sample
14.822588 # cleanup[3] wiping pandas.core.indexing
14.822608 # cleanup[3] wiping pandas._libs.indexing
14.822627 # cleanup[3] wiping pandas._libs.reduction
14.822647 # cleanup[3] wiping pandas.core.indexes.base
14.822667 # cleanup[3] wiping pandas.io.formats.printing
14.822687 # cleanup[3] wiping pandas._libs.sparse
14.822886 # cleanup[3] wiping pandas._libs.join
14.822922 # cleanup[3] wiping pandas._libs.index
14.822942 # cleanup[3] wiping pandas.core.arrays.datetimelike
14.822962 # destroy pandas.tseries.frequencies
14.822982 # cleanup[3] wiping pandas.io.formats.console
14.823002 # cleanup[3] wiping unicodedata
14.823022 # cleanup[3] wiping pandas.core.base
14.823041 # cleanup[3] wiping pandas._libs.arrays
14.823061 # cleanup[3] wiping shutil
14.823268 # cleanup[3] wiping _lzma
14.823303 # cleanup[3] wiping bz2
14.823323 # cleanup[3] wiping _bz2
14.823343 # cleanup[3] wiping _compression
14.823362 # cleanup[3] wiping zlib
14.823382 # cleanup[3] wiping csv
14.823402 # cleanup[3] wiping _csv
14.823421 # cleanup[3] wiping pandas.core.array_algos.masked_reductions
14.823441 # cleanup[3] wiping pandas.core.nanops
14.823461 # cleanup[3] wiping pyarrow.compute
14.823658 # cleanup[3] wiping pyarrow.vendored.docscrape
14.823684 # destroy pydoc
14.823703 # cleanup[3] wiping copy
14.823723 # cleanup[3] wiping pkgutil
14.823743 # destroy zipimport
14.823762 # cleanup[3] wiping pyarrow.vendored
14.823782 # destroy pyarrow.vendored.docscrape
14.823971 # cleanup[3] wiping pyarrow._compute_docstrings
14.824013 # cleanup[3] wiping pyarrow._compute
14.824034 # cleanup[3] wiping pandas.core.missing
14.824053 # cleanup[3] wiping pandas.compat.numpy.function
14.824073 # cleanup[3] wiping pandas.core.arraylike
14.824093 # cleanup[3] wiping pandas.core.ops
14.824113 # destroy pandas.core.ops.dispatch
14.824133 # destroy pandas.core.ops.invalid
14.824152 # destroy pandas.core.ops.array_ops
14.824172 # destroy pandas.core.ops.common
14.824351 # destroy pandas.core.ops.docstrings
14.824386 # destroy pandas.core.ops.mask_ops
14.824406 # destroy pandas.core.ops.methods
14.824426 # cleanup[3] wiping pandas.core.ops.missing
14.824446 # cleanup[3] wiping pandas.core.computation.expressions
14.824465 # cleanup[3] wiping pandas._libs.ops
14.824485 # cleanup[3] wiping pandas.core.roperator
14.824505 # cleanup[3] wiping pandas.core.algorithms
14.824680 # cleanup[3] wiping pandas.core.common
14.824731 # cleanup[3] wiping pandas.util._validators
14.824752 # cleanup[3] wiping pandas.compat.pyarrow
14.824771 # cleanup[3] wiping pyarrow
14.824791 # destroy pyarrow._generated_version
14.824811 # destroy pyarrow._compute_docstrings
14.825024 # destroy pyarrow.util
14.825070 # destroy pyarrow.filesystem
14.825099 # destroy pyarrow.hdfs
14.825133 # destroy pyarrow.ipc
14.825157 # destroy pyarrow.serialization
14.825176 # destroy pyarrow.types
14.825200 # destroy pyarrow.vendored
14.825220 # cleanup[3] wiping pyarrow._hdfsio
14.825433 # cleanup[3] wiping pyarrow.lib
14.825459 # destroy decimal
14.825479 # cleanup[3] wiping _queue
14.825499 # cleanup[3] wiping _heapq
14.825519 # cleanup[3] wiping atexit
14.825538 # destroy atexit
14.825558 # cleanup[3] wiping socket
14.825578 # cleanup[3] wiping array
14.825820 # cleanup[3] wiping _socket
14.825846 # cleanup[3] wiping gc
14.825866 # cleanup[3] wiping pandas.compat.numpy
14.825886 # cleanup[3] wiping pandas._libs.hashing
14.825906 # cleanup[3] wiping pandas._libs.lib
14.825926 # cleanup[3] wiping pandas._libs.tslib
14.825945 # cleanup[3] wiping pandas.util._decorators
14.825965 # cleanup[3] wiping pandas._libs.interval
14.826012 # cleanup[3] wiping pandas._libs.algos
14.826223 # cleanup[3] wiping pandas._libs.hashtable
14.826259 # cleanup[3] wiping pandas._libs.missing
14.826279 # cleanup[3] wiping pandas._libs.ops_dispatch
14.826299 # cleanup[3] wiping pandas._libs.tslibs
14.826319 # cleanup[3] wiping pandas._libs.tslibs.vectorized
14.826339 # cleanup[3] wiping pandas._libs.tslibs.period
14.826359 # cleanup[3] wiping pandas._libs.tslibs.conversion
14.826380 # cleanup[3] wiping pandas._libs.tslibs.parsing
14.826407 # cleanup[3] wiping _decimal
14.826650 # cleanup[3] wiping string
14.826687 # cleanup[3] wiping _string
14.826707 # destroy _string
14.826727 # cleanup[3] wiping pandas._libs.tslibs.offsets
14.826747 # cleanup[3] wiping pandas._libs.properties
14.826766 # cleanup[3] wiping dateutil.relativedelta
14.826787 # cleanup[3] wiping pandas._libs.tslibs.timestamps
14.826806 # cleanup[3] wiping pandas._libs.tslibs.timedeltas
14.826826 # cleanup[3] wiping pandas._libs.tslibs.fields
14.826846 # cleanup[3] wiping pandas._config.config
14.827049 # cleanup[3] wiping calendar
14.827094 # cleanup[3] wiping locale
14.827115 # destroy encodings
14.827140 # cleanup[3] wiping pandas._libs.tslibs.ccalendar
14.827167 # cleanup[3] wiping pandas._libs.tslibs.tzconversion
14.827187 # cleanup[3] wiping pandas._libs.tslibs.timezones
14.827209 # destroy zoneinfo
14.827499 # cleanup[3] wiping dateutil.tz
14.827546 # destroy dateutil.tz._common
14.827572 # destroy dateutil.tz._factories
14.827596 # destroy dateutil.tz.tz
14.827620 # cleanup[3] wiping six.moves
14.827642 # cleanup[3] wiping six
14.827696 # cleanup[3] wiping importlib.util
14.827717 # cleanup[3] wiping importlib._abc
14.827742 # cleanup[3] wiping zoneinfo._common
14.827763 # cleanup[3] wiping zoneinfo._tzpath
14.827991 # cleanup[3] wiping sysconfig
14.828029 # cleanup[3] wiping pandas.compat._optional
14.828049 # cleanup[3] wiping pandas.util.version
14.828068 # cleanup[3] wiping pandas._libs.tslibs.nattype
14.828088 # cleanup[3] wiping pandas.util._exceptions
14.828108 # cleanup[3] wiping pandas._libs.tslibs.base
14.828128 # cleanup[3] wiping pandas._libs.tslibs.dtypes
14.828148 # cleanup[3] wiping pandas._libs.tslibs.np_datetime
14.828168 # cleanup[3] wiping typing
14.828288 # cleanup[3] wiping pytz
14.828312 # destroy pytz.exceptions
14.828341 # destroy pytz.lazy
14.828361 # destroy pytz.tzinfo
14.828494 # destroy pytz.tzfile
14.828517 # cleanup[3] wiping numpy
14.828546 # destroy numpy._globals
14.828796 # destroy numpy._distributor_init
14.828823 # destroy numpy._version
14.828843 # destroy numpy._pytesttester
14.829297 # destroy numpy.__config__
14.829325 # destroy numpy.version
14.829551 # destroy numpy.compat
14.829577 # destroy numpy.compat._inspect
14.829597 # destroy numpy.compat._pep440
14.829617 # destroy numpy.compat.py3k
14.829637 # destroy numpy.core
14.829656 # destroy numpy.lib
14.829676 # destroy numpy.lib.mixins
14.835569 # destroy numpy.lib.ufunclike
14.836851 # destroy numpy.lib.type_check
14.837454 # destroy numpy.lib.stride_tricks
14.837487 # destroy numpy.lib.twodim_base
14.837521 # destroy numpy.lib.histograms
14.837559 # destroy numpy.lib.index_tricks
14.837595 # destroy numpy.lib.nanfunctions
14.837617 # destroy numpy.lib.shape_base
14.837636 # destroy numpy.lib.polynomial
14.837660 # destroy numpy.lib.utils
14.837795 # destroy numpy.lib.arraysetops
14.837828 # destroy numpy.lib._datasource
14.837854 # destroy numpy.lib._iotools
14.837876 # destroy numpy.lib.npyio
14.838115 # destroy numpy.lib.arrayterator
14.838144 # destroy numpy.lib.arraypad
14.838182 # destroy numpy.lib._version
14.838204 # destroy numpy.lib.scimath
14.838225 # destroy numpy.fft
14.838251 # destroy numpy.fft._pocketfft
14.838272 # destroy numpy.fft.helper
14.838296 # destroy numpy.polynomial
14.838576 # destroy numpy.random
14.838604 # destroy numpy.ctypeslib
14.838628 # cleanup[3] wiping numpy.ma
14.838651 # destroy numpy.ma.extras
14.838744 # cleanup[3] wiping numpy.ma.core
14.838787 # cleanup[3] wiping inspect
14.838807 # destroy dis
14.838833 # cleanup[3] wiping linecache
14.839085 # cleanup[3] wiping tokenize
14.839125 # cleanup[3] wiping token
14.839143 # cleanup[3] wiping importlib.machinery
14.839160 # cleanup[3] wiping importlib
14.839178 # destroy importlib._abc
14.839195 # destroy importlib.machinery
14.839213 # destroy importlib.util
14.839235 # cleanup[3] wiping importlib._bootstrap_external
14.839253 # cleanup[3] wiping importlib._bootstrap
14.839271 # cleanup[3] wiping _opcode
14.839288 # cleanup[3] wiping numpy.random._pickle
14.839481 # cleanup[3] wiping numpy.random._generator
14.839516 # cleanup[3] wiping numpy.random._sfc64
14.839535 # cleanup[3] wiping numpy.random._pcg64
14.839555 # cleanup[3] wiping numpy.random._philox
14.839574 # cleanup[3] wiping numpy.random.mtrand
14.839593 # cleanup[3] wiping numpy.random._mt19937
14.839612 # cleanup[3] wiping numpy.random._bounded_integers
14.839631 # cleanup[3] wiping numpy.random.bit_generator
14.839650 # cleanup[3] wiping _sha512
14.839877 # cleanup[3] wiping _random
14.839903 # cleanup[3] wiping bisect
14.839926 # cleanup[3] wiping _bisect
14.839946 # cleanup[3] wiping binascii
14.839967 # cleanup[3] wiping numpy.random._common
14.839986 # cleanup[3] wiping cython_runtime
14.840004 # cleanup[3] wiping numpy.polynomial.laguerre
14.840021 # cleanup[3] wiping numpy.polynomial.hermite_e
14.840057 # cleanup[3] wiping numpy.polynomial.hermite
14.840293 # cleanup[3] wiping numpy.polynomial.legendre
14.840334 # cleanup[3] wiping numpy.polynomial.chebyshev
14.840354 # cleanup[3] wiping numpy.polynomial.polynomial
14.840373 # destroy numpy.linalg
14.840392 # destroy numpy.linalg.linalg
14.840411 # cleanup[3] wiping numpy.polynomial._polybase
14.840431 # cleanup[3] wiping numpy.polynomial.polyutils
14.840450 # cleanup[3] wiping numpy.fft._pocketfft_internal
14.840645 # cleanup[3] wiping numpy.lib.format
14.840683 # cleanup[3] wiping weakref
14.840703 # cleanup[3] wiping textwrap
14.840721 # cleanup[3] wiping numpy.lib.function_base
14.840738 # cleanup[3] wiping numpy.matrixlib
14.840756 # destroy numpy.matrixlib.defmatrix
14.840778 # cleanup[3] wiping numpy.linalg._umath_linalg
14.841023 # cleanup[3] wiping numpy.core._internal
14.841063 # cleanup[3] wiping ctypes
14.841083 # destroy ctypes._endian
14.841102 # cleanup[3] wiping _ctypes
14.841121 # cleanup[3] wiping ast
14.841140 # cleanup[3] wiping numpy.core._dtype_ctypes
14.841159 # cleanup[3] wiping numpy.core._add_newdocs_scalars
14.841194 # cleanup[3] wiping platform
14.841214 # cleanup[3] wiping subprocess
14.841429 # destroy signal
14.841455 # destroy selectors
14.841475 # cleanup[3] wiping select
14.841494 # cleanup[3] wiping _posixsubprocess
14.841513 # destroy _posixsubprocess
14.841532 # cleanup[3] wiping fcntl
14.841551 # destroy fcntl
14.841774 # cleanup[3] wiping threading
14.841807 # cleanup[3] wiping numpy.core._add_newdocs
14.841828 # cleanup[3] wiping numpy.core._multiarray_tests
14.841848 # cleanup[3] wiping numpy.core.einsumfunc
14.841868 # cleanup[3] wiping numpy.core.getlimits
14.841913 # cleanup[3] wiping numpy.core._machar
14.841952 # cleanup[3] wiping numpy.core.function_base
14.842170 # cleanup[3] wiping numpy.core.records
14.842206 # cleanup[3] wiping numpy.core.defchararray
14.842252 # cleanup[3] wiping numpy.core.numeric
14.842281 # cleanup[3] wiping numpy.core._asarray
14.842322 # cleanup[3] wiping numpy.core.arrayprint
14.842626 # cleanup[3] wiping numpy.core._ufunc_config
14.842670 # cleanup[3] wiping collections.abc
14.842693 # cleanup[3] wiping numpy.core.shape_base
14.842712 # cleanup[3] wiping numpy.core.fromnumeric
14.842736 # cleanup[3] wiping numpy.core._methods
14.842780 # cleanup[3] wiping numpy.core._exceptions
14.842983 # cleanup[3] wiping contextlib
14.843022 # cleanup[3] wiping numpy.core.numerictypes
14.843042 # cleanup[3] wiping numpy.core._type_aliases
14.843062 # cleanup[3] wiping numpy.core._dtype
14.843081 # cleanup[3] wiping numpy.core._string_helpers
14.843101 # cleanup[3] wiping numbers
14.843121 # cleanup[3] wiping numpy.core.umath
14.843141 # cleanup[3] wiping numpy.core.multiarray
14.843379 # cleanup[3] wiping numpy.core.overrides
14.843408 # cleanup[3] wiping pickle
14.843428 # destroy _compat_pickle
14.843452 # cleanup[3] wiping _pickle
14.843473 # cleanup[3] wiping struct
14.843497 # cleanup[3] wiping _struct
14.843517 # cleanup[3] wiping urllib.parse
14.843537 # cleanup[3] wiping urllib
14.843580 # destroy urllib.parse
14.843826 # cleanup[3] wiping errno
14.843854 # cleanup[3] wiping ntpath
14.843880 # cleanup[3] wiping fnmatch
14.843907 # cleanup[3] wiping numpy.core._multiarray_umath
14.843928 # cleanup[3] wiping datetime
14.843948 # cleanup[3] wiping _datetime
14.843967 # cleanup[3] wiping math
14.843987 # cleanup[3] wiping json
14.844007 # destroy json.decoder
14.844026 # destroy json.encoder
14.844225 # cleanup[3] wiping json.scanner
14.844271 # cleanup[3] wiping _json
14.844292 # cleanup[3] wiping re
14.844311 # destroy sre_compile
14.844331 # destroy copyreg
14.844351 # cleanup[3] wiping _locale
14.844374 # destroy _locale
14.844394 # cleanup[3] wiping functools
14.844643 # cleanup[3] wiping _functools
14.844687 # cleanup[3] wiping collections
14.844707 # destroy _collections_abc
14.844727 # cleanup[3] wiping _collections
14.844747 # destroy _collections
14.844767 # cleanup[3] wiping operator
14.844786 # cleanup[3] wiping _operator
14.844817 # cleanup[3] wiping itertools
14.844852 # cleanup[3] wiping sre_parse
14.845055 # cleanup[3] wiping _sre
14.845092 # cleanup[3] wiping enum
14.845112 # cleanup[3] wiping types
14.845131 # cleanup[3] wiping warnings
14.845150 # cleanup[3] wiping os
14.845169 # cleanup[3] wiping os.path
14.845188 # destroy genericpath
14.845207 # cleanup[3] wiping posixpath
14.845226 # cleanup[3] wiping stat
14.845425 # cleanup[3] wiping _stat
14.845463 # cleanup[3] wiping io
14.845482 # cleanup[3] wiping abc
14.845501 # cleanup[3] wiping _abc
14.845520 # cleanup[3] wiping _signal
14.845539 # cleanup[3] wiping encodings.utf_8
14.845558 # cleanup[3] wiping encodings.aliases
14.845578 # cleanup[3] wiping codecs
14.845597 # cleanup[3] wiping _codecs
14.845616 # cleanup[3] wiping time
14.845838 # cleanup[3] wiping _frozen_importlib_external
14.845865 # cleanup[3] wiping posix
14.845884 # cleanup[3] wiping marshal
14.845903 # cleanup[3] wiping _io
14.845922 # cleanup[3] wiping _weakref
14.845941 # cleanup[3] wiping _warnings
14.845960 # cleanup[3] wiping _thread
14.845979 # cleanup[3] wiping _imp
14.846010 # cleanup[3] wiping _frozen_importlib
14.846252 # cleanup[3] wiping sys
14.846278 # cleanup[3] wiping builtins
14.846298 # destroy six.moves.urllib
14.846318 # destroy six.moves
14.846337 # destroy _socket
14.846357 # destroy decimal
14.846377 # destroy _pickle
14.846396 # destroy _datetime
14.868897 # destroy zoneinfo._tzpath
14.870332 # destroy zoneinfo._common
14.871939 # destroy subprocess
14.872460 # destroy socket
14.872567 # destroy threading
14.872603 # destroy _heapq
14.873538 # destroy _signal
14.873624 # destroy _queue
14.874028 # destroy binascii
14.874345 # destroy numpy.core.multiarray
14.874414 # destroy numpy.core._string_helpers
14.874458 # destroy numpy.core._dtype
14.874751 # destroy numpy.core._type_aliases
14.874793 # destroy numpy.core._exceptions
14.874822 # destroy numpy.core._methods
14.874854 # destroy numpy.core.fromnumeric
14.874898 # destroy numpy.core.shape_base
14.875106 # destroy numpy.core._ufunc_config
14.875162 # destroy numpy.core.arrayprint
14.875192 # destroy numpy.core._asarray
14.875588 # destroy numpy.core.defchararray
14.875656 # destroy numpy.core.records
14.875687 # destroy numpy.core.function_base
14.875918 # destroy numpy.core._machar
14.875974 # destroy numpy.core.getlimits
14.876006 # destroy numpy.core.einsumfunc
14.876039 # destroy numpy.core._multiarray_tests
14.876324 # destroy numpy.core._add_newdocs
14.876364 # destroy numpy.core._add_newdocs_scalars
14.876412 # destroy numpy.core._dtype_ctypes
14.876444 # destroy numpy.core._internal
14.878638 # destroy _struct
14.880034 # destroy numpy.core.numerictypes
14.880435 # destroy numpy.matrixlib
14.880812 # destroy numpy.lib.format
14.880903 # destroy numpy.polynomial.polyutils
14.881180 # destroy numpy.polynomial._polybase
14.881221 # destroy numpy.polynomial.polynomial
14.881259 # destroy numpy.polynomial.chebyshev
14.881294 # destroy numpy.polynomial.legendre
14.881506 # destroy numpy.polynomial.hermite
14.881565 # destroy numpy.polynomial.hermite_e
14.881594 # destroy numpy.polynomial.laguerre
14.881635 # destroy numpy.random._pickle
14.881984 # destroy sre_parse
14.882428 # destroy _opcode
14.882563 # destroy stat
14.882928 # destroy six.moves.urllib_parse
14.882987 # destroy six.moves.urllib.error
14.883022 # destroy six.moves.urllib.request
14.883064 # destroy six.moves.urllib.response
14.883093 # destroy six.moves.urllib.robotparser
14.884874 # destroy _frozen_importlib_external
14.885452 # destroy _imp
14.885684 # destroy marshal
14.887303 # destroy array
14.887882 # destroy pandas.util._exceptions
14.887950 # destroy pandas.util.version
14.888000 # destroy pandas.util._decorators
14.888036 # destroy pandas.util._validators
14.888165 # destroy pandas.util._print_versions
14.888210 # destroy pandas.util._tester
14.888413 # destroy uuid
14.888786 # destroy pandas._testing._random
14.888868 # destroy pandas._testing.contexts
14.888898 # destroy pandas._testing._io
14.889178 # destroy pandas._testing._warnings
14.889243 # destroy pandas._testing.asserters
14.889335 # destroy pandas._testing.compat
14.889933 # destroy json.scanner
14.890272 # destroy _json
14.890340 # destroy numpy.ma.core
14.890714 # destroy numpy.linalg._umath_linalg
14.891000 # destroy numpy.core.umath
14.891285 # destroy contextlib
14.891389 # destroy numpy.lib.function_base
14.891682 # destroy numpy.core.numeric
14.891785 # destroy numpy.fft._pocketfft_internal
14.891817 # destroy numpy.core.overrides
14.892065 # destroy numpy.core._multiarray_umath
14.892802 # destroy select
14.894640 # destroy _bz2
14.896052 # destroy pandas.core.internals.blocks
14.896263 # destroy pandas.core.internals.api
14.896510 # destroy pandas.core.internals.base
14.896552 # destroy pandas.core.internals.array_manager
14.896598 # destroy pandas.core.internals.ops
14.896852 # destroy pandas.core.internals.managers
14.896900 # destroy pandas.core.internals.concat
14.896941 # destroy pandas.core.internals.construction
14.897435 # destroy token
14.897816 # destroy ast
14.897941 # destroy pandas.core.computation.expr
14.898137 # destroy pandas.core.computation.ops
14.898357 # destroy pandas.core.computation.scope
14.898427 # destroy zlib
14.898488 # destroy _compression
14.900135 # destroy _lzma
14.901367 # destroy typing
14.901453 # destroy pandas.core.tools.datetimes
14.901523 # destroy csv
14.901837 # destroy pandas._libs.json
14.901888 # destroy pyarrow.compute
14.902239 # destroy shutil
14.902308 # destroy errno
14.903742 # destroy _csv
14.904285 # destroy pkgutil
14.904499 # destroy sysconfig
14.904706 # destroy tokenize
14.904745 # destroy urllib
14.905285 # destroy linecache
14.907535 # destroy _frozen_importlib
14.916685 # destroy encodings.aliases
14.917746 # destroy encodings.utf_8
14.918925 # destroy _codecs
14.919681 # destroy math
14.920148 # destroy _random
14.920532 # destroy _sha512
14.920693 # clear sys.audit hooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment