API: pandas.read_table should handle Inf the same way as inf · Issue #4219 · pandas-dev/pandas (original) (raw)

entries with "Inf" (beginning with upper case I) will assign that column a dtype of object while "inf" is parsed as infinity.

I believe that in R, the function write.table uses "Inf" (with the uppercase) which would make importing tables exported from R more difficult.