Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: Accept column indices for na_values in read_csv #14203
Comments
jreback
added API Design IO CSV
labels
Sep 12, 2016
jreback
added this to the
Next Major Release
milestone
Sep 12, 2016
gfyoung
changed the title from
ENH: Accept column indices for na_values in read_csv to BUG: Accept column indices for na_values in read_csv
Nov 26, 2016
|
Reclassifying as a bug because the doc makes it sound like that this behaviour should be possible. |
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
Nov 26, 2016
|
|
gfyoung |
37ed6bf
|
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
Nov 26, 2016
|
|
gfyoung |
8ebba67
|
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
Nov 26, 2016
|
|
gfyoung |
b9b0367
|
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
Nov 27, 2016
|
|
gfyoung + |
a2a5b63
|
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
Nov 27, 2016
|
|
gfyoung |
f086bac
|
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
Dec 1, 2016
|
|
gfyoung |
5bd7c10
|
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
Dec 1, 2016
|
|
gfyoung |
0bd7531
|
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
Dec 15, 2016
|
|
gfyoung |
cac422c
|
jreback
modified the milestone: 0.19.2, Next Major Release
Dec 15, 2016
jreback
closed this
in dd8cba2
Dec 16, 2016
ischurov
added a commit
to ischurov/pandas
that referenced
this issue
Dec 19, 2016
|
|
gfyoung + ischurov |
0f7e6af
|
jorisvandenbossche
added a commit
to jorisvandenbossche/pandas
that referenced
this issue
Dec 24, 2016
|
|
gfyoung + jorisvandenbossche |
c9e5bf4
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gfyoung commentedSep 11, 2016
•
edited
This behaviour is slightly inconsistent with what we do with
usecolsfor example, so it would be nice to be able to process column indices withna_valuestoo.xref #7119.