Skip to content

Commit 5db09c5

Browse files
authored
Adding 'n/a'
1 parent 5038124 commit 5db09c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ DEFAULT_CHUNKSIZE = 256 * 1024
277277
# no longer excluding inf representations
278278
# '1.#INF','-1.#INF', '1.#INF000000',
279279
_NA_VALUES = [b'-1.#IND', b'1.#QNAN', b'1.#IND', b'-1.#QNAN',
280-
b'#N/A N/A', b'NA', b'#NA', b'NULL', b'NaN',
280+
b'#N/A N/A', b'n/a', b'NA', b'#NA', b'NULL', b'NaN',
281281
b'nan', b'']
282282

283283

0 commit comments

Comments
 (0)