Allow for csv.Sniffer to evaluate stream input

Issue #3 resolved
Tim Cera repo owner created an issue

This might be a bit difficult to impossible. Want to figure out the csv format of stream io, rewind (this is the might be impossible part) and then read the stream with the pandas using the csv dialect discovered by the sniffer.

Comments (1)

  1. Tim Cera reporter

    BUG: If any column title was missing from heading line would fail. Now names the column "Unnamed: 1", ...etc. closes #7 BUG: If multiple spaces in columns would through out entire column. Now just becomes a NaN for that record. closes #8 resolves #3 since now using more of the pandas functions.

    → <<cset 150f13541745>>

  2. Log in to comment