ai-content-maker/.venv/Lib/site-packages/pandas/io/parsers/__init__.py

10 lines
204 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
from pandas.io.parsers.readers import (
TextFileReader,
TextParser,
read_csv,
read_fwf,
read_table,
)
__all__ = ["TextFileReader", "TextParser", "read_csv", "read_fwf", "read_table"]