-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReadCSV: parameter nrows cause fallback to Pandas #1523
Labels
new feature/request 💬
Requests and pull requests for new features
P2
Minor bugs or low-priority feature requests
Milestone
Comments
akharche
added
the
new feature/request 💬
Requests and pull requests for new features
label
Jun 2, 2020
Hi @akharche, thanks for the report! I believe it is the |
Hi @devin-petersohn, thanks for the clarification! Should I reopen the issue with 'nrows' parameter? |
aregm
changed the title
ReadCSV: parameter dtype
ReadCSV: parameter nrows cause fallback to Pandas
Jun 3, 2020
No we can keep the issue. @aregm has changed the title. |
6 tasks
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Aug 19, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Sep 3, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Sep 3, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Sep 3, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Sep 3, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Sep 3, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Sep 3, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Sep 3, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
dchigarev
added a commit
to dchigarev/modin
that referenced
this issue
Sep 3, 2020
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
devin-petersohn
pushed a commit
that referenced
this issue
Sep 4, 2020
aregm
pushed a commit
to aregm/modin
that referenced
this issue
Sep 16, 2020
…roject#1894) Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
new feature/request 💬
Requests and pull requests for new features
P2
Minor bugs or low-priority feature requests
Adding 'dtype' parameter to read_csv() falls back to Pandas implementation.
UserWarning: Parameters provided defaulting to pandas implementation.
The text was updated successfully, but these errors were encountered: