Skip to content

ReadCSV: parameter nrows cause fallback to Pandas #1523

@akharche

Description

@akharche

Adding 'dtype' parameter to read_csv() falls back to Pandas implementation.

dtype = np.int16
df = pd.read_csv(filename, nrows=100000, dtype=dtype, header=None)

UserWarning: Parameters provided defaulting to pandas implementation.

Metadata

Metadata

Assignees

Labels

P2Minor bugs or low-priority feature requestsnew feature/request 💬Requests and pull requests for new features

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions