Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Parameter nrows in read_csv() #940

Open
@akharche

Description

@akharche

Provide the ability to read the piece of dataset. It's useful while reading by chunks.

@numba.njit(parallel=True)
def foo():
  df = pd.read_csv("test_df.csv", nrows=10)
  print(df)

Metadata

Metadata

Assignees

Labels

FeatureRequestRequest for new functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions