/usr/local/lib64/python3.6/site-packages/pandas/io/__pycache__
NameSizeModeActions
api.cpython-36.pyc10960644editdlrm
clipboards.cpython-36.pyc33920644editdlrm
common.cpython-36.pyc140640644editdlrm
date_converters.cpython-36.pyc19470644editdlrm
feather_format.cpython-36.pyc29360644editdlrm
gbq.cpython-36.pyc74590644editdlrm
html.cpython-36.pyc319770644editdlrm
orc.cpython-36.pyc18020644editdlrm
parquet.cpython-36.pyc95000644editdlrm
parsers.cpython-36.pyc882000644editdlrm
pickle.cpython-36.pyc56790644editdlrm
pytables.cpython-36.pyc1308050644editdlrm
spss.cpython-36.pyc13280644editdlrm
sql.cpython-36.pyc522830644editdlrm
stata.cpython-36.pyc975630644editdlrm
__init__.cpython-36.pyc1450644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/pandas/io/__pycache__/orc.cpython-36.pyc (1802B)
3 :%EgŒã@shdZddlZddlmZmZmZddlmZddlm Z erHddl m Z d eeee ddœd d „Z dS) z orc compat éN)Ú TYPE_CHECKINGÚListÚOptional)ÚFilePathOrBuffer)Úget_filepath_or_buffer)Ú DataFramer)ÚpathÚcolumnsÚreturncKsbddl}tjj|jƒdkr"tdƒ‚ddl}t|ƒ\}}}}|jj |ƒ}|j fd|i|—Žj ƒ}|S)az Load an ORC object from the file path, returning a DataFrame. .. versionadded:: 1.0.0 Parameters ---------- path : str, path object or file-like object Any valid string path is acceptable. The string could be a URL. Valid URL schemes include http, ftp, s3, and file. For file URLs, a host is expected. A local file could be: ``file://localhost/path/to/table.orc``. If you want to pass in a path object, pandas accepts any ``os.PathLike``. By file-like object, we refer to objects with a ``read()`` method, such as a file handler (e.g. via builtin ``open`` function) or ``StringIO``. columns : list, default None If not None, only these columns will be read from the file. **kwargs Any additional kwargs are passed to pyarrow. Returns ------- DataFrame rNz0.13.0z&pyarrow must be >= 0.13.0 for read_orcr ) ÚpyarrowÚ distutilsÚversionZ LooseVersionÚ __version__Ú ImportErrorZ pyarrow.orcrZorcZORCFileÚreadZ to_pandas)rr Úkwargsr Ú_Zorc_fileÚresult©rú9/usr/local/lib64/python3.6/site-packages/pandas/io/orc.pyÚread_orcs  r)N)Ú__doc__r ÚtypingrrrZpandas._typingrZpandas.io.commonrZpandasrÚstrrrrrrÚs