Filetypes

Editors for common file types.

Generic CSV Support

Provides an editor with convenience methods tailored specifically for comma separated value (CSV) files.

class exa.filetypes.csv.CSV(path_stream_or_string, as_interned=False, nprint=30, name=None, description=None, meta={})[source]
clean()[source]

Remove extra whitespace, and replace commonly used null characters with nothing.

to_frame()[source]

Create a DataFrame from this file.