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

Parameter nrows in read_csv() #940

Open
akharche opened this issue Oct 27, 2020 · 0 comments
Open

Parameter nrows in read_csv() #940

akharche opened this issue Oct 27, 2020 · 0 comments
Assignees
Labels
FeatureRequest Request for new functionality

Comments

@akharche
Copy link
Contributor

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)
@akharche akharche added the FeatureRequest Request for new functionality label Oct 27, 2020
@kozlov-alexey kozlov-alexey self-assigned this Dec 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FeatureRequest Request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants