use crateDataFrame;
use crateload_file;
use Result;
use PathBuf;
use mpsc;
use thread;
/// Event sent from the background loading thread to the main thread.
/// Spawn a background thread to load a CSV file.
/// Returns a `Receiver` that delivers a `LoadEvent::Complete` when done.